Commit 07f037a818b8
Changed files (1)
overlays
overlays/default.nix
@@ -36,6 +36,14 @@ in
feishin = final.master.feishin.override {
mpv = prev.mpv-unwrapped;
};
+
+ # Workaround for Go 1.25 pkg-config --define-prefix bug
+ # https://github.com/NixOS/nixpkgs/issues/481611
+ # https://github.com/golang/go/issues/77387
+ # Remove once Go 1.25.8 lands in nixpkgs
+ navidrome = prev.navidrome.overrideAttrs (_old: {
+ CGO_CFLAGS_ALLOW = ".*--define-prefix.*";
+ });
};
# When applied, the unstable nixpkgs set (declared in the flake inputs) will