Merge pull request #217754 from alyssais/gnome-icon-theme-cross
This commit is contained in:
commit
cb147f12ce
1 changed files with 6 additions and 1 deletions
|
@ -9,8 +9,11 @@ stdenv.mkDerivation rec {
|
||||||
sha256 = "0fjh9qmmgj34zlgxb09231ld7khys562qxbpsjlaplq2j85p57im";
|
sha256 = "0fjh9qmmgj34zlgxb09231ld7khys562qxbpsjlaplq2j85p57im";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
depsBuildBuild = [
|
||||||
pkg-config
|
pkg-config
|
||||||
|
];
|
||||||
|
|
||||||
|
nativeBuildInputs = [
|
||||||
intltool
|
intltool
|
||||||
iconnamingutils
|
iconnamingutils
|
||||||
gtk2
|
gtk2
|
||||||
|
@ -23,6 +26,8 @@ stdenv.mkDerivation rec {
|
||||||
rm -r "$out/share/locale"
|
rm -r "$out/share/locale"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
allowedReferences = [ ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Collection of icons for the GNOME 2 desktop";
|
description = "Collection of icons for the GNOME 2 desktop";
|
||||||
homepage = "https://download.gnome.org/sources/gnome-icon-theme/";
|
homepage = "https://download.gnome.org/sources/gnome-icon-theme/";
|
||||||
|
|
Loading…
Reference in a new issue