Merge pull request #4829 from urbit/bh/lmdb-static-osx

king: ensure lmdb is statically linked on osx
This commit is contained in:
Brendan Hay 2021-04-27 20:29:19 +02:00 committed by GitHub
commit bd429a0170
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -82,6 +82,8 @@ haskell-nix.stackProject {
urbit-king.components.tests.urbit-king-tests.testFlags =
[ "--brass-pill=${brass.lfs}" ];
lmdb.components.library.libs = lib.mkForce [ lmdb ];
};
}];
}