3
0
Fork 0
forked from mirrors/nixpkgs

notemap: fix darwin build

This commit is contained in:
Dmitry Kalinkin 2022-02-18 16:07:35 -05:00
parent e7e54ace72
commit b5d2384bc5
No known key found for this signature in database
GPG key ID: 5157B3EC8B2CA333

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 = {