sbclPackages.cl-ana_dot_hdf-cffi: move NIX_LDFLAGS into env for structuredAttrs (#502555)

This commit is contained in:
Philip Taron
2026-03-26 16:11:56 +00:00
committed by GitHub
+3 -1
View File
@@ -185,7 +185,9 @@ let
cl-ana_dot_hdf-cffi = super.cl-ana_dot_hdf-cffi.overrideLispAttrs (o: {
nativeBuildInputs = [ pkgs.hdf5 ];
nativeLibs = [ pkgs.hdf5 ];
NIX_LDFLAGS = [ "-lhdf5" ];
env = o.env or { } // {
NIX_LDFLAGS = toString [ "-lhdf5" ];
};
});
# The antik source archive contains a broken documentation.pdf symlink
# pointing to documentation/build/latex/Antik.pdf which doesn't exist.