Merge pull request #107851 from rtburns-jpl/hdf4
hdf4: fix invalid rpath on darwin
This commit is contained in:
commit
eb17c2fe9b
@ -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 = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user