3
0
Fork 0
forked from mirrors/nixpkgs

botanUnstable: 1.11.29 -> 1.11.30

This commit is contained in:
Michael Raskin 2016-08-10 19:29:31 +02:00
parent 258f45082e
commit 30c2a168ce

View file

@ -2,8 +2,8 @@
callPackage ./generic.nix (args // {
baseVersion = "1.11";
revision = "29";
sha256 = "157bp8716h17agrxyj7xpsj2i5sqhafj1nfx4gpzccx7y2kyq176";
revision = "30";
sha256 = "09d1cvg6dnfi225wipc1fw691bq7xxdcmgkq8smldc5kivf3mbwd";
openssl = null;
postPatch = "sed '1i#include <cmath>' -i src/tests/test_bigint.cpp";
})