hdf4: move libhdf4.settings to dev output (#517513)

This commit is contained in:
Ryan Burns
2026-05-17 07:20:03 +00:00
committed by GitHub
+1
View File
@@ -79,6 +79,7 @@ stdenv.mkDerivation (finalAttrs: {
];
postInstall = ''
moveToOutput lib/libhdf4.settings "$dev"
moveToOutput bin "$bin"
'';