Merge pull request #160769 from veprbl/pr/notemap_darwin_fix

notemap: fix x86_64-darwin build
This commit is contained in:
Artturi 2022-02-19 03:42:10 +02:00 committed by GitHub
commit 8618ccdf8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,7 @@
, fetchzip
, pkg-config
, libressl
, memstreamHook
}:
stdenv.mkDerivation rec {
@ -20,6 +21,8 @@ stdenv.mkDerivation rec {
buildInputs = [
libressl
] ++ lib.optionals (stdenv.isDarwin && stdenv.isx86_64) [
memstreamHook
];
meta = {