medfile: migrate to by-name (#527785)

This commit is contained in:
isabel
2026-06-04 10:02:00 +00:00
committed by GitHub
2 changed files with 1 additions and 5 deletions
@@ -44,7 +44,7 @@ stdenv.mkDerivation (finalAttrs: {
nativeBuildInputs = [ cmake ];
buildInputs = [ hdf5 ];
buildInputs = [ (hdf5.override { apiVersion = "v110"; }) ];
checkPhase = "make test";
-4
View File
@@ -2571,10 +2571,6 @@ with pkgs;
inherit (python3Packages) ansi2html;
};
medfile = callPackage ../development/libraries/medfile {
hdf5 = hdf5.override { apiVersion = "v110"; };
};
mhonarc = perlPackages.MHonArc;
nanoemoji = with python3Packages; toPythonApplication nanoemoji;