1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 11:10:03 +00:00

treewide: remove unused fetchpatch arguments

This commit is contained in:
Sigmanificient 2024-05-25 16:04:25 +02:00
parent 3e1b36a740
commit d48a9bb622
97 changed files with 40 additions and 110 deletions

View file

@ -1,6 +1,5 @@
{ lib
, stdenvNoCC
, fetchpatch
, fetchFromGitHub
, pkgsBuildBuild
, jq

View file

@ -1,6 +1,5 @@
{ lib, stdenv
, fetchurl
, fetchpatch
, gnome-icon-theme
, gnome
, gtk-engine-murrine

View file

@ -1,5 +1,4 @@
{ fetchFromGitHub
, fetchpatch
, glib
, gobject-introspection
, meson

View file

@ -1,11 +1,9 @@
{ stdenv
, lib
, fetchFromGitHub
, fetchpatch
, cmake
, pkg-config
, wrapQtAppsHook
, qtbase
, qttools
, qtx11extras
, qtmultimedia
@ -30,7 +28,6 @@
, gst_all_1
, gtest
, libpulseaudio
, runtimeShell
}:
stdenv.mkDerivation rec {

View file

@ -1,6 +1,5 @@
{ stdenv
, lib
, fetchpatch
, fetchFromGitHub
, cmake
, extra-cmake-modules

View file

@ -1,7 +1,6 @@
{ stdenv
, lib
, fetchFromGitHub
, fetchpatch
, cmake
, pkg-config
, doxygen

View file

@ -1,7 +1,6 @@
{ stdenv
, lib
, fetchFromGitHub
, fetchpatch
, cmake
, pkg-config
, qttools

View file

@ -1,7 +1,6 @@
{ lib
, stdenv
, fetchurl
, fetchpatch
, desktop-file-utils
, gettext
, glibcLocales

View file

@ -1,7 +1,6 @@
{ stdenv
, lib
, fetchFromGitHub
, fetchpatch
, substituteAll
, openssl
, gsound

View file

@ -1,7 +1,6 @@
{ lib, stdenv
, substituteAll
, fetchFromGitHub
, fetchpatch
, libpulseaudio
, python3
}:

View file

@ -1,7 +1,6 @@
{ stdenv
, lib
, fetchFromGitLab
, fetchpatch
, gitUpdater
, testers
, boost

View file

@ -2,7 +2,6 @@
, lib
, fetchFromGitLab
, fetchpatch
, fetchpatch2
, gitUpdater
, nixosTests
, ayatana-indicator-messages
@ -20,7 +19,6 @@
, libphonenumber
, libpulseaudio
, libusermetrics
, lomiri-ui-toolkit
, lomiri-url-dispatcher
, makeWrapper
, pkg-config

View file

@ -1,7 +1,6 @@
{ lib
, rustPlatform
, fetchFromGitLab
, fetchpatch
, openssl
, libGL
, vulkan-loader

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, fetchpatch, cmake, boost, SDL2, SDL2_image, SDL2_ttf, libpng
{ lib, stdenv, fetchFromGitHub, cmake, boost, SDL2, SDL2_image, SDL2_ttf, libpng
, glew, gettext, libsndfile, libvorbis, libogg, physfs, openal
, xmlstarlet, doxygen, python3, callPackage }:

View file

@ -1,7 +1,6 @@
{ stdenv
, lib
, fetchFromGitHub
, fetchpatch
, which
, sqlite
, lua5_1

View file

@ -1,7 +1,6 @@
{ lib, stdenv
, fetchFromGitHub
, fetchurl
, fetchpatch
, scons
, pkg-config
, SDL2

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, cmake, sfml, libX11, glew, python3, fetchpatch, applyPatches, glm, meshoptimizer, SDL2, ninja}:
{ lib, stdenv, fetchFromGitHub, cmake, sfml, libX11, glew, python3, glm, meshoptimizer, SDL2, ninja}:
let

View file

@ -1,4 +1,4 @@
{ fetchFromGitHub, fetchpatch, ncurses, lib, stdenv
{ fetchFromGitHub, ncurses, lib, stdenv
, updateAutotoolsGnuConfigScriptsHook, installShellFiles }:
stdenv.mkDerivation rec {

View file

@ -1,5 +1,4 @@
{ lib
, fetchpatch
, writeScript
, buildPythonApplication
, fetchFromGitHub

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, fetchFromGitHub, fetchDebianPatch, fetchpatch, cmake, pkg-config
{ lib, stdenv, fetchurl, fetchFromGitHub, fetchDebianPatch, cmake, pkg-config
, SDL2, libvorbis, libogg, libjpeg, libpng, freetype, glew, tinyxml, openal, libepoxy
, curl
, freealut, readline, libb2, gcc-unwrapped

View file

@ -1,4 +1,4 @@
{ lib, mkDerivation, fetchFromGitHub, fetchpatch, pkg-config, qmake
{ lib, mkDerivation, fetchFromGitHub, pkg-config, qmake
, SDL2, fluidsynth, libsndfile, libvorbis, mpg123, qtbase
}:

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, fetchpatch
{ lib, stdenv, fetchurl
, curl, ed, pkg-config, freetype, zlib, libX11
, SDL2, SDL2_image, SDL2_mixer
}:

View file

@ -1,7 +1,6 @@
{ lib
, stdenv
, fetchurl
, fetchpatch
, makeDesktopItem
, SDL2
, SDL2_image

View file

@ -1,7 +1,6 @@
{ lib, stdenv, fetchFromGitHub, fetchzip
, cmake, SDL2, SDL2_mixer, Cocoa
, unrar-wrapper, makeWrapper
, fetchpatch
}:
let

View file

@ -1,7 +1,6 @@
{ lib, stdenv
, autoreconfHook
, fetchFromGitHub
, fetchpatch
, pkg-config
, lua
, fpc

View file

@ -2,7 +2,6 @@
, stdenv
, fetchzip
, fetchFromGitHub
, fetchpatch
, SDL2
, buildFHSEnv
, cmake

View file

@ -1,7 +1,6 @@
{ lib
, stdenv
, fetchFromGitHub
, fetchpatch
, pkg-config # needed to find minizip
, SDL2
, SDL2_image

View file

@ -4,7 +4,6 @@
, openssl
, pkg-config
, fetchFromGitHub
, fetchpatch
, Security
}:

View file

@ -1,11 +1,9 @@
{ lib
, stdenv
, fetchurl
, fetchpatch
, autoreconfHook
, bash
, buildPackages
, libtool
, linuxHeaders
, python3
, swig

View file

@ -1,7 +1,6 @@
{ lib
, stdenv
, fetchurl
, fetchpatch2
, kernel
}:

View file

@ -1,5 +1,4 @@
{ lib, rustPlatform, fetchFromGitHub
, fetchpatch
, fuse
, pkg-config
}:

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchzip, fetchpatch, kernel }:
{ lib, stdenv, fetchzip, kernel }:
stdenv.mkDerivation rec {
pname = "dpdk-kmods";

View file

@ -1,7 +1,6 @@
{ lib
, stdenv
, fetchFromGitHub
, fetchpatch
, protobufc
, pkg-config
, fuse3

View file

@ -1,4 +1,4 @@
{ stdenv, lib, fetchFromGitHub, fetchpatch, kernel }:
{ stdenv, lib, fetchFromGitHub, kernel }:
stdenv.mkDerivation rec {
name = "exfat-nofuse-${version}-${kernel.version}";

View file

@ -1,7 +1,6 @@
{ lib
, stdenv
, fetchFromGitHub
, fetchpatch
, pkg-config
, libapparmor
, which

View file

@ -1,9 +1,6 @@
{ stdenv
, lib
, fetchurl
, fetchpatch
, patchelf
, freetype
, libusb-compat-0_1
}:
let

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, fetchpatch, autoreconfHook, pkg-config, glib, ncurses, libcap_ng }:
{ lib, stdenv, fetchFromGitHub, autoreconfHook, pkg-config, glib, ncurses, libcap_ng }:
stdenv.mkDerivation rec {
pname = "irqbalance";

View file

@ -1,6 +1,5 @@
{ lib
, stdenv
, fetchpatch
, fetchurl
, kernel
, elfutils

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, fetchpatch }:
{ lib, stdenv, fetchurl }:
stdenv.mkDerivation rec {
version = "0.3.113";

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, fetchpatch, buildPackages, pcre2, pkg-config, libsepol
{ lib, stdenv, fetchurl, buildPackages, pcre2, pkg-config, libsepol
, enablePython ? !stdenv.hostPlatform.isStatic
, swig ? null, python3 ? null, python3Packages
, fts

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, fetchpatch, flex }:
{ lib, stdenv, fetchurl, flex }:
stdenv.mkDerivation rec {
pname = "libsepol";

View file

@ -1,4 +1,4 @@
{ lib, stdenv, nixosTests, fetchpatch, fetchFromGitHub, pam, openssl, perl }:
{ lib, stdenv, nixosTests, fetchFromGitHub, pam, openssl, perl }:
stdenv.mkDerivation rec {
pname = "pam_ssh_agent_auth";

View file

@ -1,7 +1,6 @@
{ stdenv
, lib
, fetchFromGitHub
, fetchpatch
, meson
, ninja
, pkg-config

View file

@ -1,4 +1,4 @@
{ lib, kernel, rtl8189es, fetchFromGitHub, fetchpatch }:
{ lib, kernel, rtl8189es, fetchFromGitHub }:
# rtl8189fs is a branch of the rtl8189es driver
rtl8189es.overrideAttrs (drv: rec {

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchpatch, kernel, udev, autoconf, automake, libtool, hwdata, kernelOlder }:
{ lib, stdenv, kernel, udev, autoconf, automake, libtool, hwdata, kernelOlder }:
stdenv.mkDerivation {
name = "usbip-${kernel.name}";

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, fetchpatch, autoreconfHook, gtk-doc, pkg-config
{ lib, stdenv, fetchurl, pkg-config
, zlib, shadow
, capabilitiesSupport ? stdenv.isLinux
, libcap_ng

View file

@ -1,4 +1,4 @@
{ lib, mkDerivation, fetchpatch, qtbase, qmake, inkscape, imagemagick, wpa_supplicant }:
{ lib, mkDerivation, qtbase, qmake, inkscape, imagemagick, wpa_supplicant }:
mkDerivation {
pname = "wpa_gui";

View file

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

View file

@ -1,6 +1,6 @@
let
genericBuild =
{ pkgs, lib, stdenv, fetchFromGitHub, fetchpatch
{ pkgs, lib, stdenv, fetchFromGitHub
, autoreconfHook269, util-linux, nukeReferences, coreutils
, perl
, configFile ? "all"

View file

@ -27,7 +27,6 @@
, autoconf
, libtool
, automake
, fetchpatch
, python3
, writeScript
, withOpus ? true

View file

@ -1,7 +1,6 @@
{ lib
, stdenv
, fetchFromGitHub
, fetchpatch
, openssl
, libevent
, pkg-config

View file

@ -3,7 +3,6 @@
, fetchFromGitHub
, nodejs_18
, nix-update-script
, fetchpatch
, nixosTests
}:
buildNpmPackage rec {

View file

@ -1,7 +1,6 @@
{ lib
, stdenv
, fetchurl
, fetchpatch
, autoreconfHook
, bsd-finger
, perl

View file

@ -1,7 +1,6 @@
{ lib
, stdenv
, fetchFromGitHub
, fetchpatch
# build time
, autoreconfHook

View file

@ -1,11 +1,9 @@
{ callPackage
, runCommand
, lib
, fetchurl
, nixosTests
, withAcme ? false
, withQuic ? false
, fetchpatch
, ...
}@args:

View file

@ -3,7 +3,6 @@
, bazel-gazelle
, buildBazelPackage
, fetchFromGitHub
, fetchpatch
, stdenv
, cmake
, gn

View file

@ -1,5 +1,4 @@
{ lib, stdenv, buildPackages, fetchurl, pkg-config, pcre2, libxml2, zlib, bzip2, which, file
, fetchpatch
, openssl
, enableDbi ? false, libdbi
, enableMagnet ? false, lua5_1
@ -8,7 +7,7 @@
, enablePam ? false, linux-pam
, enableSasl ? false, cyrus_sasl
, enableWebDAV ? false, sqlite, libuuid
, enableExtendedAttrs ? false, attr
, enableExtendedAttrs ? false
, perl
, nixosTests
}:

View file

@ -3,7 +3,6 @@
, fetchFromGitHub
, fetchFromGitLab
, fetchhg
, fetchpatch
, runCommand
, arpa2common

View file

@ -1,13 +1,10 @@
{ binaryen
, fetchFromGitHub
, fetchpatch
, fetchzip
, lib
, lldap
, nixosTests
, rustPlatform
, rustc
, stdenv
, wasm-bindgen-cli
, wasm-pack
, which

View file

@ -1,6 +1,5 @@
{ lib, stdenv
, fetchFromGitHub
, fetchpatch
, srt
, bc
, pkg-config

View file

@ -1,4 +1,4 @@
{ stdenv, runCommand, lib, fetchFromGitHub, fetchpatch, cmake, flex, bison, systemd
{ stdenv, runCommand, lib, fetchFromGitHub, cmake, flex, bison, systemd
, boost, openssl, patchelf, mariadb-connector-c, postgresql, zlib, tzdata
# Databases
, withMysql ? true, withPostgresql ? false

View file

@ -1,5 +1,5 @@
{ lib, stdenv, fetchurl, fetchpatch
, file, openssl, perl, perlPackages, nettools
{ lib, stdenv, fetchurl
, file, openssl, perl, nettools
, withPerlTools ? false }: let
perlWithPkgs = perl.withPackages (ps: with ps; [

View file

@ -1,4 +1,4 @@
{ lib, fetchFromGitHub, fetchpatch, python3Packages }:
{ lib, fetchFromGitHub, python3Packages }:
python3Packages.buildPythonApplication rec {
pname = "bitcoin-prometheus-exporter";

View file

@ -1,4 +1,4 @@
{ lib, buildGoModule, fetchFromGitHub, fetchpatch, nixosTests }:
{ lib, buildGoModule, fetchFromGitHub, nixosTests }:
buildGoModule rec {
pname = "domain-exporter";

View file

@ -2,7 +2,6 @@
, fetchFromGitHub
, python3Packages
, prometheus-alertmanager
, fetchpatch
, runCommand
, prometheus-xmpp-alerts
}:

View file

@ -1,5 +1,4 @@
{ fetchFromGitHub
, fetchpatch
, stdenv
, lib
, pkg-config

View file

@ -2,7 +2,7 @@ let
generic =
# dependencies
{ stdenv, lib, fetchurl, makeWrapper, fetchpatch
{ stdenv, lib, fetchurl, makeWrapper
, glibc, zlib, readline, openssl, icu, lz4, zstd, systemd, libossp_uuid
, pkg-config, libxml2, tzdata, libkrb5, substituteAll, darwin
, linux-pam

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, fetchpatch }:
{ lib, stdenv, fetchFromGitHub }:
stdenv.mkDerivation rec {
pname = "tt-rss-plugin-auth-ldap";

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchpatch, fetchFromGitHub, cmake, openssl, sqlite, pkg-config
{ lib, stdenv, fetchFromGitHub, cmake, openssl, sqlite, pkg-config
, systemd, tlsSupport ? false }:
assert tlsSupport -> openssl != null;

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, fetchpatch, pcre, pcre2, jemalloc, libunwind, libxslt, groff, ncurses, pkg-config, readline, libedit
{ lib, stdenv, fetchurl, pcre, pcre2, jemalloc, libunwind, libxslt, groff, ncurses, pkg-config, readline, libedit
, coreutils, python3, makeWrapper, nixosTests }:
let

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, writeText, unzip, nixosTests, fetchpatch }:
{ lib, stdenv, fetchurl, unzip, nixosTests }:
stdenv.mkDerivation rec {
pname = "invoiceplane";

View file

@ -1,6 +1,5 @@
{ python3
, fetchFromGitHub
, fetchpatch
, nixosTests
, lib

View file

@ -1,4 +1,4 @@
{ gnustep, lib, fetchFromGitHub, fetchpatch, makeWrapper, python3, lndir, libxcrypt
{ gnustep, lib, fetchFromGitHub, makeWrapper, python3, lndir, libxcrypt
, openssl, openldap, sope, libmemcached, curl, libsodium, libytnef, libzip, pkg-config, nixosTests
, oath-toolkit
, enableActiveSync ? false

View file

@ -1,4 +1,4 @@
{ stdenv, lib, fetchFromGitHub, fetchurl, fetchpatch, substituteAll, cmake, makeWrapper, pkg-config
{ stdenv, lib, fetchFromGitHub, fetchurl, cmake, makeWrapper, pkg-config
, curl, ffmpeg, glib, libjpeg, libselinux, libsepol, mp4v2, libmysqlclient, mariadb, pcre, perl, perlPackages
, polkit, util-linuxMinimal, x264, zlib
, coreutils, procps, psmisc, nixosTests }:

View file

@ -1,5 +1,4 @@
{ lib, stdenv, fetchurl
, fetchpatch
, autoreconfHook
, perl
, ps

View file

@ -1,7 +1,6 @@
{ lib
, python3Packages
, fetchFromGitHub
, fetchpatch
}:
python3Packages.buildPythonApplication rec {

View file

@ -2,7 +2,6 @@
, stdenv
, rustPlatform
, fetchFromGitea
, fetchpatch
, openssl
, pkg-config
, protobuf

View file

@ -1,11 +1,10 @@
{ lib, stdenv, fetchurl, fetchpatch
{ lib, stdenv, fetchurl
, autoreconfHook, bison, glm, flex, wrapQtAppsHook, cmake, pkg-config
, freeglut, ghostscriptX, imagemagick, fftw, eigen, libtirpc
, boehmgc, libGLU, libGL, mesa, ncurses, readline, gsl, libsigsegv
, python3, qtbase, qtsvg, boost
, zlib, perl, curl
, texinfo
, texlive
, texliveSmall
, darwin
}:

View file

@ -1,6 +1,5 @@
{ lib
, fetchFromGitHub
, fetchpatch
, python3Packages
, help2man
, installShellFiles

View file

@ -1,7 +1,6 @@
{ lib
, stdenv
, fetchurl
, fetchpatch
, libmnl
, pkg-config
, writeScript

View file

@ -1,4 +1,4 @@
{ lib, buildGoModule, fetchFromGitHub, fetchpatch, installShellFiles }:
{ lib, buildGoModule, fetchFromGitHub, installShellFiles }:
buildGoModule rec {
pname = "ets";

View file

@ -1,4 +1,4 @@
{ lib, stdenv, runCommand, fetchFromSavannah, fetchpatch, flex, bison, python3, autoconf, automake, libtool, bash
{ lib, stdenv, fetchFromSavannah, flex, bison, python3, autoconf, automake, libtool, bash
, gettext, ncurses, libusb-compat-0_1, freetype, qemu, lvm2, unifont, pkg-config
, fetchzip
, buildPackages

View file

@ -1,7 +1,6 @@
{ lib
, stdenv
, fetchurl
, fetchpatch
, rdma-core
, openssl
, zlib

View file

@ -1,7 +1,6 @@
{ lib
, stdenv
, fetchurl
, fetchpatch
, autoreconfHook
, ncurses
, libxcrypt

View file

@ -1,7 +1,6 @@
{ stdenv
, lib
, fetchFromGitHub
, fetchpatch
, rustPlatform
, pkg-config
, openssl

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, fetchpatch, pkg-config, autoreconfHook
{ lib, stdenv, fetchFromGitHub, pkg-config, autoreconfHook
, gnutls, c-ares, libxml2, sqlite, zlib, libssh2
, cppunit, sphinx
, Security

View file

@ -1,7 +1,6 @@
{ lib
, stdenv
, fetchFromGitHub
, fetchpatch
, autoreconfHook
, boost
, pkg-config

View file

@ -1,9 +1,7 @@
{ lib
, mkDerivation
, fetchFromGitHub
, fetchpatch
, haskellPackages
, haskell
, slither-analyzer
}:

View file

@ -1,6 +1,5 @@
{ lib, stdenv, fetchFromGitHub, autoreconfHook, pkg-config, zlib, readline, openssl
, libiconv, pcsclite, libassuan, libXt
, fetchpatch
, docbook_xsl, libxslt, docbook_xml_dtd_412
, Carbon, PCSC, buildPackages
, withApplePCSC ? stdenv.isDarwin

View file

@ -1,6 +1,5 @@
{ lib
, fetchurl
, fetchpatch
, python3Packages
, gnupg
, pass

View file

@ -1,6 +1,5 @@
{ lib
, fetchFromGitHub
, fetchpatch
, semgrep-core
, buildPythonApplication
, pythonPackages

View file

@ -1,4 +1,4 @@
{ stdenv, fetchurl, lib, fetchpatch
{ stdenv, fetchurl, lib
, pandoc, pkg-config, makeWrapper, curl, openssl, tpm2-tss, libuuid
, abrmdSupport ? true, tpm2-abrmd ? null }:

View file

@ -1,4 +1,4 @@
{ stdenv, lib, fetchFromGitHub, autoreconfHook, pkg-config, fetchpatch
{ stdenv, lib, fetchFromGitHub, autoreconfHook, pkg-config
, ncurses, libpcap, libnet
# alpha version of GTK interface
, withGtk ? false, gtk2

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, fetchpatch, perl
{ lib, stdenv, fetchurl, perl
, enableGhostscript ? false
, ghostscript, gawk, libX11, libXaw, libXt, libXmu # for postscript and html output
, enableHtml ? false, psutils, netpbm # for html output

View file

@ -1,4 +1,4 @@
{ python3Packages, fetchFromGitHub, fetchpatch }:
{ python3Packages, fetchFromGitHub }:
let
version = "0.3.2";

View file

@ -1,7 +1,6 @@
{ stdenv
, lib
, fetchFromGitHub
, fetchpatch
, autoreconfHook
, gettext
, libtool

View file

@ -1,6 +1,5 @@
{ lib
, fetchFromGitHub
, fetchpatch
, stdenv
, python3
, bubblewrap