summary refs log tree commit diff
path: root/pkgs/development/libraries/botan/unstable.nix
blob: d952b50aeb8e5ff4d93fa12d4dfac43a554824b4 (plain) (blame)
1
2
3
4
5
6
7
8
9
{ callPackage, ... } @ args:

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