removed wmii includeUnpack hack having been used to support old and new setup script
svn path=/nixpkgs/trunk/; revision=11270
This commit is contained in:
@@ -9,7 +9,7 @@ args: with args; stdenv.mkDerivation {
|
||||
buildInputs = [ libX11 libixp ];
|
||||
inherit libixp;
|
||||
|
||||
phases = (if args.includeUnpack then "unpackPhase " else "")+"installPhase";
|
||||
phases = "unpackPhase installPhase";
|
||||
|
||||
installPhase = "
|
||||
export CFLAGS=\$NIX_CFLAGS_COMPILE
|
||||
|
||||
@@ -9,7 +9,7 @@ args: with args; stdenv.mkDerivation {
|
||||
buildInputs = [ libX11 libixp ];
|
||||
inherit libixp;
|
||||
|
||||
phases = (if args.includeUnpack then "unpackPhase " else "")+"installPhase";
|
||||
phases = "unpackPhase installPhase";
|
||||
|
||||
installPhase = "
|
||||
export CFLAGS=\$NIX_CFLAGS_COMPILE
|
||||
|
||||
Reference in New Issue
Block a user