Add some packages to the channel

This commit is contained in:
Eelco Dolstra 2014-04-28 18:33:39 +02:00
parent 80f7248c83
commit 2ca913c509
3 changed files with 9 additions and 2 deletions

View file

@ -1,7 +1,6 @@
{ stdenv, fetchurl, pkgconfig, intltool, iconnamingutils, gtk }:
stdenv.mkDerivation rec {
#name = "gnome-icon-theme-3.4.0";
name = "gnome-icon-theme-2.91.93";
src = fetchurl {
@ -9,6 +8,10 @@ stdenv.mkDerivation rec {
url = "mirror://gnome/sources/gnome-icon-theme/2.91/${name}.tar.bz2";
sha256 = "cc7f15e54e2640697b58c26e74cc3f6ebadeb4ef6622bffe9c1e6874cc3478d6";
};
nativeBuildInputs = [ pkgconfig intltool iconnamingutils gtk ];
meta = {
platforms = stdenv.lib.platforms.linux;
};
}

View file

@ -26,5 +26,7 @@ stdenv.mkDerivation rec {
homepage = "http://goodies.xfce.org/projects/applications/${p_name}";
description = "Notification daemon for Xfce";
license = "GPLv2+";
platforms = stdenv.lib.platforms.linux;
maintainers = [ stdenv.lib.maintainers.eelco ];
};
}

View file

@ -421,7 +421,9 @@ let
xf86videointel = linux;
xf86videonv = linux;
xf86videovesa = linux;
xf86videovmware = linux;
xfs = linux;
xinput = linux;
xkbcomp = linux;
xlsclients = linux;
xmessage = linux;