forked from mirrors/nixpkgs
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.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;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -421,7 +421,9 @@ let
|
|||
xf86videointel = linux;
|
||||
xf86videonv = linux;
|
||||
xf86videovesa = linux;
|
||||
xf86videovmware = linux;
|
||||
xfs = linux;
|
||||
xinput = linux;
|
||||
xkbcomp = linux;
|
||||
xlsclients = linux;
|
||||
xmessage = linux;
|
||||
|
|
Loading…
Reference in a new issue