mirror of
https://github.com/NixOS/nix.git
synced 2025-12-11 11:31:03 +01:00
Hack together a fix for the public headers
Please fix this.
This commit is contained in:
parent
59ced3da96
commit
2b51250534
8 changed files with 33 additions and 1 deletions
|
|
@ -6,6 +6,7 @@
|
|||
|
||||
nix-util,
|
||||
nix-store,
|
||||
nix-expr,
|
||||
|
||||
# Configuration Options
|
||||
|
||||
|
|
@ -33,6 +34,10 @@ mkMesonLibrary (finalAttrs: {
|
|||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
# FIXME: This is only here for the NIX_USE_BOEHMGC macro dependency
|
||||
# Removing nix-expr will make the build more concurrent and is
|
||||
# architecturally nice, perhaps.
|
||||
nix-expr
|
||||
nix-util
|
||||
nix-store
|
||||
openssl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue