include upstream patch for salsa validation with gcc4.6
http://sourceforge.net/apps/trac/cryptopp/changeset/529 svn path=/nixpkgs/branches/stdenv-updates/; revision=32638
This commit is contained in:
@@ -8,8 +8,10 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "0s7jhvnfihikqp1iwpdz03fad62xkjxci6jiahrh6f3sn664vrwq";
|
||||
};
|
||||
|
||||
patches = [ ./pic.patch ]
|
||||
++ stdenv.lib.optional (stdenv.system != "i686-cygwin") ./dll.patch;
|
||||
patches = [
|
||||
./pic.patch
|
||||
./salsa-gcc4.6.patch
|
||||
] ++ stdenv.lib.optional (stdenv.system != "i686-cygwin") ./dll.patch;
|
||||
|
||||
|
||||
buildInputs = [ unzip ]
|
||||
|
||||
Reference in New Issue
Block a user