mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
gnome3.gnome-packagekit: add hicolor-icon-theme for setup-hook
This commit is contained in:
parent
ce6269c34b
commit
3b3072e807
@ -1,5 +1,5 @@
|
||||
{ stdenv, fetchurl, pkgconfig, meson, ninja, gettext, gnome3, packagekit, polkit
|
||||
, gtk3, systemd, wrapGAppsHook, desktop-file-utils }:
|
||||
, gtk3, systemd, wrapGAppsHook, desktop-file-utils, hicolor-icon-theme }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "gnome-packagekit-${version}";
|
||||
@ -10,7 +10,11 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "08rhsisdvx7pnx3rrg5v7c09jbw4grglkdj979gwl4a31j24zjsd";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkgconfig meson ninja gettext wrapGAppsHook desktop-file-utils ];
|
||||
nativeBuildInputs = [
|
||||
pkgconfig meson ninja gettext wrapGAppsHook desktop-file-utils
|
||||
hicolor-icon-theme # for setup-hook
|
||||
];
|
||||
|
||||
buildInputs = [ gtk3 packagekit systemd polkit ];
|
||||
|
||||
postPatch = ''
|
||||
|
Loading…
Reference in New Issue
Block a user