tests/kde4.nix: Don't build kdeedu
This prevents a dependency on liblapack (which randomly fails) and TeXlive (which is huge). http://hydra.nixos.org/build/14897240 (cherry picked from commit b9bde98161d09496421efbaafe5219cc84d05f5b)
This commit is contained in:
parent
b36095578c
commit
7f043ffbbe
|
@ -32,7 +32,7 @@ import ./make-test.nix ({ pkgs, ... }: {
|
|||
pkgs.kde4.kdegraphics
|
||||
pkgs.kde4.kdeutils
|
||||
pkgs.kde4.kdegames
|
||||
pkgs.kde4.kdeedu
|
||||
#pkgs.kde4.kdeedu
|
||||
pkgs.kde4.kdeaccessibility
|
||||
pkgs.kde4.kdeadmin
|
||||
pkgs.kde4.kdenetwork
|
||||
|
|
Loading…
Reference in a new issue