Merge pull request #41408 from puffnfresh/package/taffybar

taffybar: work around repeated arguments bug
This commit is contained in:
xeji
2018-06-17 22:11:52 +02:00
committed by GitHub

View File

@@ -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;
});
}
//