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>

-3
-3
pkgs/development/libraries/botan/2.0.nix
··· 4 baseVersion = "2.19"; 5 revision = "3"; 6 sha256 = "sha256-2uBH85nFpH8IfbXT2dno8RrkmF0UySjXHaGv+AGALVU="; 7 - postPatch = '' 8 - sed -e 's@lang_flags "@&--std=c++11 @' -i src/build-data/cc/{gcc,clang}.txt 9 - ''; 10 })
··· 4 baseVersion = "2.19"; 5 revision = "3"; 6 sha256 = "sha256-2uBH85nFpH8IfbXT2dno8RrkmF0UySjXHaGv+AGALVU="; 7 })