srcOnly: remove unused binding

figsoda dd73077d f9f68729

Changed files
+1 -1
pkgs
build-support
src-only
+1 -1
pkgs/build-support/src-only/default.nix
···
-
{ stdenv }@orig:
+
{ stdenv }:
# srcOnly is a utility builder that only fetches and unpacks the given `src`,
# maybe pathings it in the process with the optional `patches` and
# `buildInputs` attributes.