Fix typo
Introduced while merging trunk svn path=/nixpkgs/branches/stdenv-updates/; revision=31339
This commit is contained in:
parent
900c6e18cd
commit
10fd822319
@ -33,7 +33,7 @@ stdenv.mkDerivation {
|
||||
])
|
||||
|
||||
++ (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 ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user