summary refs log tree commit diff
path: root/pkgs/development/libraries/botan/2.0.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/botan/2.0.nix')
-rw-r--r--pkgs/development/libraries/botan/2.0.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/development/libraries/botan/2.0.nix b/pkgs/development/libraries/botan/2.0.nix
index 52f29287f8e..e2b4aa88041 100644
--- a/pkgs/development/libraries/botan/2.0.nix
+++ b/pkgs/development/libraries/botan/2.0.nix
@@ -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
-  '';
 })