pkgs/development: remove unused arguments

This commit is contained in:
Sigmanificient 2024-08-01 01:59:21 +02:00
parent fa768fbda9
commit 63d05d989e
167 changed files with 129 additions and 190 deletions

View File

@ -9,7 +9,6 @@
, gmp
, libiconv
, xz
, gcc-unwrapped
, readline
, zlib
, python3

View File

@ -3,7 +3,6 @@
, gnat
, gprbuild
, fetchFromGitHub
, xmlada
, which
}:

View File

@ -5,7 +5,6 @@
, gprbuild
, which
, gnatcoll-core
, xmlada
, component
# components built by this derivation other components depend on
, gnatcoll-sql

View File

@ -1,4 +1,4 @@
{ fetchFromGitHub, fetchgit, fetchHex, rebar3WithPlugins, rebar3-nix, rebar3Relx
{ fetchFromGitHub, fetchgit, fetchHex, rebar3Relx
, buildRebar3, writeScript, lib }:
let

View File

@ -1,5 +1,5 @@
{ fetchFromGitHub, fetchgit, fetchHex, rebar3Relx, buildRebar3, rebar3-proper
, stdenv, writeScript, lib, erlang }:
, stdenv, writeScript, lib }:
let
version = "0.52.0";
owner = "erlang-ls";

View File

@ -9,7 +9,6 @@
, boost
, libunwind
, ninja
, cacert
}:
let

View File

@ -1,5 +1,4 @@
{ stdenv
, stdenvNoCC
, callPackage
, lib
, writeShellScript

View File

@ -1,5 +1,4 @@
{ clangStdenv
, stdenvNoCC
, lib
, fetchurl
, dotnetCorePackages
@ -20,7 +19,6 @@
, swiftPackages
, openssl
, getconf
, makeWrapper
, python3
, xmlstarlet
, nodejs

View File

@ -1,6 +1,5 @@
{ gccStdenv, lib, pkgs,
git, openssl, autoconf, gcc, coreutils, gnused, gnugrep,
makeStaticLibraries,
git, openssl, autoconf, coreutils,
src, version, git-version,
stampYmd ? 0, stampHms ? 0,
gambit-support,

View File

@ -1,4 +1,4 @@
{ pkgs, gccStdenv, lib, coreutils,
{ gccStdenv, lib, coreutils,
openssl, zlib, sqlite,
version, git-version, src,
gambit-support,

View File

@ -1,4 +1,4 @@
{ callPackage, fetchFromGitHub, gambit-unstable, gambit-support, pkgs, gccStdenv }:
{ callPackage, fetchFromGitHub, gambit-support }:
callPackage ./build.nix rec {
version = "0.18.1";

View File

@ -1,4 +1,4 @@
{ pkgs, lib, fetchFromGitHub, gerbilPackages, leveldb, ... }:
{ pkgs, lib, fetchFromGitHub, leveldb, ... }:
{
pname = "gerbil-leveldb";

View File

@ -1,4 +1,4 @@
{ pkgs, lib, fetchFromGitHub, gerbilPackages, libxml2, ... }:
{ pkgs, lib, fetchFromGitHub, libxml2, ... }:
{
pname = "gerbil-libxml";

View File

@ -1,4 +1,4 @@
{ pkgs, lib, fetchFromGitHub, gerbilPackages, libyaml, ... }:
{ pkgs, lib, fetchFromGitHub, libyaml, ... }:
{
pname = "gerbil-libyaml";

View File

@ -1,4 +1,4 @@
{ pkgs, lib, fetchFromGitHub, gerbilPackages, lmdb, ... }:
{ pkgs, lib, fetchFromGitHub, lmdb, ... }:
{
pname = "gerbil-lmdb";

View File

@ -1,4 +1,4 @@
{ pkgs, lib, fetchFromGitHub, gerbilPackages, mariadb-connector-c, ... }:
{ pkgs, lib, fetchFromGitHub, mariadb-connector-c, ... }:
{
pname = "gerbil-mysql";

View File

@ -1,4 +1,4 @@
{ callPackage, fetchFromGitHub, gambit-unstable, gambit-support, pkgs, gccStdenv }:
{ callPackage, fetchFromGitHub, gambit-support }:
callPackage ./build.nix rec {
version = "unstable-2023-12-06";

View File

@ -17,7 +17,6 @@
, gcc
, lib
, ghcjsDepOverrides ? (_:_:{})
, haskell
, linkFarm
, buildPackages
}:

View File

@ -1,5 +1,4 @@
{ lib
, pkgs
, stdenv
, fetchFromGitHub
}:

View File

@ -16,7 +16,6 @@
, texinfo
, texliveBasic
# test
, writeText
}:
stdenv.mkDerivation rec {

View File

@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, version, hashes }:
{ stdenv, fetchurl, version, hashes }:
let
toGoKernel = platform:
if platform.isDarwin then "darwin"

View File

@ -6,7 +6,6 @@
, python3
, jdk
, git
, libcef
, rsync
, lib
, ant

View File

@ -2,7 +2,6 @@
, pkgsHostTarget
, cmake
, makeWrapper
, fetchpatch
, mkDerivation
, fetchFromGitHub
, alex

View File

@ -1,4 +1,4 @@
{ lib, pkgs, stdenv, fetchzip, jdk17_headless }:
{ lib, stdenv, fetchzip, jdk17_headless }:
stdenv.mkDerivation rec {
pname = "lfc";

View File

@ -6,7 +6,6 @@
, src ? null
, patches ? []
, runCommand
, substitute
, cmake
, lndir
, ninja

View File

@ -14,7 +14,6 @@
, clang-unwrapped
, perl
, pkg-config
, xcbuild
, version
}:
let

View File

@ -3,7 +3,6 @@
, mrustc
, mrustc-minicargo
, llvm_12
, llvmPackages_12
, libffi
, cmake
, python3

View File

@ -1,4 +1,4 @@
{ lib, stdenv, pkgsBuildHost, pkgsHostHost
{ lib, stdenv, pkgsHostHost
, file, curl, pkg-config, python3, openssl, cmake, zlib
, installShellFiles, makeWrapper, rustPlatform, rustc
, CoreFoundation, Security

View File

@ -1,4 +1,4 @@
{ stdenv, lib, rustPlatform, rustc, Security, patchelf }:
{ stdenv, lib, rustPlatform, rustc, Security }:
rustPlatform.buildRustPackage {
pname = "clippy";

View File

@ -1,5 +1,5 @@
{ lib, stdenv, fetchFromGitHub, llvmPackages_16, ncurses, cmake, libxml2
, symlinkJoin, breakpointHook, cudaPackages, enableCUDA ? false
, symlinkJoin, cudaPackages, enableCUDA ? false
, libffi, libobjc, libpfm, Cocoa, Foundation
}:

View File

@ -1,6 +1,5 @@
{ stdenv
, lib
, buildPackages
, buildGoModule
, fetchFromGitHub
, makeWrapper

View File

@ -1,5 +1,5 @@
{ lib, mkCoqDerivation
, coq, flocq, compcert
, coq, flocq
, ocamlPackages, fetchpatch, makeWrapper, coq2html
, stdenv, tools ? stdenv.cc
, version ? null

View File

@ -1,4 +1,4 @@
{ which, lib, mkCoqDerivation, coq, bignums, version ? null }:
{ lib, mkCoqDerivation, coq, bignums, version ? null }:
mkCoqDerivation {

View File

@ -1,5 +1,4 @@
{ lib, bash, autoconf, automake,
mkCoqDerivation, coq, version ? null }:
{ lib, bash, autoconf, mkCoqDerivation, coq, version ? null }:
mkCoqDerivation {
pname = "flocq";

View File

@ -1,4 +1,4 @@
{ which, lib, mkCoqDerivation, autoconf, coq, flocq, version ? null }:
{ lib, mkCoqDerivation, autoconf, coq, flocq, version ? null }:
mkCoqDerivation {
pname = "gappalib";

View File

@ -1,4 +1,4 @@
{ lib, mkCoqDerivation, which, coq, version ? null }:
{ lib, mkCoqDerivation, coq, version ? null }:
mkCoqDerivation {
pname = "ltac2";

View File

@ -12,7 +12,7 @@
{ lib, ncurses, graphviz, lua, fetchzip,
mkCoqDerivation, withDoc ? false, single ? false,
coqPackages, coq, hierarchy-builder, version ? null }@args:
coq, hierarchy-builder, version ? null }@args:
let
repo = "math-comp";

View File

@ -1,6 +1,6 @@
{ lib, fetchzip,
{ lib,
mkCoqDerivation, single ? false,
coqPackages, coq, equations, version ? null }@args:
coq, equations, version ? null }@args:
let
repo = "metacoq";

View File

@ -1,4 +1,4 @@
{ lib, stdenv, pkgs, mkCoqDerivation, coq, veriT, zchaff, fetchurl, cvc5, version ? null }:
{ lib, pkgs, mkCoqDerivation, coq, veriT, zchaff, fetchurl, cvc5, version ? null }:
let
# version of veriT that works with SMTCoq

View File

@ -1,4 +1,4 @@
{ lib, mkCoqDerivation, coq, mathcomp, zorns-lemma, version ? null }:
{ lib, mkCoqDerivation, coq, zorns-lemma, version ? null }:
mkCoqDerivation rec {
pname = "topology";

View File

@ -1,4 +1,4 @@
{ metaFetch, mkCoqDerivation, coq, lib, glib, adwaita-icon-theme, wrapGAppsHook3,
{ metaFetch, coq, lib, glib, adwaita-icon-theme, wrapGAppsHook3,
version ? null }:
let ocamlPackages = coq.ocamlPackages;

View File

@ -6,7 +6,6 @@
backendStdenv,
fetchurl,
lib,
lndir,
markForCudatoolkitRootHook,
flags,
stdenv,

View File

@ -1,4 +1,4 @@
{ bossa, git, fetchFromGitHub }:
{ bossa, fetchFromGitHub }:
bossa.overrideAttrs (attrs: rec {
pname = "bossa-arduino";

View File

@ -5,7 +5,6 @@
, thrift
, cmake
, pkg-config
, doxygen
, swig
, python
, logLib

View File

@ -1,4 +1,4 @@
{ runCommand, haskellPackages, lib, all-cabal-hashes, writeShellScript }:
{ runCommand, haskellPackages, lib, all-cabal-hashes }:
let
# Checks if the version looks like a Haskell PVP version which is the format
# Hackage enforces. This will return false if the version strings is empty or

View File

@ -7,7 +7,6 @@
, makeWrapper
, ncurses
, python3
, runCommand
, zlib
# *NOT* from LLVM 9!

View File

@ -1,6 +1,5 @@
{ lib, stdenv, octave, buildEnv
, makeWrapper, texinfo
, octavePackages
, wrapOctave
, computeRequiredOctavePackages
, extraLibs ? []

View File

@ -1,5 +1,4 @@
{ lib
, stdenv
, rustPlatform
, fetchFromGitHub
}:

View File

@ -1,4 +1,4 @@
{ stdenv, lib, fetchFromGitHub, autoreconfHook }:
{ stdenv, lib, fetchFromGitHub }:
stdenv.mkDerivation ( finalAttrs: {
pname = "blst";

View File

@ -1,7 +1,6 @@
{ lib
, stdenv
, fetchFromGitHub
, writeShellScript
, cmake
, ogre
, freetype

View File

@ -4,7 +4,6 @@
, cmake
, freedvSupport ? false
, lpcnetfreedv
, codec2
}:
stdenv.mkDerivation rec {

View File

@ -1,5 +1,4 @@
{ runCommand
, writeText
, libxslt
, dbus
, findXMLCatalogs

View File

@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, fetchpatch, installShellFiles, cmake }:
{ lib, stdenv, fetchFromGitHub, fetchpatch, cmake }:
stdenv.mkDerivation rec {
pname = "doctest";

View File

@ -1,5 +1,5 @@
{ lib, stdenv, fetchurl, autoreconfHook, mpiCheckPhaseHook
, gfortran, perl, mpi, blas, lapack, scalapack, openssh
, perl, mpi, blas, lapack, scalapack, openssh
# CPU optimizations
, avxSupport ? stdenv.hostPlatform.avxSupport
, avx2Support ? stdenv.hostPlatform.avx2Support

View File

@ -1,6 +1,5 @@
{ lib
, stdenv
, overrideSDK
, fetchFromGitHub
, boost
, cmake

View File

@ -10,7 +10,6 @@
, json-glib
, gobject-introspection
, gtk-doc
, pkgs
, docbook-xsl-nons
}:

View File

@ -17,7 +17,7 @@
, buildPackages
# this is just for tests (not in the closure of any regular package)
, coreutils, dbus, tzdata
, dbus, tzdata
, desktop-file-utils, shared-mime-info
, darwin
, makeHardcodeGsettingsPatch

View File

@ -8,7 +8,6 @@
, ninja
, gtk-doc
, docbook-xsl-nons
, docbook_xml_dtd_43
, docbook_xml_dtd_45
, pkg-config
, libffi

View File

@ -14,7 +14,6 @@
, libxml2
, lua5_4
, liboauth
, libgdata
, libmediaart
, grilo
, gst_all_1

View File

@ -30,7 +30,6 @@
, libepoxy
, libxkbcommon
, libxml2
, gmp
, gnome
, gsettings-desktop-schemas
, sassc

View File

@ -17,7 +17,6 @@
, glib
, cairo
, pango
, pandoc
, gdk-pixbuf
, gobject-introspection
, fribidi

View File

@ -1,4 +1,4 @@
{ lib, stdenv, fetchzip, atk, cairo, dcompiler, gdk-pixbuf, gnome, gst_all_1, librsvg
{ lib, stdenv, fetchzip, atk, cairo, dcompiler, gdk-pixbuf, gst_all_1, librsvg
, glib, gtk3, gtksourceview4, libgda, libpeas, pango, pkg-config, which, vte }:
let

View File

@ -41,7 +41,6 @@
, libgdata
, libmsgraph
, python3
, python3Packages
, gsettings-desktop-schemas
}:

View File

@ -12,7 +12,6 @@
, pkg-config
, boost
, libtool
, perlPackages
, pythonBindings ? true
, tclBindings ? true
, perlBindings ? stdenv.buildPlatform == stdenv.hostPlatform

View File

@ -6,7 +6,6 @@
, cmake
, hwloc
, gperftools
, ninja
, pkg-config
, python3
}:

View File

@ -1,4 +1,4 @@
{ lib, stdenv, fetchzip, libGLU, libGL, fetchFromGitHub, cmake, Cocoa, OpenGL, IOKit }:
{ lib, stdenv, fetchzip, fetchFromGitHub, cmake, Cocoa, OpenGL, IOKit }:
let
common = import ./common.nix { inherit fetchzip; };

View File

@ -2,7 +2,6 @@
mkDerivation,
extra-cmake-modules,
libical,
qtbase
}:
mkDerivation {

View File

@ -1,7 +1,7 @@
{
mkDerivation,
extra-cmake-modules, gettext, python3,
qtbase, qtdeclarative, qtscript,
qtdeclarative, qtscript,
}:
mkDerivation {

View File

@ -1,7 +1,7 @@
{
mkDerivation,
extra-cmake-modules,
qtquickcontrols2, qtbase,
qtquickcontrols2,
}:
mkDerivation {

View File

@ -17,7 +17,6 @@
, db
, libedit
, pam
, krb5
, libmicrohttpd
, cjson

View File

@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, pkg-config, glib, zlib, libpng, cmake, libxml2, python3 }:
{ lib, stdenv, fetchFromGitHub, pkg-config, glib, zlib, libpng, cmake, python3 }:
let
version = "0.3.4";

View File

@ -1,5 +1,5 @@
{ lib, stdenv, fetchurl, pkg-config, libtool, perl, bsdbuild, gettext, mandoc
, libpng, libjpeg, libXinerama, freetype, SDL, libGLU, libGL
, libpng, libjpeg, libXinerama, freetype, SDL, libGL
, libsndfile, portaudio, libmysqlclient, fontconfig
}:

View File

@ -1,7 +1,6 @@
{ stdenv
, lib
, fetchFromGitHub
, srcOnly
, cmake
, ninja
, pkg-config

View File

@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, makeWrapper
{ lib, stdenv, fetchFromGitHub
, autoreconfHook, autoconf-archive
, installShellFiles, libiconv }:

View File

@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, buildInputs, hash, version, libelf, url, knownVulnerabilities }:
{ lib, stdenv, fetchurl, buildInputs, hash, version, url, knownVulnerabilities }:
stdenv.mkDerivation rec {
pname = "libdwarf";

View File

@ -9,7 +9,6 @@
, glib
, nss
, gobject-introspection
, coreutils
, cairo
, libgudev
, gtk-doc

View File

@ -9,7 +9,6 @@
, glib
, libxml2
, sqlite
, zlib
, sg3_utils
, gdk-pixbuf
, taglib

View File

@ -1,6 +1,6 @@
{ lib, stdenv, fetchFromGitHub
, libtool, pkg-config, automake, autoconf, intltool
, glib, gobject-introspection, gtk2, gtk-doc
, gobject-introspection, gtk2, gtk-doc
, clutter, clutter-gtk
}:

View File

@ -10,7 +10,6 @@
, libxslt
, pkg-config
, python3
, valgrind
, publicsuffix-list
}:

View File

@ -5,7 +5,6 @@
, ninja
, gdk-pixbuf
, gd
, libjpeg
, pkg-config
}:
stdenv.mkDerivation rec {

View File

@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, makeWrapper, installShellFiles, pkg-config, libdatrie }:
{ lib, stdenv, fetchurl, installShellFiles, pkg-config, libdatrie }:
stdenv.mkDerivation rec {
pname = "libthai";

View File

@ -1,4 +1,4 @@
{ stdenv, lib, fetchFromGitHub, cmake, bash-completion, pkg-config, libconfig, autoreconfHook }:
{ stdenv, lib, fetchFromGitHub, pkg-config, libconfig, autoreconfHook }:
stdenv.mkDerivation {
pname = "libusbgx";
version = "unstable-2021-10-31";

View File

@ -9,7 +9,6 @@
, dnsmasq
, docutils
, fetchFromGitLab
, fetchpatch
, gettext
, glib
, gnutls

View File

@ -13,7 +13,6 @@
, libwebpdecoderSupport ? true # Build libwebpdecoder
# for passthru.tests
, freeimage
, gd
, graphicsmagick
, haskellPackages

View File

@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, fetchurl, cmake, codec2 }:
{ lib, stdenv, fetchFromGitHub, fetchurl, cmake }:
let
dataVersion = "191005_v1.0";

View File

@ -1,6 +1,5 @@
{ config, lib, stdenv, fetchFromGitHub, pkg-config, autoreconfHook
, librdf_raptor2, ladspaH, openssl, zlib
, doCheck ? config.doCheckByDefault or false, ladspaPlugins
, librdf_raptor2, doCheck ? config.doCheckByDefault or false, ladspaPlugins
}:
stdenv.mkDerivation rec {

View File

@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, installShellFiles, meson, ninja }:
{ lib, stdenv, fetchFromGitHub, meson, ninja }:
stdenv.mkDerivation rec {
pname = "lyra";

View File

@ -1,5 +1,4 @@
{ lib
, pkgs
, mkDerivation
, libcanberra
, pulseaudio

View File

@ -1,9 +1,7 @@
{ autoreconfHook
, cmake
{ cmake
, fetchFromGitLab
, mediastreamer
, openh264
, pkg-config
, lib
, stdenv
}:

View File

@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, autoconf, automake, libtool, pkg-config, glib, readline, makeWrapper }:
{ lib, stdenv, fetchFromGitHub, autoconf, automake, pkg-config, glib, readline, makeWrapper }:
stdenv.mkDerivation {
pname = "neardal";

View File

@ -3,7 +3,6 @@
, fetchFromGitHub
, ruby
, opencl-headers
, addDriverRunpath
, autoreconfHook
, windows
}:

View File

@ -2,7 +2,6 @@
, stdenv
, applyPatches
, fetchFromGitHub
, fetchpatch
, cmake
, git
, llvmPackages_14

View File

@ -1,5 +1,5 @@
{ lib, stdenv, fetchFromGitHub, cmake, pkg-config
, libdeflate, libpng, libtiff, zlib, lcms2, jpylyzer
, libpng, libtiff, zlib, lcms2, jpylyzer
, jpipLibSupport ? false # JPIP library & executables
, jpipServerSupport ? false, curl, fcgi # JPIP Server
, jdk

View File

@ -1,5 +1,5 @@
{ lib, stdenv, fetchurl, removeReferencesTo, gfortran, perl, libnl
, rdma-core, zlib, numactl, libevent, hwloc, targetPackages, symlinkJoin
, rdma-core, zlib, numactl, libevent, hwloc, targetPackages
, libpsm2, libfabric, pmix, ucx, ucc, makeWrapper
, config
# Enable CUDA support

View File

@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, fetchpatch
{ lib, stdenv, fetchFromGitHub
, doxygen, fontconfig, graphviz-nox, libxml2, pkg-config, which
, systemd }:

View File

@ -10,7 +10,6 @@
, gtk3
, qtbase
, qtwayland
, pantheon
, substituteAll
, gsettings-desktop-schemas
, useQt6 ? false

View File

@ -3,11 +3,8 @@
, src
, patches ? [ ]
, version
, coreutils
, buildPackages
, bison
, flex
, gdb
, gperf
, lndir
, perl
@ -36,7 +33,6 @@
, libdatrie
, lttng-ust
, libepoxy
, libiconv
, dbus
, fontconfig
, freetype

View File

@ -3,7 +3,6 @@
, fetchFromGitHub
, perl
, qmake
, qtbase
, qtdeclarative
}:

View File

@ -2,7 +2,6 @@
, stdenv
, fetchurl
, fetchpatch
, cmake
, meson
, ninja
, pkg-config

View File

@ -4,12 +4,10 @@
, fetchFromGitHub
, freetype
, gtk3-x11
, mount
, pcre
, pkg-config
, webkitgtk
, xorg
, llvmPackages
, WebKit
, MetalKit
, CoreAudioKit

Some files were not shown because too many files have changed in this diff Show More