Loading
quartus-prime-lite: implement the SOURCE_DATE_EPOCH specification
For reproducible builds: https://reproducible-builds.org/specs/source-date-epoch Some programs break with fixed/static clock (or just by the fact that $LD_PRELOAD is set), so * make this feature opt-in; activate by setting NIXPKGS_QUARTUS_REPRODUCIBLE_BUILD=1 * add a blocklist of programs that are known to misbehave, and completely exclude them from the SOURCE_DATE_EPOCH handling In the future NIXPKGS_QUARTUS_REPRODUCIBLE_BUILD=1 might be the default, but let's start gently, in case the blocklist is incomplete.