Add some packages to the channel
This commit is contained in:
parent
80f7248c83
commit
2ca913c509
@ -1,7 +1,6 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, intltool, iconnamingutils, gtk }:
|
{ stdenv, fetchurl, pkgconfig, intltool, iconnamingutils, gtk }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
#name = "gnome-icon-theme-3.4.0";
|
|
||||||
name = "gnome-icon-theme-2.91.93";
|
name = "gnome-icon-theme-2.91.93";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
@ -9,6 +8,10 @@ stdenv.mkDerivation rec {
|
|||||||
url = "mirror://gnome/sources/gnome-icon-theme/2.91/${name}.tar.bz2";
|
url = "mirror://gnome/sources/gnome-icon-theme/2.91/${name}.tar.bz2";
|
||||||
sha256 = "cc7f15e54e2640697b58c26e74cc3f6ebadeb4ef6622bffe9c1e6874cc3478d6";
|
sha256 = "cc7f15e54e2640697b58c26e74cc3f6ebadeb4ef6622bffe9c1e6874cc3478d6";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig intltool iconnamingutils gtk ];
|
nativeBuildInputs = [ pkgconfig intltool iconnamingutils gtk ];
|
||||||
|
|
||||||
|
meta = {
|
||||||
|
platforms = stdenv.lib.platforms.linux;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
@ -26,5 +26,7 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "http://goodies.xfce.org/projects/applications/${p_name}";
|
homepage = "http://goodies.xfce.org/projects/applications/${p_name}";
|
||||||
description = "Notification daemon for Xfce";
|
description = "Notification daemon for Xfce";
|
||||||
license = "GPLv2+";
|
license = "GPLv2+";
|
||||||
|
platforms = stdenv.lib.platforms.linux;
|
||||||
|
maintainers = [ stdenv.lib.maintainers.eelco ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -421,7 +421,9 @@ let
|
|||||||
xf86videointel = linux;
|
xf86videointel = linux;
|
||||||
xf86videonv = linux;
|
xf86videonv = linux;
|
||||||
xf86videovesa = linux;
|
xf86videovesa = linux;
|
||||||
|
xf86videovmware = linux;
|
||||||
xfs = linux;
|
xfs = linux;
|
||||||
|
xinput = linux;
|
||||||
xkbcomp = linux;
|
xkbcomp = linux;
|
||||||
xlsclients = linux;
|
xlsclients = linux;
|
||||||
xmessage = linux;
|
xmessage = linux;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user