* Doh.
svn path=/nixpkgs/trunk/; revision=23063
This commit is contained in:
parent
238e80f708
commit
f0ae36e31c
17
pkgs/desktops/xfce-4/art/xfce4-icon-theme.nix
Normal file
17
pkgs/desktops/xfce-4/art/xfce4-icon-theme.nix
Normal file
@ -0,0 +1,17 @@
|
||||
{ stdenv, fetchurl, pkgconfig, intltool }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "xfce4-icon-theme-4.4.3";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://www.xfce.org/archive/src/art/xfce4-icon-theme/4.4/${name}.tar.bz2";
|
||||
sha1 = "0c0d0c45cd4a7f609310db8e9d17c1c4a131a6e7";
|
||||
};
|
||||
|
||||
buildInputs = [ pkgconfig intltool ];
|
||||
|
||||
meta = {
|
||||
homepage = http://www.xfce.org/;
|
||||
description = "Icons for Xfce";
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue
Block a user