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:
Marc Weber
2008-03-23 16:52:27 +00:00
parent 32bc662263
commit 438f35dac0
4 changed files with 3 additions and 6 deletions

View File

@@ -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')