lisp-modules: remove left over "..." in argument lists
This was left over after 84eea85ad9
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{lib, stdenv, fetchurl, ant, jre, jdk, ...}:
|
||||
{lib, stdenv, fetchurl, ant, jre, jdk}:
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "abcl";
|
||||
version = "1.9.0";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, fetchurl, fetchpatch, runCommand, bootstrap_cmds, coreutils, glibc, m4, runtimeShell, ... }:
|
||||
{ lib, stdenv, fetchurl, fetchpatch, runCommand, bootstrap_cmds, coreutils, glibc, m4, runtimeShell }:
|
||||
|
||||
let
|
||||
options = rec {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ pkgs, lib, fetchFromGitHub, llvmPackages_15, ...}:
|
||||
{ pkgs, lib, fetchFromGitHub, llvmPackages_15 }:
|
||||
|
||||
|
||||
let
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
, threadSupport ? false
|
||||
, useBoehmgc ? true
|
||||
, boehmgc
|
||||
, ... }:
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "ecl";
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
, threadSupport ? true
|
||||
, useBoehmgc ? false
|
||||
, boehmgc
|
||||
, ... }:
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "ecl";
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
, coreCompression ? lib.versionAtLeast version "2.2.6"
|
||||
, texinfo
|
||||
, version
|
||||
, ... }:
|
||||
}:
|
||||
|
||||
let
|
||||
versionMap = {
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
]
|
||||
++ lib.optionals stdenv.isLinux [ "bindings/glibc" "zlib" "wildcard" ]
|
||||
++ lib.optional x11Support "clx/new-clx"
|
||||
, ... }:
|
||||
}:
|
||||
|
||||
assert x11Support -> (libX11 != null && libXau != null && libXt != null
|
||||
&& libXpm != null && xorgproto != null && libXext != null);
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
]
|
||||
++ lib.optionals stdenv.isLinux [ "bindings/glibc" "zlib" ]
|
||||
++ lib.optional x11Support "clx/new-clx"
|
||||
, ... }:
|
||||
}:
|
||||
|
||||
assert x11Support -> (libX11 != null && libXau != null && libXt != null
|
||||
&& libXpm != null && xorgproto != null && libXext != null);
|
||||
|
||||
Reference in New Issue
Block a user