fix: aux examples
This commit is contained in:
parent
acfd068674
commit
72bbfd321f
4 changed files with 4 additions and 3 deletions
|
|
@ -166,6 +166,7 @@ in
|
|||
builtins.toJSON (
|
||||
builtins.removeAttrs value [
|
||||
"deps"
|
||||
"package"
|
||||
"__toString"
|
||||
]
|
||||
// {
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ in
|
|||
}
|
||||
];
|
||||
|
||||
builder = builders.basic;
|
||||
builder = builders.foundation.basic;
|
||||
|
||||
deps.host.host = {
|
||||
inherit (packages.aux) b;
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ in
|
|||
|
||||
custom = true;
|
||||
|
||||
builder = builders.basic;
|
||||
builder = builders.foundation.basic;
|
||||
|
||||
deps = {
|
||||
build = {
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ in
|
|||
|
||||
custom = true;
|
||||
|
||||
builder = builders.basic;
|
||||
builder = builders.foundation.basic;
|
||||
|
||||
context = {
|
||||
"foundation:cflags" = [ "-I $AUX_C/include" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue