mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
sysprof: also provide default icons
This commit is contained in:
parent
734cd2c98a
commit
4d7ff6c04c
@ -28,7 +28,18 @@ in stdenv.mkDerivation rec {
|
||||
sha256 = "0gjcd7agxn7cb8xnm8ldss1md7njwqzklqlsxclzqm87s7klnyrg";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ desktop-file-utils gettext itstool libxml2 meson ninja pkgconfig shared-mime-info wrapGAppsHook ];
|
||||
nativeBuildInputs = [
|
||||
desktop-file-utils
|
||||
gettext
|
||||
itstool
|
||||
libxml2
|
||||
meson
|
||||
ninja
|
||||
pkgconfig
|
||||
shared-mime-info
|
||||
wrapGAppsHook
|
||||
gnome3.defaultIconTheme
|
||||
];
|
||||
buildInputs = [ glib gtk3 pango polkit systemd.dev systemd.lib ];
|
||||
|
||||
mesonFlags = [
|
||||
|
Loading…
Reference in New Issue
Block a user