xca: typo

This commit is contained in:
Peter Hoeg 2018-05-30 15:01:02 +08:00
parent ac8dc50c5d
commit 10e4e6a45f

View file

@ -14,7 +14,7 @@ mkDerivation rec {
postPatch = ''
substituteInPlace doc/code2html \
--replace /usr/bin/perl ${perl}/bin/per l
--replace /usr/bin/perl ${perl}/bin/perl
'';
buildInputs = [ libtool openssl qtbase qttools ];