Fix one of upstream non-determinism, tracked here: https://github.com/JuliaLang/julia/issues/34115 https://github.com/JuliaLang/julia/issues/25900 Patch by Nicoló Balzarotti . --- a/base/loading.jl +++ b/base/loading.jl @@ -807,7 +807,10 @@ path = normpath(joinpath(dirname(prev), _path)) end if _track_dependencies[] - push!(_require_dependencies, (mod, path, mtime(path))) + push!(_require_dependencies, + (mod, path, + haskey(ENV, "SOURCE_DATE_EPOCH") ? + parse(Float64, ENV["SOURCE_DATE_EPOCH"]) : mtime(path))) end return path, prev end d73b435d9c6d497'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/gnu-pw-mgr.scm
AgeCommit message (Expand)Author
2021-12-13gnu: Simplify package inputs....Ludovic Courtès
2020-11-17gnu: gnu-pw-mgr: Update to 2.7.4....Tobias Geerinckx-Rice
2020-09-20gnu: gnu-pw-mgr: Update to 2.7....Efraim Flashner
2020-03-25gnu: gnu-pw-mgr: Build reproducibly....Ludovic Courtès