xfce.xfce4-icon-theme: update gtk dependency and add license
This commit is contained in:
parent
fc4a10e11d
commit
c5d8f23feb
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, intltool, gtk2, xfce }:
|
{ stdenv, fetchurl, pkgconfig, intltool, gtk3, xfce }:
|
||||||
|
|
||||||
let
|
let
|
||||||
category = "art";
|
category = "art";
|
||||||
@ -13,9 +13,12 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "1yk6rx3zr9grm4jwpjvqdkl13pisy7qn1wm5cqzmd2kbsn96cy6l";
|
sha256 = "1yk6rx3zr9grm4jwpjvqdkl13pisy7qn1wm5cqzmd2kbsn96cy6l";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [
|
||||||
buildInputs = [ intltool gtk2 ];
|
pkgconfig
|
||||||
|
intltool
|
||||||
|
gtk3
|
||||||
|
];
|
||||||
|
|
||||||
passthru.updateScript = xfce.updateScript {
|
passthru.updateScript = xfce.updateScript {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
attrPath = "xfce.${pname}";
|
attrPath = "xfce.${pname}";
|
||||||
@ -25,6 +28,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = "https://www.xfce.org/";
|
homepage = "https://www.xfce.org/";
|
||||||
description = "Icons for Xfce";
|
description = "Icons for Xfce";
|
||||||
|
license = licenses.gpl2Plus;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = [ maintainers.eelco ];
|
maintainers = [ maintainers.eelco ];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user