nixpkgs/pkgs/build-support/setup-hooks
Maxim Ivanov e2e77950f3 Scatter output hook
This hook allows to scatter files in $out to multiple outputs.
For "bin" and "doc" outputs there are prefefined default masks, but
they can be overriden by setting files_<outname>, for example:

files_bin = [ "/bin/*" "/lib/libexec/" ];

To make an effect hook must be specified in buildInputs.
2014-05-06 22:47:45 +01:00
..
autoreconf.sh Rename buildNativeInputs -> nativeBuildInputs 2012-12-28 19:20:09 +01:00
enable-coverage-instrumentation.sh Move generation of coverage reports from nixos/lib/testing to releaseTools 2014-03-03 13:57:08 +01:00
fix-darwin-dylib-names.sh Add a setup hook for fixing dylib install names on Darwin 2014-01-15 13:41:09 +01:00
keep-build-tree.sh Move generation of coverage reports from nixos/lib/testing to releaseTools 2014-03-03 13:57:08 +01:00
make-coverage-analysis-report.sh lcov: Filter out /nix/store/* by default 2014-02-05 19:18:33 +01:00
make-wrapper.sh * Add a setup hook ‘autoreconfHook’ to simplify packages that need to 2012-05-19 02:52:36 +00:00
scatter_output.sh Scatter output hook 2014-05-06 22:47:45 +01:00
set-java-classpath.sh Add a setup hook that automatically sets up $CLASSPATH 2014-01-06 14:36:14 +01:00