summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.10/kdegames/klines.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/desktops/kde-4.10/kdegames/klines.nix')
-rw-r--r--pkgs/desktops/kde-4.10/kdegames/klines.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/pkgs/desktops/kde-4.10/kdegames/klines.nix b/pkgs/desktops/kde-4.10/kdegames/klines.nix
deleted file mode 100644
index 90952fe91c0..00000000000
--- a/pkgs/desktops/kde-4.10/kdegames/klines.nix
+++ /dev/null
@@ -1,7 +0,0 @@
-{ kde, kdelibs, libkdegames }:
-kde {
-  buildInputs = [ kdelibs libkdegames ];
-  meta = {
-    description = "a simple but highly addictive one player game. The player has to move the colored balls around the game board, gathering them into the lines of the same color by five";
-  };
-}