treewide: remove unused fetch* (and other) arguments

This commit is contained in:
Sigmanificient 2024-05-30 13:25:42 +02:00
parent bebc70c2e7
commit 8b473d1a27
27 changed files with 5 additions and 32 deletions

View File

@ -4,7 +4,6 @@
, pkg-config
, meson
, ninja
, fetchFromGitLab
, python3
, vala
, glib

View File

@ -1,8 +1,4 @@
{ lib
, pkgs
, symlinkJoin
, fetchzip
, melpaBuild
, stdenv
, writeText
, melpaStablePackages

View File

@ -28,8 +28,6 @@
, soci
, postgresql
, nodejs
, mkYarnModules
, fetchYarnDeps
, qmake
, server ? false # build server version
, sqlite

View File

@ -1,6 +1,5 @@
{ lib
, python310
, fetchPypi
, fetchFromGitHub
, gdk-pixbuf
, gnome

View File

@ -1,6 +1,5 @@
{ lib
, python3
, fetchPypi
, fetchFromGitHub
}:

View File

@ -1,4 +1,4 @@
{ lib, fetchurl, fetchFromGitLab, gettext, wrapGAppsHook3
{ lib, fetchurl, gettext, wrapGAppsHook3
# Native dependencies
, python3, gtk3, gobject-introspection, gnome

View File

@ -1,6 +1,5 @@
{ lib
, mkDerivation
, fetchFromGitLab
, cmake
, extra-cmake-modules

View File

@ -1,7 +1,6 @@
{ lib
, dbus
, fetchFromGitHub
, fetchPypi
, python3
}:

View File

@ -1,6 +1,5 @@
{ lib
, buildGoModule
, fetchFromSourcehut
, makeWrapper
, scdoc
, installShellFiles

View File

@ -1,6 +1,5 @@
{ lib
, buildGoModule
, fetchFromSourcehut
, wrapGAppsHook3
, wails
, scdoc

View File

@ -1,6 +1,5 @@
{ lib
, stdenv
, fetchFromSourcehut
, pkg-config
, vala
, wrapGAppsHook3

View File

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

View File

@ -1,6 +1,5 @@
{ lib
, callPackage
, fetchFromGitHub
, fixDarwinDylibNames
, libffi
, mbqn-source

View File

@ -1,5 +1,4 @@
{ lib
, fetchFromGitLab
, buildDunePackage
, ppx_hash
, bigstringaf

View File

@ -1,4 +1,4 @@
{ lib, fetchFromGitLab, buildDunePackage
{ buildDunePackage
, menhirLib, menhirSdk
}:

View File

@ -1,4 +1,4 @@
{ lib, fetchFromGitLab, buildDunePackage
{ lib, buildDunePackage
, menhirLib
}:

View File

@ -3,9 +3,7 @@
aiohttp,
apispec,
buildPythonPackage,
callPackage,
fetchFromGitHub,
fetchPypi,
jinja2,
packaging,
pytest-aiohttp,

View File

@ -1,7 +1,6 @@
{
lib,
buildPythonPackage,
fetchPypi,
fetchFromGitHub,
unittestCheckHook,

View File

@ -2,7 +2,6 @@
attrs,
buildPythonPackage,
fetchFromGitHub,
fetchPypi,
lib,
pytestCheckHook,
pythonOlder,

View File

@ -2,7 +2,6 @@
lib,
buildPythonPackage,
inkscape,
fetchFromGitLab,
poetry-core,
cssselect,
lxml,

View File

@ -1,7 +1,6 @@
{
lib,
buildPythonPackage,
fetchPypi,
fetchFromGitHub,
numpy,
pybind11,

View File

@ -2,7 +2,6 @@
lib,
buildPythonPackage,
fetchFromGitHub,
fetchPypi,
mock,
psutil,
pytestCheckHook,

View File

@ -4,7 +4,6 @@
cryptography,
defusedxml,
fetchFromGitHub,
fetchPypi,
paste,
poetry-core,
pyasn1,

View File

@ -1,7 +1,6 @@
{
lib,
mkDerivation,
fetchNetBSD,
stdenv,
bsdSetupHook,
netbsdSetupHook,

View File

@ -1,4 +1,4 @@
{ lib, buildPythonPackage, fetchFromGitHub, fetchPypi, rustPlatform, setuptools-rust }:
{ lib, buildPythonPackage, fetchFromGitHub, rustPlatform, setuptools-rust }:
buildPythonPackage rec {
pname = "matrix-http-rendezvous-synapse";

View File

@ -4,7 +4,6 @@
, postgresql
, nixosTests
, cargo-pgrx_0_10_2
, fetchCrate
, nix-update-script
, stdenv
}:

View File

@ -1,6 +1,5 @@
{ lib
, python3
, fetchPypi
, fetchFromGitHub
, ffmpeg
}: