Remove themes, not working for now

This commit is contained in:
Eduard Carreras 2012-10-12 09:52:16 +02:00
parent 170b01ba77
commit c322dc6844
2 changed files with 0 additions and 20 deletions

View File

@ -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;
};
}

View File

@ -83,8 +83,6 @@ rec {
#### ART
xfce4icontheme = callPackage ./art/xfce4-icon-theme.nix { };
xfce4themes = callPackage ./art/xfce4-themes.nix {};
#### PANEL PLUGINS