mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
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
|
||||
, gpart, hdparm, procps, utillinux, polkit, wrapGAppsHook, substituteAll
|
||||
}:
|
||||
|
@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
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 ];
|
||||
|
||||
preFixup = ''
|
||||
|
|
Loading…
Reference in a new issue