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
commit 045686fe04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1044,6 +1044,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;
});
} }
// //