hugs: fix build by un-defining the erroneous default for $STRIP
This commit is contained in:
parent
111cff5f0e
commit
194a779df4
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user