Merge pull request #102251 from andir/random-seed

stdenv: introduce -frandom-seed
This commit is contained in:
Andreas Rammhold
2020-11-19 01:07:28 +01:00
committed by GitHub
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -70,6 +70,7 @@ let
../../build-support/setup-hooks/move-sbin.sh
../../build-support/setup-hooks/move-lib64.sh
../../build-support/setup-hooks/set-source-date-epoch-to-latest.sh
../../build-support/setup-hooks/reproducible-builds.sh
# TODO use lib.optional instead
(if hasCC then cc else null)
];