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 , pkg-config
, meson , meson
, ninja , ninja
, fetchFromGitLab
, python3 , python3
, vala , vala
, glib , glib

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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