mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 13:57:10 +03:00
Merge pull request #15235 from lseppala/fix/hitimes
chefdk: fix build of hitimes on OS X
This commit is contained in:
commit
133e9317ea
@ -57,6 +57,12 @@ in
|
||||
buildInputs = [ gpgme ];
|
||||
};
|
||||
|
||||
hitimes = attrs: {
|
||||
buildInputs =
|
||||
stdenv.lib.optionals stdenv.isDarwin
|
||||
[ darwin.apple_sdk.frameworks.CoreServices ];
|
||||
};
|
||||
|
||||
# note that you need version >= v3.16.14.8,
|
||||
# otherwise the gem will fail to link to the libv8 binary.
|
||||
# see: https://github.com/cowboyd/libv8/pull/161
|
||||
|
Loading…
Reference in New Issue
Block a user