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 bd8'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/aidc.scm
AgeCommit message (Expand)Author
2022-07-17gnu: libdmtx: Omit static library....Tobias Geerinckx-Rice
2022-07-17gnu: libdmtx: Update to 0.7.7....Tobias Geerinckx-Rice