diff --git a/pkgs/desktops/xfce-4.8/art/xfce4-themes.nix b/pkgs/desktops/xfce-4.8/art/xfce4-themes.nix deleted file mode 100644 index b462b3ccd7b..00000000000 --- a/pkgs/desktops/xfce-4.8/art/xfce4-themes.nix +++ /dev/null @@ -1,18 +0,0 @@ -{ stdenv, fetchurl, pkgconfig, intltool, gtk }: - -stdenv.mkDerivation rec { - name = "xfwm4-themes-4.10.0"; - - src = fetchurl { - url = "http://archive.xfce.org/src/art/xfwm4-themes/4.10/${name}.tar.bz2"; - sha256 = "0xfmdykav4rf6gdxbd6fhmrfrvbdc1yjihz7r7lba0wp1vqda51j"; - }; - - buildInputs = [ pkgconfig intltool gtk ]; - - meta = { - homepage = http://www.xfce.org/; - description = "Themes for Xfce"; - platforms = stdenv.lib.platforms.linux; - }; -} diff --git a/pkgs/desktops/xfce-4.8/default.nix b/pkgs/desktops/xfce-4.8/default.nix index 0788b00a2a0..c20e42d2019 100644 --- a/pkgs/desktops/xfce-4.8/default.nix +++ b/pkgs/desktops/xfce-4.8/default.nix @@ -83,8 +83,6 @@ rec { #### ART xfce4icontheme = callPackage ./art/xfce4-icon-theme.nix { }; - xfce4themes = callPackage ./art/xfce4-themes.nix {}; - #### PANEL PLUGINS