3
0
Fork 0
forked from mirrors/nixpkgs

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