sbclPackages: fix typo

This commit is contained in:
Kasper Gałkowski
2022-11-14 01:02:16 +01:00
parent f59352d0af
commit beb27110ed
+1 -1
View File
@@ -130,7 +130,7 @@ let
nativeLibs = [ libfixposix ];
systems = [ "iolib" "iolib/os" "iolib/pathnames" ];
};
cl-ana_dot_hdf-cffi = pkg: {
"cl-ana.hdf-cffi" = pkg: {
nativeBuildInputs = [ pkgs.hdf5 ];
nativeLibs = [ pkgs.hdf5 ];
NIX_LDFLAGS = [ "-lhdf5" ];