kdePackages.kwallet-pam: add pkg-config dependency
This commit is contained in:
parent
71467cad8c
commit
35c915de59
@ -1,6 +1,7 @@
|
||||
{
|
||||
lib,
|
||||
mkKdeDerivation,
|
||||
pkg-config,
|
||||
pam,
|
||||
libgcrypt,
|
||||
socat,
|
||||
@ -12,5 +13,6 @@ mkKdeDerivation {
|
||||
sed -i pam_kwallet_init -e "s|socat|${lib.getBin socat}/bin/socat|"
|
||||
'';
|
||||
|
||||
extraNativeBuildInputs = [pkg-config];
|
||||
extraBuildInputs = [pam libgcrypt];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user