From c078d552fe1e5c35931997c24c8e9b6cf48e3c7b Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Sat, 13 Aug 2022 11:40:42 +0200 Subject: [PATCH] wrapGAppsHook: Set name The previous commit, removing substitutions, causes a mass rebuild, so we use the opportunity to set the name; also a mass rebuild. --- pkgs/build-support/setup-hooks/wrap-gapps-hook/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/build-support/setup-hooks/wrap-gapps-hook/default.nix b/pkgs/build-support/setup-hooks/wrap-gapps-hook/default.nix index 4aae1ce6876..5ef61383885 100644 --- a/pkgs/build-support/setup-hooks/wrap-gapps-hook/default.nix +++ b/pkgs/build-support/setup-hooks/wrap-gapps-hook/default.nix @@ -13,6 +13,7 @@ }: makeSetupHook { + name = "wrap-gapps-hook"; deps = lib.optionals (!stdenv.isDarwin) [ # It is highly probable that a program will use GSettings, # at minimum through GTK file chooser dialogue.