mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 18:37:04 +03:00
xfce.xfce4-icon-theme: add missing parent icon themes
Also: - replace gtk2 by gtk3 - intltool and gtk are native build dependences
This commit is contained in:
parent
cc4f55431d
commit
5dd4e8900d
@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl, pkgconfig, intltool, gtk3, xfce }:
|
||||
{ stdenv, fetchurl, pkgconfig, intltool, gtk3, gnome-icon-theme, tango-icon-theme, hicolor-icon-theme, xfce }:
|
||||
|
||||
let
|
||||
category = "art";
|
||||
@ -19,6 +19,15 @@ stdenv.mkDerivation rec {
|
||||
gtk3
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
gnome-icon-theme
|
||||
tango-icon-theme
|
||||
hicolor-icon-theme
|
||||
# missing parent icon theme Industrial
|
||||
];
|
||||
|
||||
dontDropIconThemeCache = true;
|
||||
|
||||
passthru.updateScript = xfce.updateScript {
|
||||
inherit pname version;
|
||||
attrPath = "xfce.${pname}";
|
||||
|
Loading…
Reference in New Issue
Block a user