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.
This commit is contained in:
Robert Hensing 2022-08-13 11:40:42 +02:00
parent e8a38a2f52
commit c078d552fe

View file

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