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