* Export the paths-from-graph.pl script.

svn path=/nixpkgs/trunk/; revision=15865
This commit is contained in:
Eelco Dolstra 2009-06-05 13:20:14 +00:00
parent 8c3809729c
commit c8245719f6

View File

@ -306,6 +306,8 @@ let
inherit stdenv module_init_tools kernel rootModules allowMissing;
};
pathsFromGraph = ../build-support/kernel/paths-from-graph.pl;
# Run the shell command `buildCommand' to produce a store object
# named `name'. The attributes in `env' are added to the
# environment prior to running the command.