Nick Cao
ce653dce76
Merge pull request #316084 from codedownio/fix-julia-withpkgs-git
...
julia.withPackages: fix compatibility with new git security features
2024-05-31 14:54:30 -04:00
thomasjm
6946c3342e
julia.withPackages: be able to test different julia attrs
2024-05-31 01:06:44 -07:00
thomasjm
4ebab7e86d
julia.withPackages: fix compatibility with new git security features ( #315890 )
2024-05-31 00:48:27 -07:00
isabel
63aceac766
treewide: remove unused occurence of fetchFromGitHub argument
2024-05-30 05:56:07 +00:00
Peter Waller
a4c899381e
julia.withPackages: Disable pretty terminal output during nix build
...
Prior to this patch, julia would log output destined for a terminal
which can support cursor movements, which we don't have while building
under nix.
The only way I could find to turn this off is to set CI=true during
precompilation, which substantially reduces the amount of log output you
end up with, to only the salient output (one line per package, instead
of many identical lines being printed).
Signed-off-by: Peter Waller <p@pwaller.net>
2024-05-03 15:27:28 +01:00
thomasjm
10c3c185c6
julia.withPackages: fix some artifact builds
2024-03-13 02:17:31 -07:00
Tom McLaughlin
00c8a2b81d
julia.withPackages: add tests
2024-01-05 17:50:46 -08:00
Tom McLaughlin
2402762c6f
julia.withPackages: fix transitive weak-deps resolving
2024-01-03 16:33:51 -08:00
Tom McLaughlin
e9cdd5fae8
julia.withPackages: handle non-archive artifacts ( fixes #277410 )
2023-12-29 14:56:09 -07:00
Nick Cao
5c55482a29
Merge pull request #275911 from codedownio/julia-withpackages-thomasjm-maintainer
...
julia.withPackages: add thomasjm as maintainer
2023-12-22 09:47:37 -05:00
Tom McLaughlin
df22fb01df
julia.withPackages: better error message on missing nix-sha256 hash
2023-12-22 01:15:42 -07:00
Tom McLaughlin
820f1a3bbe
julia.withPackages: bump the augmented registry to pick up a few hash fixes
2023-12-22 01:15:02 -07:00
Tom McLaughlin
42e7a23280
julia.withPackages: let environment inherit meta from julia
2023-12-21 16:17:14 -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