gparted: add adwaita-icon-theme
This adds the icon theme to XDG_DATA_DIRS. It doesn't appear Plasma5 is properly configured for gtk apps so this works around there being no icon theme installed for it.
This commit is contained in:
parent
7b3006478d
commit
15f5535430
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, intltool, gettext, makeWrapper, coreutils, gnused
|
{ stdenv, fetchurl, intltool, gettext, makeWrapper, coreutils, gnused, gnome3
|
||||||
, gnugrep, parted, glib, libuuid, pkgconfig, gtkmm3, libxml2, hicolor-icon-theme
|
, gnugrep, parted, glib, libuuid, pkgconfig, gtkmm3, libxml2, hicolor-icon-theme
|
||||||
, gpart, hdparm, procps, utillinux, polkit, wrapGAppsHook, substituteAll
|
, gpart, hdparm, procps, utillinux, polkit, wrapGAppsHook, substituteAll
|
||||||
}:
|
}:
|
||||||
@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
configureFlags = [ "--disable-doc" ];
|
configureFlags = [ "--disable-doc" ];
|
||||||
|
|
||||||
buildInputs = [ parted glib libuuid gtkmm3 libxml2 hicolor-icon-theme polkit.bin ];
|
buildInputs = [ parted glib libuuid gtkmm3 libxml2 hicolor-icon-theme polkit.bin gnome3.adwaita-icon-theme ];
|
||||||
nativeBuildInputs = [ intltool gettext pkgconfig wrapGAppsHook ];
|
nativeBuildInputs = [ intltool gettext pkgconfig wrapGAppsHook ];
|
||||||
|
|
||||||
preFixup = ''
|
preFixup = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user