Merge pull request #41408 from puffnfresh/package/taffybar
taffybar: work around repeated arguments bug
This commit is contained in:
commit
045686fe04
@ -1044,6 +1044,12 @@ self: super: {
|
||||
# Work around overspecified constraint on github ==0.18.
|
||||
github-backup = doJailbreak super.github-backup;
|
||||
|
||||
# Work around large number of repeated arguments
|
||||
# https://github.com/NixOS/nixpkgs/issues/40013
|
||||
taffybar = super.taffybar.overrideDerivation (drv: {
|
||||
strictDeps = true;
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user