mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-18 03:34:58 +00:00
45497da716
The explicit setting of the C++ standard to C++11 was introduced with botan 2.0.1 and is no longer needed. Signed-off-by: Markus Theil <theil.markus@gmail.com>
8 lines
190 B
Nix
8 lines
190 B
Nix
{ callPackage, fetchpatch, ... } @ args:
|
|
|
|
callPackage ./generic.nix (args // {
|
|
baseVersion = "2.19";
|
|
revision = "3";
|
|
sha256 = "sha256-2uBH85nFpH8IfbXT2dno8RrkmF0UySjXHaGv+AGALVU=";
|
|
})
|