Skip to content

Commit

Permalink
wrapGAppsHook: fix eval
Browse files Browse the repository at this point in the history
  • Loading branch information
globin committed Mar 24, 2017
1 parent d8f297d commit 3a368d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Expand Up @@ -317,7 +317,7 @@ with pkgs;
findXMLCatalogs = makeSetupHook { } ../build-support/setup-hooks/find-xml-catalogs.sh;

wrapGAppsHook = makeSetupHook {
deps = [ gnome3.dconf.lib gnome3.gtk makeWrapper ];
deps = [ gnome3.dconf gnome3.gtk 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 3a368d7

Please sign in to comment.