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:
parent
e8a38a2f52
commit
c078d552fe
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue