about summary refs log tree commit diff
path: root/pkgs/tools/security/pinentry
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@mailbox.org>2017-02-28 05:59:45 -0600
committerThomas Tuegel <ttuegel@mailbox.org>2017-02-28 05:59:45 -0600
commitb31a63d2e50ab96ad5f063568a292e2b44a162d6 (patch)
treefca20f8941aee57a2d24c499148a91ebce8854c4 /pkgs/tools/security/pinentry
parent3c16812acf590de365d880b4f4b05424957e9d30 (diff)
pinentry_qt5: build with C++11 for Qt 5.7
Diffstat (limited to 'pkgs/tools/security/pinentry')
-rw-r--r--pkgs/tools/security/pinentry/qt5.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/tools/security/pinentry/qt5.nix b/pkgs/tools/security/pinentry/qt5.nix
index 18648633a0971..375187a51463a 100644
--- a/pkgs/tools/security/pinentry/qt5.nix
+++ b/pkgs/tools/security/pinentry/qt5.nix
@@ -31,6 +31,8 @@ stdenv.mkDerivation rec {
     (mkEnable true "pinentry-qt")
   ];
 
+  NIX_CFLAGS_COMPILE = [ "-std=c++11" ];
+
   nativeBuildInputs = [ pkgconfig ];
 
   meta = {