nixpkgs/pkgs/development/libraries/botan/unstable.nix

10 lines
269 B
Nix
Raw Normal View History

2014-10-31 17:31:19 +00:00
{ callPackage, ... } @ args:
2014-10-31 17:31:19 +00:00
callPackage ./generic.nix (args // {
baseVersion = "1.11";
2016-08-10 17:29:31 +00:00
revision = "30";
sha256 = "09d1cvg6dnfi225wipc1fw691bq7xxdcmgkq8smldc5kivf3mbwd";
2015-01-06 15:47:02 +00:00
openssl = null;
postPatch = "sed '1i#include <cmath>' -i src/tests/test_bigint.cpp";
2014-10-31 17:31:19 +00:00
})