mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-07-01 10:41:03 +02:00
build(nix): fix naersk build broken when using non-default features
Fixes #520
This commit is contained in:
parent
42ae915645
commit
30417e06fe
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ in
|
||||||
then
|
then
|
||||||
builder.buildPackage (basePkg
|
builder.buildPackage (basePkg
|
||||||
// {
|
// {
|
||||||
cargoOptions = old: old ++ flags;
|
cargoBuildOptions = old: old ++ flags;
|
||||||
})
|
})
|
||||||
else if builderName == "crane"
|
else if builderName == "crane"
|
||||||
then
|
then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue