kdeApps_15_04.rocs: add missing dependencies
rocs depends on grantlee5 and kdelibs4support, although the latter is undeclared.
This commit is contained in:
parent
def321e811
commit
50c0b00592
@ -90,6 +90,7 @@ let
|
||||
Gpgme = gpgme;
|
||||
Gphoto2 = libgphoto2;
|
||||
Grantlee = grantlee;
|
||||
Grantlee5 = grantlee5;
|
||||
GSL = gsl;
|
||||
HUNSPELL = hunspell;
|
||||
HUpnp = herqq;
|
||||
@ -350,6 +351,10 @@ let
|
||||
'';
|
||||
};
|
||||
|
||||
rocs = super.rocs // {
|
||||
buildInputs = super.rocs.buildInputs ++ (with kf5; [ kdelibs4support ]);
|
||||
};
|
||||
|
||||
signon-kwallet-extension =
|
||||
let signon = pkgs.signon.override { inherit qt5; };
|
||||
in super.signon-kwallet-extension // {
|
||||
|
Loading…
Reference in New Issue
Block a user