Merge pull request #263374 from suhr/glamour

glamoroustoolkit: add wrapGAppsHook
This commit is contained in:
Nick Cao 2023-10-26 08:57:54 -04:00 committed by GitHub
commit f9e21c63a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;