nixpkgs/pkgs/development/libraries/botan/2.0.nix
Markus Theil 45497da716 botan2: small cleanup
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>
2023-07-18 22:10:28 +02:00

8 lines
190 B
Nix

{ callPackage, fetchpatch, ... } @ args:
callPackage ./generic.nix (args // {
baseVersion = "2.19";
revision = "3";
sha256 = "sha256-2uBH85nFpH8IfbXT2dno8RrkmF0UySjXHaGv+AGALVU=";
})