Merge pull request #41408 from puffnfresh/package/taffybar

taffybar: work around repeated arguments bug

authored by xeji and committed by GitHub 045686fe bb8b1df7

+6
+6
pkgs/development/haskell-modules/configuration-common.nix
··· 1044 1044 # Work around overspecified constraint on github ==0.18. 1045 1045 github-backup = doJailbreak super.github-backup; 1046 1046 1047 + # Work around large number of repeated arguments 1048 + # https://github.com/NixOS/nixpkgs/issues/40013 1049 + taffybar = super.taffybar.overrideDerivation (drv: { 1050 + strictDeps = true; 1051 + }); 1052 + 1047 1053 } 1048 1054 1049 1055 //