glamoroustoolkit: add wrapGAppsHook

This commit is contained in:
Сухарик 2023-10-25 19:15:24 +03:00
parent 3f9b0a534d
commit 5721bfc509

View File

@ -1,6 +1,7 @@
{ lib
, stdenv
, fetchzip
, wrapGAppsHook
, cairo
, dbus
, fontconfig
@ -16,7 +17,6 @@
, libglvnd
, libuuid
, libxcb
, makeWrapper
}:
stdenv.mkDerivation (finalAttrs: {
@ -29,6 +29,8 @@ stdenv.mkDerivation (finalAttrs: {
hash = "sha256-v63sV0HNHSU9H5rhtJcwZCuIXEGe1+BDyxV0/EqBk2E=";
};
nativeBuildInputs = [ wrapGAppsHook ];
sourceRoot = ".";
dontConfigure = true;