···4242 ''-DNIXPKGS_PASS=\"${lib.getBin pass}/bin/pass\"''
4343 ];
44444545- # there are *lots* of pointless warnings in v1.3.0
4646- cmakeFlags = [ "-Wno-dev" ];
4545+ cmakeFlags = [
4646+ # there are *lots* of pointless warnings in v1.3.0
4747+ "-Wno-dev"
4848+ # required for kf5auth to work correctly
4949+ "-DCMAKE_POLICY_DEFAULT_CMP0012=NEW"
5050+ ];
47514852 meta = with lib; {
4953 description = "Integrates krunner with pass the unix standard password manager (https://www.passwordstore.org/)";