hugs: fix build by un-defining the erroneous default for $STRIP

This commit is contained in:
Peter Simons 2017-08-23 16:29:10 +02:00
parent 111cff5f0e
commit 194a779df4

View file

@ -21,6 +21,8 @@ stdenv.mkDerivation {
postUnpack = "find -type f -exec sed -i 's@/bin/cp@cp@' {} +";
preConfigure = "unset STRIP";
configureFlags = [
"--enable-char-encoding=utf8" # require that the UTF-8 encoding is always used
"--disable-path-canonicalization"