wiggle: fix build
After 093cc00cdd, the environment variable STRIP
is defined to "strip" -- the path / name of the strip(1) executable -- , which
is not what wiggle's build system expects that variable to mean.
This commit is contained in:
@@ -13,6 +13,7 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
configurePhase = ''
|
configurePhase = ''
|
||||||
makeFlagsArray=( CFLAGS="-I. -O3"
|
makeFlagsArray=( CFLAGS="-I. -O3"
|
||||||
|
STRIP="-s"
|
||||||
INSTALL="install"
|
INSTALL="install"
|
||||||
BINDIR="$out/bin"
|
BINDIR="$out/bin"
|
||||||
MANDIR="$out/share/man"
|
MANDIR="$out/share/man"
|
||||||
|
|||||||
Reference in New Issue
Block a user