mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
srcOnly: remove the ellipsis (#80903)
The function doesn't make use of the extra arguments.
This commit is contained in:
parent
c5cd289b13
commit
b32a057425
@ -1,4 +1,4 @@
|
||||
{stdenv, name, src, patches ? [], buildInputs ? [], ...}:
|
||||
{ stdenv, name, src, patches ? [], buildInputs ? [] }:
|
||||
stdenv.mkDerivation {
|
||||
inherit src buildInputs patches name;
|
||||
installPhase = "cp -r . $out";
|
||||
|
Loading…
Reference in New Issue
Block a user