Unverified Commit cdf44dbd authored by Philip Taron's avatar Philip Taron Committed by GitHub
Browse files

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

parents faa52f40 e07f8712
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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.