about summary refs log tree commit diff
path: root/pkgs/desktops/xfce-4/core/libxfce4util/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/desktops/xfce-4/core/libxfce4util/default.nix')
-rw-r--r--pkgs/desktops/xfce-4/core/libxfce4util/default.nix20
1 files changed, 0 insertions, 20 deletions
diff --git a/pkgs/desktops/xfce-4/core/libxfce4util/default.nix b/pkgs/desktops/xfce-4/core/libxfce4util/default.nix
deleted file mode 100644
index f47cb44c23d1..000000000000
--- a/pkgs/desktops/xfce-4/core/libxfce4util/default.nix
+++ /dev/null
@@ -1,20 +0,0 @@
-{ stdenv, fetchurl
-, pkgconfig
-, glib
-}:
-
-stdenv.mkDerivation {
-  name = "libxfce4util-4.6.1";
-  src = fetchurl {
-    url = http://www.xfce.org/archive/xfce-4.6.1/src/libxfce4util-4.6.1.tar.bz2;
-    sha256 = "0sy1222s0cq8zy2ankrp1747b6fg5jjahxrddih4gxc97iyxrv6f";
-  };
-
-  buildInputs = [ pkgconfig glib ];
-
-  meta = {
-    homepage = http://www.xfce.org/;
-    description = "Basic utility non-GUI functions for Xfce";
-    license = "GPLv2";
-  };
-}