Introduced while merging trunk

svn path=/nixpkgs/branches/stdenv-updates/; revision=31339
This commit is contained in:
Yury G. Kudryashov 2012-01-06 09:41:22 +00:00
parent 900c6e18cd
commit 10fd822319

View file

@ -33,7 +33,7 @@ stdenv.mkDerivation {
]) ])
++ (stdenv.lib.optional stdenv.isDarwin ./darwin-arch.patch) ++ (stdenv.lib.optional stdenv.isDarwin ./darwin-arch.patch)
++ stdenv.lib.optional (stdenv.system == "x86_64-freebsd") ./freebsd-x86_64-asm.patch;; ++ stdenv.lib.optional (stdenv.system == "x86_64-freebsd") ./freebsd-x86_64-asm.patch;
buildNativeInputs = [ perl ]; buildNativeInputs = [ perl ];