mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-26 08:25:04 +03:00
king: ensure lmdb is statically linked on osx
By way of ensuring the lmdb package's cabal extra-libraries field is ignored and our lmdb overlay is used. Don't ask.
This commit is contained in:
parent
6e34c320fe
commit
d72db74492
@ -82,6 +82,8 @@ haskell-nix.stackProject {
|
|||||||
|
|
||||||
urbit-king.components.tests.urbit-king-tests.testFlags =
|
urbit-king.components.tests.urbit-king-tests.testFlags =
|
||||||
[ "--brass-pill=${brass.lfs}" ];
|
[ "--brass-pill=${brass.lfs}" ];
|
||||||
|
|
||||||
|
lmdb.components.library.libs = lib.mkForce [ lmdb ];
|
||||||
};
|
};
|
||||||
}];
|
}];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user