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;
|
Gpgme = gpgme;
|
||||||
Gphoto2 = libgphoto2;
|
Gphoto2 = libgphoto2;
|
||||||
Grantlee = grantlee;
|
Grantlee = grantlee;
|
||||||
|
Grantlee5 = grantlee5;
|
||||||
GSL = gsl;
|
GSL = gsl;
|
||||||
HUNSPELL = hunspell;
|
HUNSPELL = hunspell;
|
||||||
HUpnp = herqq;
|
HUpnp = herqq;
|
||||||
@ -350,6 +351,10 @@ let
|
|||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
rocs = super.rocs // {
|
||||||
|
buildInputs = super.rocs.buildInputs ++ (with kf5; [ kdelibs4support ]);
|
||||||
|
};
|
||||||
|
|
||||||
signon-kwallet-extension =
|
signon-kwallet-extension =
|
||||||
let signon = pkgs.signon.override { inherit qt5; };
|
let signon = pkgs.signon.override { inherit qt5; };
|
||||||
in super.signon-kwallet-extension // {
|
in super.signon-kwallet-extension // {
|
||||||
|
Loading…
Reference in New Issue
Block a user