Unverified Commit f9e21c63 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #263374 from suhr/glamour

glamoroustoolkit: add wrapGAppsHook
parents 3c99ced8 5721bfc5
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
{ 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;