parent
323c2a1c6b
commit
9dcf7d0d4e
1 changed files with 6 additions and 0 deletions
|
@ -1049,6 +1049,12 @@ self: super: {
|
||||||
# Work around overspecified constraint on github ==0.18.
|
# Work around overspecified constraint on github ==0.18.
|
||||||
github-backup = doJailbreak super.github-backup;
|
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 a new issue