nixpkgs/pkgs/development/julia-modules
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
..
python julia.withPackages: fix some artifact builds 2024-03-13 02:17:31 -07:00
tests julia.withPackages: add tests 2024-01-05 17:50:46 -08:00
default.nix
depot.nix julia.withPackages: Disable pretty terminal output during nix build 2024-05-03 15:27:28 +01:00
extra-libs.nix
extra-python-packages.nix
extract_artifacts.jl
extract_artifacts_16.jl
package-closure.nix julia.withPackages: fix transitive weak-deps resolving 2024-01-03 16:33:51 -08:00
registry.nix julia.withPackages: bump the augmented registry to pick up a few hash fixes 2023-12-22 01:15:02 -07:00
util.nix