Merge pull request #107851 from rtburns-jpl/hdf4

hdf4: fix invalid rpath on darwin
This commit is contained in:
Pavol Rusnak
2020-12-29 00:55:31 +01:00
committed by GitHub

View File

@@ -1,6 +1,7 @@
{ stdenv
, fetchpatch
, fetchurl
, fixDarwinDylibNames
, cmake
, libjpeg
, zlib
@@ -17,6 +18,8 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [
cmake
] ++ stdenv.lib.optionals stdenv.isDarwin [
fixDarwinDylibNames
];
buildInputs = [