diff --git a/lib/attrsets.nix b/lib/attrsets.nix index de88763854d6..0a4c3c8ebcf4 100644 --- a/lib/attrsets.nix +++ b/lib/attrsets.nix @@ -606,7 +606,7 @@ rec { getMan = getOutput "man"; /* Pick the outputs of packages to place in buildInputs */ - chooseDevOutputs = drvs: builtins.map getDev drvs; + chooseDevOutputs = builtins.map getDev; /* Make various Nix tools consider the contents of the resulting attribute set when looking for what to build, find, etc.