mirror of
https://github.com/urbit/shrub.git
synced 2024-11-27 18:34:48 +03:00
hs: modify hs/default.nix accordingly
This commit is contained in:
parent
91b34325a2
commit
5bb01e5bae
@ -60,6 +60,9 @@ haskell-nix.stackProject {
|
||||
|
||||
# Override various project-local flags and build configuration.
|
||||
packages = {
|
||||
urbit-king.patches = lib.optional stdenv.isDarwin [
|
||||
../../pkgs/lmdb/darwin-fsync.patch
|
||||
];
|
||||
urbit-king.components.exes.urbit-king = {
|
||||
enableStatic = enableStatic;
|
||||
enableShared = !enableStatic;
|
||||
|
Loading…
Reference in New Issue
Block a user