nixpkgs/pkgs/build-support/setup-hooks
Tuomas Tynkkynen d844a1002f stdenv/multiple-outputs: Fix checking of propagatedOutputs
'[[ ! -v "$propagatedOutputs" ]]' is incorrect and always evaluates to
true. The correct form using double brackets would be
'[[ ! -v propagatedOutputs ]]', but I strongly dislike '[[ ]]' due to
the totally different quoting rules compared to everything else in bash.
2015-10-03 14:08:48 +02:00
..
autoreconf.sh autoreconf may need gettext 2014-12-22 20:20:00 +00:00
compress-man-pages.sh WIP: getting good 2014-08-27 01:14:09 +02:00
enable-coverage-instrumentation.sh Move generation of coverage reports from nixos/lib/testing to releaseTools 2014-03-03 13:57:08 +01:00
find-xml-catalogs.sh Move finding XML catalogs into a separate setup hook 2014-11-25 16:23:48 +01:00
fix-darwin-dylib-names.sh fix-darwin-dylib-names: Fix all outputs 2015-03-24 16:28:20 +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 releaseTools.coverageAnalysis: Emit hydra-metrics 2015-07-30 18:06:33 +02:00
make-wrapper.sh makeWrapper: accept --argv0 flag (/cc #9562) 2015-09-01 13:27:12 +02:00
move-docs.sh move-docs.sh: Handle share/gtk-doc 2015-07-26 13:35:49 +02:00
move-lib64.sh stdenv lib64-moving: fail instead of overwriting 2014-11-17 11:27:38 +01:00
move-sbin.sh Automatically move stuff in lib64 to lib 2014-10-07 15:04:13 +02:00
multiple-outputs.sh stdenv/multiple-outputs: Fix checking of propagatedOutputs 2015-10-03 14:08:48 +02:00
patch-shebangs.sh patchShebangs: Ignore outputs that don't exist yet 2015-09-17 16:54:07 +02:00
scatter_output.sh Don't hardcode shell, use $SHELL instead 2014-05-26 14:48:39 +01:00
separate-debug-info.sh separateDebugInfo: one more comment 2015-09-23 10:35:40 +02:00
set-java-classpath.sh Cleanup: Use += to append to envHooks 2014-08-09 12:47:05 +02:00
strip.sh Remove addHook 2014-08-09 12:45:53 +02:00
wrap-gapps-hook.sh wrapGAppsHook: fix a typo 2015-08-12 05:37:36 +02:00