Skip to content

Commit

Permalink
wiggle: fix build
Browse files Browse the repository at this point in the history
After 093cc00, 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.
  • Loading branch information
peti committed Aug 2, 2017
1 parent 3906aac commit be0071c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/development/tools/wiggle/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ stdenv.mkDerivation {

configurePhase = ''
makeFlagsArray=( CFLAGS="-I. -O3"
STRIP="-s"
INSTALL="install"
BINDIR="$out/bin"
MANDIR="$out/share/man"
Expand Down

0 comments on commit be0071c

Please sign in to comment.