icon-library: use wrapGAppsHook4

This is a GTK4 application.
This commit is contained in:
Bobby Rong 2022-03-30 19:18:32 +08:00
parent 739e7ceeff
commit 16608a048e
No known key found for this signature in database
GPG Key ID: ED07364437C91161

View File

@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, fetchpatch, wrapGAppsHook
{ lib, stdenv, fetchurl, fetchpatch, wrapGAppsHook4
, cargo, desktop-file-utils, meson, ninja, pkg-config, rustc
, gdk-pixbuf, glib, gtk4, gtksourceview5, libadwaita
}:
@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
];
nativeBuildInputs = [
cargo desktop-file-utils meson ninja pkg-config rustc wrapGAppsHook
cargo desktop-file-utils meson ninja pkg-config rustc wrapGAppsHook4
];
buildInputs = [ gdk-pixbuf glib gtk4 gtksourceview5 libadwaita ];