about summary refs log tree commit diff
path: root/pkgs/build-support
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
parente8a38a2f521488d715a1568b494d9891619771e5 (diff)
downloadnixlib-c078d552fe1e5c35931997c24c8e9b6cf48e3c7b.tar
nixlib-c078d552fe1e5c35931997c24c8e9b6cf48e3c7b.tar.gz
nixlib-c078d552fe1e5c35931997c24c8e9b6cf48e3c7b.tar.bz2
nixlib-c078d552fe1e5c35931997c24c8e9b6cf48e3c7b.tar.lz
nixlib-c078d552fe1e5c35931997c24c8e9b6cf48e3c7b.tar.xz
nixlib-c078d552fe1e5c35931997c24c8e9b6cf48e3c7b.tar.zst
nixlib-c078d552fe1e5c35931997c24c8e9b6cf48e3c7b.zip
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')
-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 4aae1ce6876c..5ef613838856 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.