pinentry_qt5: build with C++11 for Qt 5.7

This commit is contained in:
Thomas Tuegel 2017-02-28 05:59:45 -06:00
parent 3c16812acf
commit b31a63d2e5
No known key found for this signature in database
GPG Key ID: 22CBF5249D4B4D59

View File

@ -31,6 +31,8 @@ stdenv.mkDerivation rec {
(mkEnable true "pinentry-qt")
];
NIX_CFLAGS_COMPILE = [ "-std=c++11" ];
nativeBuildInputs = [ pkgconfig ];
meta = {