forked from mirrors/nixpkgs
pinentry_qt5: build with C++11 for Qt 5.7
This commit is contained in:
parent
3c16812acf
commit
b31a63d2e5
|
@ -31,6 +31,8 @@ stdenv.mkDerivation rec {
|
|||
(mkEnable true "pinentry-qt")
|
||||
];
|
||||
|
||||
NIX_CFLAGS_COMPILE = [ "-std=c++11" ];
|
||||
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
|
||||
meta = {
|
||||
|
|
Loading…
Reference in a new issue