···42 ''-DNIXPKGS_PASS=\"${lib.getBin pass}/bin/pass\"''
43 ];
4445- # there are *lots* of pointless warnings in v1.3.0
46- cmakeFlags = [ "-Wno-dev" ];
00004748 meta = with lib; {
49 description = "Integrates krunner with pass the unix standard password manager (https://www.passwordstore.org/)";
···42 ''-DNIXPKGS_PASS=\"${lib.getBin pass}/bin/pass\"''
43 ];
4445+ cmakeFlags = [
46+ # there are *lots* of pointless warnings in v1.3.0
47+ "-Wno-dev"
48+ # required for kf5auth to work correctly
49+ "-DCMAKE_POLICY_DEFAULT_CMP0012=NEW"
50+ ];
5152 meta = with lib; {
53 description = "Integrates krunner with pass the unix standard password manager (https://www.passwordstore.org/)";