summary refs log tree commit diff
path: root/pkgs/tools/graphics/gifscile/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/graphics/gifscile/default.nix')
-rw-r--r--pkgs/tools/graphics/gifscile/default.nix17
1 files changed, 0 insertions, 17 deletions
diff --git a/pkgs/tools/graphics/gifscile/default.nix b/pkgs/tools/graphics/gifscile/default.nix
deleted file mode 100644
index 31f7a4e4527..00000000000
--- a/pkgs/tools/graphics/gifscile/default.nix
+++ /dev/null
@@ -1,17 +0,0 @@
-args:
-args.stdenv.mkDerivation {
-  name = "gifsicle-1.52";
-
-  src = args.fetchurl {
-    url = http://www.lcdf.org/gifsicle/gifsicle-1.52.tar.gz;
-    sha256 = "1fp47grvk46bkj22zixrhgpgs3qbkmijicf3wkjk4y8fsx0idbgk";
-  };
-
-  buildInputs =(with args; [xproto libXt libX11]);
-
-  meta = { 
-      description = "command-line tool for creating, editing, and getting information about GIF images and animations";
-      homepage = http://www.lcdf.org/gifsicle/;
-      license = "GPL2";
-  };
-}