From 10fd822319356efcc5bc3fa71a56894824541ec5 Mon Sep 17 00:00:00 2001 From: "Yury G. Kudryashov" Date: Fri, 6 Jan 2012 09:41:22 +0000 Subject: Fix typo Introduced while merging trunk svn path=/nixpkgs/branches/stdenv-updates/; revision=31339 --- pkgs/development/libraries/openssl/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/openssl/default.nix b/pkgs/development/libraries/openssl/default.nix index 5301a449a81..241f9154462 100644 --- a/pkgs/development/libraries/openssl/default.nix +++ b/pkgs/development/libraries/openssl/default.nix @@ -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 ]; -- cgit 1.4.1