pkgs/*: remove unreferenced function arguments
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl, makeWrapper, ocaml, ncurses, writeText }:
|
||||
{ stdenv, fetchurl, ocaml, writeText }:
|
||||
|
||||
let
|
||||
pname = "camlidl";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ stdenv, lib, fetchgit, fetchurl, makeWrapper,
|
||||
{ stdenv, lib, fetchurl, makeWrapper,
|
||||
ocaml, unzip, ncurses, curl, aspcud
|
||||
}:
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl, bash, ocaml, findlib, ocamlbuild, jbuilder
|
||||
{ stdenv, fetchurl, ocaml, findlib, ocamlbuild, jbuilder
|
||||
, lambdaTerm, cppo, makeWrapper
|
||||
}:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user