11 Commits

Author SHA1 Message Date
Maevi
3126d71478 treewide: remove exec bit from files that don't need it
find . -type f -executable ! -name '*.sh' -exec grep -L '^#!' {} \; | xargs chmod a-x
2026-01-16 15:42:35 +01:00
Tom McLaughlin
338b5bde5d julia.withPackages: improve weak dependency handling 2025-08-13 03:00:03 -07:00
Tom McLaughlin
c31efe9150 julia.withPackages: fix artifact fixupPhase on darwin 2024-11-28 23:32:35 -08:00
Tom McLaughlin
1c1dfd06c2 julia.withPackages: fix multiprocessing usage to work on macOS 2024-11-27 05:02:17 -08:00
Nick Cao
c99ceeab58 Merge pull request #324004 from codedownio/julia-withpackages-override-fix
julia.withPackages: fix for overrides not in a registry
2024-07-04 21:23:38 -04:00
thomasjm
729e2822ff julia.withPackages: fix for overrides not in a registry 2024-07-03 18:12:44 -07:00
thomasjm
e0ce7570a2 julia.withPackages: fix weak deps on Julia 1.10 2024-07-01 23:40:53 -07:00
thomasjm
10c3c185c6 julia.withPackages: fix some artifact builds 2024-03-13 02:17:31 -07:00
Tom McLaughlin
e9cdd5fae8 julia.withPackages: handle non-archive artifacts (fixes #277410) 2023-12-29 14:56:09 -07:00
Tom McLaughlin
df22fb01df julia.withPackages: better error message on missing nix-sha256 hash 2023-12-22 01:15:42 -07:00
Tom McLaughlin
36bf6afd42 julia.withPackages: init on supported Julias (1.6, 1.8, 1.9)
Be able to build arbitrary Julia environments in Nixpkgs, in the same style as python.withPackages.
2023-12-14 23:00:34 -08:00