Skip to content

Commit

Permalink
wrapGAppsHook: fixup cherry-pick
Browse files Browse the repository at this point in the history
Sorry, should test better. Thanks to Travis for noticing!
  • Loading branch information
abbradar committed Apr 10, 2017
1 parent ba4d304 commit b8ece8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Expand Up @@ -321,7 +321,7 @@ with pkgs;
findXMLCatalogs = makeSetupHook { } ../build-support/setup-hooks/find-xml-catalogs.sh;

wrapGAppsHook = makeSetupHook {
deps = [ gnome3.dconf.lib gnome3.gtk librsvg makeWrapper ];
deps = [ gnome3.dconf gnome3.gtk librsvg makeWrapper ];
} ../build-support/setup-hooks/wrap-gapps-hook.sh;

separateDebugInfo = makeSetupHook { } ../build-support/setup-hooks/separate-debug-info.sh;
Expand Down

0 comments on commit b8ece8f

Please sign in to comment.