We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 144ee20 commit 52ff297Copy full SHA for 52ff297
overlays/haskell.nix
@@ -783,7 +783,7 @@ final: prev: {
783
mapOptions = c:
784
builtins.mapAttrs (_: x: final.lib.mkOverride 990 x)
785
(builtins.removeAttrs c ["buildable" "planned" "depends" "build-tools"]) //
786
- builtins.mapAttrs (n: x: final.lib.mkOverride 90 x) (
+ builtins.mapAttrs (_n: x: final.lib.mkOverride 90 x) (
787
final.lib.filterAttrs (n: x: builtins.elem n ["depends" "build-tools"] && builtins.length x != 0) c);
788
in
789
final.lib.optionalAttrs (components.library or null != null) {
0 commit comments