mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 00:53:12 +03:00
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 New Issue
Block a user