about summary refs log tree commit diff
path: root/nixos/release.nix
diff options
context:
space:
mode:
authorGraham Christensen <graham@grahamc.com>2017-02-11 14:01:13 -0500
committerGraham Christensen <graham@grahamc.com>2017-02-11 14:01:13 -0500
commitb1a05a0865a6a7cfddb1dd5f6c0f32a91c20f473 (patch)
tree422d9d23db5957aeb76ea0447f94c0ec55878158 /nixos/release.nix
parent3cec7d10dfb80b7466f171e7a59ac9af3bab2862 (diff)
nixos: drop references to kde4
Excluding modules/programs/environment.nix for PATHand QT_PLUGIN_PATH to allow the programs to continue running.
Diffstat (limited to 'nixos/release.nix')
-rw-r--r--nixos/release.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/release.nix b/nixos/release.nix
index 0f298188c6c75..c061b9801a0c4 100644
--- a/nixos/release.nix
+++ b/nixos/release.nix
@@ -255,7 +255,6 @@ in rec {
   tests.influxdb = callTest tests/influxdb.nix {};
   tests.ipv6 = callTest tests/ipv6.nix {};
   tests.jenkins = callTest tests/jenkins.nix {};
-  tests.kde4 = callTest tests/kde4.nix {};
   tests.kde5 = callTest tests/kde5.nix {};
   tests.keymap = callSubTests tests/keymap.nix {};
   tests.initrdNetwork = callTest tests/initrd-network.nix {};