about summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.8/kdegraphics/ksaneplugin.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/desktops/kde-4.8/kdegraphics/ksaneplugin.nix')
-rw-r--r--pkgs/desktops/kde-4.8/kdegraphics/ksaneplugin.nix10
1 files changed, 0 insertions, 10 deletions
diff --git a/pkgs/desktops/kde-4.8/kdegraphics/ksaneplugin.nix b/pkgs/desktops/kde-4.8/kdegraphics/ksaneplugin.nix
deleted file mode 100644
index 1381ed7dd266..000000000000
--- a/pkgs/desktops/kde-4.8/kdegraphics/ksaneplugin.nix
+++ /dev/null
@@ -1,10 +0,0 @@
-{ kde, kdelibs, libksane }:
-
-kde {
-  buildInputs = [ kdelibs libksane ];
-
-  meta = {
-    description = "A KScan plugin that implements the scanning through libksane";
-    license = "GPLv2";
-  };
-}