nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

sbcl_*: fix build by adding a #define

Probably triggered by glibc: 2.35-163 -> 2.35-224
Inspired by https://bugs.gentoo.org/869434

+3 -1
+3 -1
pkgs/development/compilers/sbcl/2.x.nix
··· 173 173 # duplicate symbol '_static_code_space_free_pointer' in: alloc.o traceroot.o 174 174 # Should be fixed past 2.1.10 release. 175 175 "-fcommon" 176 - ]; 176 + ] 177 + # Fails to find `O_LARGEFILE` otherwise. 178 + ++ [ "-D_GNU_SOURCE" ]; 177 179 178 180 buildPhase = '' 179 181 runHook preBuild