about summary refs log tree commit diff
path: root/pkgs/build-support/setup-hooks
diff options
context:
space:
mode:
authorRobert Hensing <robert@roberthensing.nl>2022-08-13 11:40:42 +0200
committerRobert Hensing <robert@roberthensing.nl>2022-08-13 11:53:06 +0200
commitc078d552fe1e5c35931997c24c8e9b6cf48e3c7b (patch)
tree94858972a05f2181bc256cb0ea0dc60b2bcaa78b /pkgs/build-support/setup-hooks
parente8a38a2f521488d715a1568b494d9891619771e5 (diff)
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.
Diffstat (limited to 'pkgs/build-support/setup-hooks')
-rw-r--r--pkgs/build-support/setup-hooks/wrap-gapps-hook/default.nix1
1 files changed, 1 insertions, 0 deletions
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 4aae1ce6876cb..5ef6138388562 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.