fix ghc-get-packages
svn path=/nixpkgs/trunk/; revision=18331
This commit is contained in:
parent
ac64ef2275
commit
173bdf6d2f
@ -24,7 +24,7 @@ stdenv.mkDerivation {
|
||||
#! /bin/bash -e
|
||||
declare -A GHC_PACKAGES_HASH # using bash4 hashs to get uniq paths
|
||||
|
||||
for arg in \$($out/bin/ghc-get-packages.sh 6.10.3 "$(dirname $0)"); do
|
||||
for arg in \$($out/bin/ghc-get-packages.sh ${ghc.version} \"\$(dirname \$0)\"); do
|
||||
case "\$arg" in
|
||||
-package-conf) ;;
|
||||
*)
|
||||
|
Loading…
x
Reference in New Issue
Block a user