Merge pull request #217754 from alyssais/gnome-icon-theme-cross

This commit is contained in:
Artturi
2023-03-01 14:30:33 +02:00
committed by GitHub
+6 -1
View File
@@ -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/";