mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-07-01 18:51:04 +02:00
Merge pull request #521 from JakeStanger/build/nix/naersk
build(nix): fix naersk build broken when using non-default features
This commit is contained in:
commit
e052a996a4
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