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
@@ -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;