-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Fix static Nix build #9496
Copy link
Copy link
Closed
Labels
build-problemNix fails to compile or test; also improvements to build processNix fails to compile or test; also improvements to build process
Metadata
Metadata
Assignees
Labels
build-problemNix fails to compile or test; also improvements to build processNix fails to compile or test; also improvements to build process
Fields
Give feedbackNo fields configured for issues without a type.
From looking at https://hydra.nixos.org/build/242634472 and https://hydra.nixos.org/build/242634509 it appears that the problem is the
http-parserpackage, used bylibgit2, is always trying to make an.so.I have done the Nixpkgs fix backport ready and soon to be merged: NixOS/nixpkgs#271202 Hopefully that fixes it.