mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
* 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 = {
|
||||
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…
Reference in a new issue