lisp-modules: remove left over "..." in argument lists

This was left over after 84eea85ad9
This commit is contained in:
Kasper Gałkowski
2023-03-22 21:07:36 +01:00
parent fdabf61974
commit c2d2e8272a
8 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -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 -1
View File
@@ -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 -1
View File
@@ -1,4 +1,4 @@
{ pkgs, lib, fetchFromGitHub, llvmPackages_15, ...}:
{ pkgs, lib, fetchFromGitHub, llvmPackages_15 }:
let
+1 -1
View File
@@ -14,7 +14,7 @@
, threadSupport ? false
, useBoehmgc ? true
, boehmgc
, ... }:
}:
stdenv.mkDerivation rec {
pname = "ecl";
+1 -1
View File
@@ -15,7 +15,7 @@
, threadSupport ? true
, useBoehmgc ? false
, boehmgc
, ... }:
}:
stdenv.mkDerivation rec {
pname = "ecl";
+1 -1
View File
@@ -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);
+1 -1
View File
@@ -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);