mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 11:07:42 +00:00
krunner-pass: fix cmake configuration
This commit is contained in:
parent
5fd091987a
commit
e3cf544087
@ -42,8 +42,12 @@ mkDerivation rec {
|
||||
''-DNIXPKGS_PASS=\"${lib.getBin pass}/bin/pass\"''
|
||||
];
|
||||
|
||||
# there are *lots* of pointless warnings in v1.3.0
|
||||
cmakeFlags = [ "-Wno-dev" ];
|
||||
cmakeFlags = [
|
||||
# there are *lots* of pointless warnings in v1.3.0
|
||||
"-Wno-dev"
|
||||
# required for kf5auth to work correctly
|
||||
"-DCMAKE_POLICY_DEFAULT_CMP0012=NEW"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Integrates krunner with pass the unix standard password manager (https://www.passwordstore.org/)";
|
||||
|
Loading…
Reference in New Issue
Block a user