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:
@@ -1,7 +1,7 @@
|
||||
args: with args;
|
||||
stdenv.mkDerivation {
|
||||
name = "libixp_for_wmii";
|
||||
phases = (if args.includeUnpack then "unpackPhase " else "")+"installPhase";
|
||||
phases = "unpackPhase installPhase";
|
||||
installPhase = "
|
||||
|
||||
export LDFLAGS\=$(echo \$NIX_LDFLAGS | sed -e 's/-rpath/-L/g')
|
||||
|
||||
Reference in New Issue
Block a user