mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
kdeApps_15_04.signon-kwallet-extension: fix build
This commit is contained in:
parent
5b640cd1a5
commit
bf888ed170
@ -350,6 +350,17 @@ let
|
||||
'';
|
||||
};
|
||||
|
||||
signon-kwallet-extension =
|
||||
let signon = pkgs.signon.override { inherit qt5; };
|
||||
in super.signon-kwallet-extension // {
|
||||
buildInputs = super.signon-kwallet-extension.buildInputs ++ [ signon ];
|
||||
preConfigure = ''
|
||||
${super.signon-kwallet-extension.preConfigure or ""}
|
||||
sed -e "s,\''${SIGNONEXTENSION_PLUGINDIR},$out/lib/signon/extensions," \
|
||||
-i src/CMakeLists.txt
|
||||
'';
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
l10nManifest =
|
||||
|
Loading…
Reference in New Issue
Block a user