Commit 45497da7 authored by Markus Theil's avatar Markus Theil
Browse files

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: default avatarMarkus Theil <theil.markus@gmail.com>
parent 29d53c75
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -4,7 +4,4 @@ callPackage ./generic.nix (args // {
  baseVersion = "2.19";
  revision = "3";
  sha256 = "sha256-2uBH85nFpH8IfbXT2dno8RrkmF0UySjXHaGv+AGALVU=";
  postPatch = ''
    sed -e 's@lang_flags "@&--std=c++11 @' -i src/build-data/cc/{gcc,clang}.txt
  '';
})