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
commit eb17c2fe9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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