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>
This commit is contained in:
parent
29d53c7529
commit
45497da716
1 changed files with 0 additions and 3 deletions
|
@ -4,7 +4,4 @@ callPackage ./generic.nix (args // {
|
||||||
baseVersion = "2.19";
|
baseVersion = "2.19";
|
||||||
revision = "3";
|
revision = "3";
|
||||||
sha256 = "sha256-2uBH85nFpH8IfbXT2dno8RrkmF0UySjXHaGv+AGALVU=";
|
sha256 = "sha256-2uBH85nFpH8IfbXT2dno8RrkmF0UySjXHaGv+AGALVU=";
|
||||||
postPatch = ''
|
|
||||||
sed -e 's@lang_flags "@&--std=c++11 @' -i src/build-data/cc/{gcc,clang}.txt
|
|
||||||
'';
|
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue