* Build some KDE 4 packages in Hydra.
svn path=/nixpkgs/trunk/; revision=14482
This commit is contained in:
parent
9fee9c7be4
commit
9be9f5b2bb
@ -45,5 +45,11 @@ in {
|
|||||||
xorg = {
|
xorg = {
|
||||||
libX11 = testOnLinux (pkgs: pkgs.xorg.libX11);
|
libX11 = testOnLinux (pkgs: pkgs.xorg.libX11);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
kde42 = {
|
||||||
|
kdebase = testOnLinux (pkgs: pkgs.kde42.kdebase);
|
||||||
|
kdegames = testOnLinux (pkgs: pkgs.kde42.kdegames);
|
||||||
|
kdepim = testOnLinux (pkgs: pkgs.kde42.kdepim);
|
||||||
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user