pkgs/*: remove unreferenced function arguments
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl, fetchpatch, readline }:
|
||||
{ stdenv, fetchurl, readline }:
|
||||
|
||||
let
|
||||
dsoPatch = fetchurl {
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
{ stdenv, fetchurl, readline, compat ? false
|
||||
, hostPlatform
|
||||
}:
|
||||
{ stdenv, fetchurl, readline, compat ? false }:
|
||||
|
||||
let
|
||||
dsoPatch = fetchurl {
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
{ stdenv, fetchurl, readline, compat ? false
|
||||
, hostPlatform
|
||||
}:
|
||||
{ stdenv, fetchurl, readline, compat ? false }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "lua-${version}";
|
||||
|
||||
Reference in New Issue
Block a user