treewide: remove unused inputs

This commit is contained in:
Peder Bergebakken Sundt 2024-09-18 01:00:07 +02:00
parent 2965ad2166
commit 8c8c27bb19
112 changed files with 0 additions and 149 deletions

View File

@ -2,7 +2,6 @@
lib, lib,
stdenv, stdenv,
fetchFromGitHub, fetchFromGitHub,
unstableGitUpdater,
mbrola, mbrola,
languages ? [ ], languages ? [ ],
}: }:

View File

@ -3,7 +3,6 @@
stdenv, stdenv,
fetchFromGitHub, fetchFromGitHub,
cmake, cmake,
ninja,
pkg-config, pkg-config,
boost, boost,
libsodium, libsodium,

View File

@ -31,7 +31,6 @@
, jansson , jansson
, libXaw , libXaw
, libXcursor , libXcursor
, libXft
, libXi , libXi
, libXpm , libXpm
, libgccjit , libgccjit

View File

@ -1,11 +1,6 @@
{ callPackage { callPackage
, clangStdenv
, cling , cling
, fetchurl , fetchurl
, lib
, llvmPackages_13
, makeWrapper
, runCommand
, stdenv , stdenv
}: }:

View File

@ -2,10 +2,8 @@
, writeText , writeText
, nodePackages , nodePackages
, python3 , python3
, python3Packages
, callPackage , callPackage
, neovimUtils , neovimUtils
, vimUtils
, perl , perl
, lndir , lndir
}: }:

View File

@ -12,7 +12,6 @@
, p7zip , p7zip
, autoPatchelfHook , autoPatchelfHook
, libXxf86vm , libXxf86vm
, unzip
, libGL , libGL
}: }:

View File

@ -2,10 +2,8 @@
stdenv, stdenv,
lib, lib,
fetchFromGitHub, fetchFromGitHub,
fetchpatch,
buildMozillaMach, buildMozillaMach,
nixosTests, nixosTests,
python311,
}: }:
( (

View File

@ -12,7 +12,6 @@
, pkg-config , pkg-config
, libavif , libavif
, libjxl , libjxl
, libtiff
, libwebp , libwebp
, libxcrypt , libxcrypt
, python3 , python3

View File

@ -15,7 +15,6 @@
, zlib , zlib
, zstd , zstd
, openssl , openssl
, glibc
, nixosTests , nixosTests
, sparkSupport ? true , sparkSupport ? true
, spark , spark

View File

@ -2,9 +2,7 @@
, stdenv , stdenv
, fetchzip , fetchzip
, makeWrapper , makeWrapper
, jdk8
, python3 , python3
, coreutils
, hadoop , hadoop
, RSupport ? true , RSupport ? true
, R , R

View File

@ -1,6 +1,5 @@
{ lib, stdenv { lib, stdenv
, cmake , cmake
, gettext
, libSrc , libSrc
, stepreduce , stepreduce
, parallel , parallel

View File

@ -1,8 +1,6 @@
{ lib { lib
, fetchPypi , fetchPypi
, fetchpatch
, python3 , python3
, runtimeShell
, stress , stress
}: }:

View File

@ -1,5 +1,4 @@
{ lib { lib
, buildNpmPackage
, rustPlatform , rustPlatform
, dbus , dbus
, freetype , freetype

View File

@ -1,5 +1,4 @@
{ rustPlatform { rustPlatform
, buildNpmPackage
, testers , testers
, libdrm , libdrm
, coolercontrol , coolercontrol

View File

@ -2,7 +2,6 @@
lib, lib,
buildLua, buildLua,
fetchFromGitHub, fetchFromGitHub,
fetchpatch,
unstableGitUpdater, unstableGitUpdater,
libnotify, libnotify,
}: }:

View File

@ -4,7 +4,6 @@
buildNpmPackage, buildNpmPackage,
electron, electron,
nodejs, nodejs,
fetchpatch,
}: }:
buildNpmPackage rec { buildNpmPackage rec {

View File

@ -4,7 +4,6 @@
, cmake , cmake
, pkg-config , pkg-config
, wrapGAppsHook3 , wrapGAppsHook3
, makeWrapper
, pixman , pixman
, libpthreadstubs , libpthreadstubs
, gtkmm3 , gtkmm3

View File

@ -2,7 +2,6 @@
lib, lib,
stdenv, stdenv,
fetchFromGitHub, fetchFromGitHub,
fetchpatch,
bluez, bluez,
cmake, cmake,
dbus, dbus,

View File

@ -18,7 +18,6 @@
, gtk3 , gtk3
, intltool , intltool
, json-glib , json-glib
, callPackage
, libstartup_notification , libstartup_notification
, libXtst , libXtst
, libXdamage , libXdamage

View File

@ -18,7 +18,6 @@
, networkmanager , networkmanager
, libgudev , libgudev
, libwacom , libwacom
, gnome
, wrapGAppsHook3 , wrapGAppsHook3
, tzdata , tzdata
, glibc , glibc

View File

@ -1,6 +1,5 @@
{ lib { lib
, runCommand , runCommand
, nixos-artwork
, glib , glib
, gnome-terminal , gnome-terminal
, gtk3 , gtk3

View File

@ -8,7 +8,6 @@
, gtk3 , gtk3
, libcanberra , libcanberra
, libxslt , libxslt
, makeWrapper
, meson , meson
, ninja , ninja
, pkg-config , pkg-config

View File

@ -1,8 +1,6 @@
{ lib { lib
, stdenv , stdenv
, fetchFromGitHub , fetchFromGitHub
, fetchpatch
, meson , meson
, ninja , ninja
, go-md2man , go-md2man

View File

@ -2,7 +2,6 @@
fetchFromGitHub, fetchFromGitHub,
lib, lib,
python3Packages, python3Packages,
python3,
gtk3, gtk3,
gobject-introspection, gobject-introspection,
wrapGAppsHook3, wrapGAppsHook3,

View File

@ -2,7 +2,6 @@
stdenv, stdenv,
lib, lib,
buildEnv, buildEnv,
gnome,
gnome-panel, gnome-panel,
gnome-flashback, gnome-flashback,
xorg, xorg,

View File

@ -7,7 +7,6 @@
meson, meson,
ninja, ninja,
pkg-config, pkg-config,
gnome,
perl, perl,
gettext, gettext,
gtk3, gtk3,

View File

@ -11,7 +11,6 @@
stdenv, stdenv,
lib, lib,
fetchFromGitHub, fetchFromGitHub,
fetchpatch,
# For tests # For tests
testers, testers,
runCommand, runCommand,

View File

@ -3,7 +3,6 @@
, fetchFromGitHub , fetchFromGitHub
, fetchpatch , fetchpatch
, rustPlatform , rustPlatform
, libiconv
, libkrun , libkrun
, makeWrapper , makeWrapper
, passt , passt

View File

@ -2,7 +2,6 @@
lib, lib,
python3Packages, python3Packages,
fetchFromGitHub, fetchFromGitHub,
fetchpatch2,
ledger, ledger,
hledger, hledger,
}: }:

View File

@ -2,7 +2,6 @@
lib, lib,
stdenv, stdenv,
fetchFromGitHub, fetchFromGitHub,
cmake,
meson, meson,
ninja, ninja,
pkg-config, pkg-config,

View File

@ -7,7 +7,6 @@
, doxygen , doxygen
, enet , enet
, fetchzip , fetchzip
, fetchurl
, fmt , fmt
, ffmpeg-headless , ffmpeg-headless
, gamemode , gamemode

View File

@ -5,7 +5,6 @@
fetchpatch, fetchpatch,
stdenv, stdenv,
pkg-config, pkg-config,
gnome,
gettext, gettext,
gobject-introspection, gobject-introspection,
cairo, cairo,

View File

@ -5,7 +5,6 @@
desktop-file-utils, desktop-file-utils,
dotnetCorePackages, dotnetCorePackages,
fetchFromGitHub, fetchFromGitHub,
fontconfig,
lib, lib,
runCommand, runCommand,
pname ? "nexusmods-app", pname ? "nexusmods-app",

View File

@ -2,7 +2,6 @@
lib, lib,
fetchFromGitLab, fetchFromGitLab,
rustPlatform, rustPlatform,
youtube-dl,
}: }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {

View File

@ -10,7 +10,6 @@
z3, z3,
aiger, aiger,
btor2tools, btor2tools,
python3Packages,
nix-update-script, nix-update-script,
}: }:

View File

@ -5,7 +5,6 @@
libxml2, libxml2,
libxslt, libxslt,
openssl, openssl,
pkg-config,
postgresql, postgresql,
sqlite, sqlite,
}: }:

View File

@ -4,7 +4,6 @@
fetchFromGitHub, fetchFromGitHub,
meson, meson,
ninja, ninja,
cmake,
pkg-config, pkg-config,
python3, python3,
}: }:

View File

@ -2,7 +2,6 @@
fetchFromGitHub, fetchFromGitHub,
lib, lib,
python3Packages, python3Packages,
python3,
unhide, unhide,
}: }:

View File

@ -20,7 +20,6 @@
, webkitgtk_4_1 , webkitgtk_4_1
, nodePackages , nodePackages
, ninja , ninja
, gsettings-desktop-schemas
, djvulibre , djvulibre
, backends ? [ "pdf" "ps" /* "dvi" "t1lib" */ "djvu" "tiff" "pixbuf" "comics" "xps" "epub" ] , backends ? [ "pdf" "ps" /* "dvi" "t1lib" */ "djvu" "tiff" "pixbuf" "comics" "xps" "epub" ]
}: }:

View File

@ -5,7 +5,6 @@
ncurses, ncurses,
pkg-config, pkg-config,
fetchFromGitHub, fetchFromGitHub,
bluez,
autoreconfHook, autoreconfHook,
}: }:

View File

@ -2,7 +2,6 @@
lib, lib,
python3Packages, python3Packages,
fetchFromGitHub, fetchFromGitHub,
fetchPypi,
}: }:
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {
pname = "yt-dlg"; pname = "yt-dlg";

View File

@ -5,8 +5,6 @@
{ mkYarnPackage { mkYarnPackage
, fetchYarnDeps , fetchYarnDeps
, lib
, grpc-gateway , grpc-gateway
, protoc-gen-grpc-web , protoc-gen-grpc-web
, protoc-gen-js , protoc-gen-js

View File

@ -5,7 +5,6 @@
, ninja , ninja
, pkg-config , pkg-config
, gettext , gettext
, itstool
, libxml2 , libxml2
, glib , glib
, shared-mime-info , shared-mime-info

View File

@ -8,15 +8,10 @@
qttools, qttools,
wrapQtAppsHook, wrapQtAppsHook,
qt5platform-plugins, qt5platform-plugins,
qtbase,
dtkwidget, dtkwidget,
dtkdeclarative, dtkdeclarative,
deepin-ocr-plugin-manager, deepin-ocr-plugin-manager,
gio-qt,
udisks2-qt5,
image-editor,
libraw, libraw,
libexif,
freeimage, freeimage,
}: }:

View File

@ -18,7 +18,6 @@
libvlc, libvlc,
taglib, taglib,
SDL2, SDL2,
qtbase,
gst_all_1, gst_all_1,
}: }:

View File

@ -17,7 +17,6 @@
libspectre, libspectre,
openjpeg, openjpeg,
djvulibre, djvulibre,
qtbase,
gtest, gtest,
}: }:

View File

@ -5,7 +5,6 @@
cmake, cmake,
pkg-config, pkg-config,
wrapQtAppsHook, wrapQtAppsHook,
qtbase,
dtkgui, dtkgui,
gsettings-qt, gsettings-qt,
gtk3, gtk3,

View File

@ -18,7 +18,6 @@
pcre, pcre,
lucenepp, lucenepp,
boost, boost,
dbus,
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {

View File

@ -2,7 +2,6 @@
lib, lib,
runCommand, runCommand,
glib, glib,
gtk3,
dde-grand-search, dde-grand-search,
startdde, startdde,
dde-session-shell, dde-session-shell,

View File

@ -1,6 +1,5 @@
{ {
lib, lib,
pkgs,
config, config,
libsForQt5, libsForQt5,
}: }:

View File

@ -24,9 +24,6 @@
tzdata, tzdata,
xkeyboard_config, xkeyboard_config,
runtimeShell, runtimeShell,
xorg,
xdotool,
getconf,
dbus, dbus,
util-linux, util-linux,
dde-session-ui, dde-session-ui,

View File

@ -6,7 +6,6 @@
cmake, cmake,
qttools, qttools,
wrapQtAppsHook, wrapQtAppsHook,
libisoburn,
ncnn, ncnn,
opencv, opencv,
vulkan-headers, vulkan-headers,

View File

@ -2,7 +2,6 @@
stdenv, stdenv,
lib, lib,
fetchFromGitHub, fetchFromGitHub,
fetchpatch,
cmake, cmake,
pkg-config, pkg-config,
mtdev, mtdev,

View File

@ -44,7 +44,6 @@
, openjpeg , openjpeg
, openssl , openssl
, poppler , poppler
, python3Packages
, systemd , systemd
, udev , udev
, util-linux , util-linux

View File

@ -1,6 +1,5 @@
{ {
runCommand, runCommand,
pkg-config,
gdk-pixbuf, gdk-pixbuf,
lib, lib,
stdenv, stdenv,

View File

@ -9,7 +9,6 @@
cmake, cmake,
content-hub, content-hub,
gettext, gettext,
libreoffice,
libreoffice-unwrapped, libreoffice-unwrapped,
lomiri-ui-toolkit, lomiri-ui-toolkit,
pkg-config, pkg-config,

View File

@ -12,7 +12,6 @@
lomiri, lomiri,
makeWrapper, makeWrapper,
pkg-config, pkg-config,
runtimeShell,
systemd, systemd,
}: }:

View File

@ -13,7 +13,6 @@
, libgee , libgee
, gettext , gettext
, gtk3 , gtk3
, gnome-menus
, json-glib , json-glib
, elementary-dock , elementary-dock
, bamf , bamf

View File

@ -16,7 +16,6 @@
, libhandy , libhandy
, libxml2 , libxml2
, libsoup , libsoup
, libgdata
, elementary-calendar , elementary-calendar
}: }:

View File

@ -2,7 +2,6 @@
, stdenv , stdenv
, fetchFromGitHub , fetchFromGitHub
, nix-update-script , nix-update-script
, substituteAll
, pkg-config , pkg-config
, meson , meson
, ninja , ninja

View File

@ -2,7 +2,6 @@
{ lua { lua
, lib , lib
, makeSetupHook , makeSetupHook
, findutils
, runCommand , runCommand
}: }:

View File

@ -6,7 +6,6 @@
cmake, cmake,
freetype, freetype,
gfortran, gfortran,
gnused,
openssl, openssl,
libnsl, libnsl,
motif, motif,

View File

@ -3,7 +3,6 @@
buildPythonPackage, buildPythonPackage,
fetchPypi, fetchPypi,
rustPlatform, rustPlatform,
typing-extensions,
pytestCheckHook, pytestCheckHook,
pyahocorasick, pyahocorasick,
hypothesis, hypothesis,

View File

@ -4,13 +4,11 @@
buildPythonPackage, buildPythonPackage,
isPyPy, isPyPy,
fetchPypi, fetchPypi,
fetchpatch2,
setuptools, setuptools,
pytestCheckHook, pytestCheckHook,
libffi, libffi,
pkg-config, pkg-config,
pycparser, pycparser,
pythonAtLeast,
}: }:
let let

View File

@ -2,7 +2,6 @@
lib, lib,
buildPythonPackage, buildPythonPackage,
fetchFromGitHub, fetchFromGitHub,
unittestCheckHook,
pythonOlder, pythonOlder,
setuptools-scm, setuptools-scm,
setuptools, setuptools,

View File

@ -11,7 +11,6 @@
requests, requests,
setuptools, setuptools,
setuptools-scm, setuptools-scm,
sphinx-rtd-theme,
stripe, stripe,
suds-community, suds-community,
xmltodict, xmltodict,

View File

@ -8,7 +8,6 @@
cmake, cmake,
doxygen, doxygen,
eigen, eigen,
gtest,
hdf5, hdf5,
lapack, lapack,
mpi, mpi,

View File

@ -4,9 +4,7 @@
buildPythonPackage, buildPythonPackage,
distutils, distutils,
fetchFromGitHub, fetchFromGitHub,
fickling,
flit-core, flit-core,
numpy,
pytestCheckHook, pytestCheckHook,
pythonOlder, pythonOlder,
torch, torch,

View File

@ -14,16 +14,10 @@
freezegun, freezegun,
httpx, httpx,
langchain, langchain,
lark,
pandas,
pytest-asyncio, pytest-asyncio,
pytestCheckHook, pytestCheckHook,
pytest-mock, pytest-mock,
pytest-socket,
requests-mock,
responses,
syrupy, syrupy,
toml,
nix-update-script, nix-update-script,
}: }:

View File

@ -7,7 +7,6 @@
hatchling, hatchling,
importlib-metadata, importlib-metadata,
opentelemetry-test-utils, opentelemetry-test-utils,
setuptools,
pytestCheckHook, pytestCheckHook,
writeScript, writeScript,
}: }:

View File

@ -6,7 +6,6 @@
opentelemetry-api, opentelemetry-api,
opentelemetry-semantic-conventions, opentelemetry-semantic-conventions,
opentelemetry-test-utils, opentelemetry-test-utils,
setuptools,
typing-extensions, typing-extensions,
pytestCheckHook, pytestCheckHook,
}: }:

View File

@ -4,7 +4,6 @@
buildPythonPackage, buildPythonPackage,
fetchFromGitHub, fetchFromGitHub,
fetchpatch2, fetchpatch2,
setuptools,
cython_0, cython_0,
zfs, zfs,
}: }:

View File

@ -5,7 +5,6 @@
pytestCheckHook, pytestCheckHook,
setuptools-scm, setuptools-scm,
pythonOlder, pythonOlder,
setuptools,
}: }:
buildPythonPackage rec { buildPythonPackage rec {

View File

@ -12,7 +12,6 @@
pyflakes, pyflakes,
vulture, vulture,
setuptools, setuptools,
isort,
pylint, pylint,
pytestCheckHook, pytestCheckHook,
}: }:

View File

@ -3,7 +3,6 @@
arrow, arrow,
buildPythonPackage, buildPythonPackage,
fetchFromGitHub, fetchFromGitHub,
fetchpatch,
freezegun, freezegun,
pytestCheckHook, pytestCheckHook,
pythonOlder, pythonOlder,

View File

@ -3,7 +3,6 @@
buildPythonPackage, buildPythonPackage,
pythonOlder, pythonOlder,
fetchFromGitHub, fetchFromGitHub,
pythonRelaxDepsHook,
pytestCheckHook, pytestCheckHook,
setuptools, setuptools,
ipywidgets, ipywidgets,

View File

@ -6,7 +6,6 @@
pyyaml, pyyaml,
pytestCheckHook, pytestCheckHook,
pythonOlder, pythonOlder,
setuptools,
}: }:
buildPythonPackage rec { buildPythonPackage rec {

View File

@ -27,7 +27,6 @@
scipy, scipy,
setuptools, setuptools,
simpleitk, simpleitk,
six,
tifffile, tifffile,
wheel, wheel,
}: }:

View File

@ -3,7 +3,6 @@
buildPythonPackage, buildPythonPackage,
fetchFromGitHub, fetchFromGitHub,
poetry-core, poetry-core,
snakemake,
snakemake-interface-storage-plugins, snakemake-interface-storage-plugins,
snakemake-interface-common, snakemake-interface-common,
sysrsync, sysrsync,

View File

@ -1,7 +1,6 @@
{ {
lib, lib,
stdenv, stdenv,
blis,
buildPythonPackage, buildPythonPackage,
callPackage, callPackage,
catalogue, catalogue,

View File

@ -3,17 +3,9 @@
buildPythonPackage, buildPythonPackage,
python, python,
fetchFromGitHub, fetchFromGitHub,
mkdocs,
twine,
arpeggio, arpeggio,
click, click,
future,
setuptools,
callPackage, callPackage,
gprof2dot,
html5lib,
jinja2,
psutil,
flit-core, flit-core,
}: }:

View File

@ -19,7 +19,6 @@
preshed, preshed,
pydantic, pydantic,
pytestCheckHook, pytestCheckHook,
python,
pythonOlder, pythonOlder,
setuptools, setuptools,
srsly, srsly,

View File

@ -1,7 +1,6 @@
{ {
lib, lib,
stdenv, stdenv,
fetchpatch,
buildPythonPackage, buildPythonPackage,
python, python,
ndtypes, ndtypes,

View File

@ -7,7 +7,6 @@
, fetchurl , fetchurl
, fetchFromGitHub , fetchFromGitHub
, openal , openal
, libtool
, enet , enet
, SDL2 , SDL2
, curl , curl

View File

@ -1,6 +1,5 @@
{ lib { lib
, stdenv , stdenv
, writers
, temurin-jre-bin-17 , temurin-jre-bin-17
, fetchurl , fetchurl
, makeWrapper , makeWrapper

View File

@ -1,7 +1,6 @@
{ stdenv { stdenv
, lib , lib
, fetchsvn , fetchsvn
, autoreconfHook
, autoconf , autoconf
, automake , automake
, libtool , libtool

View File

@ -8,7 +8,6 @@
, gcc-unwrapped , gcc-unwrapped
, glib , glib
, glibc , glibc
, gnome2
, gtk2-x11 , gtk2-x11
, libGL , libGL
, libpulseaudio , libpulseaudio

View File

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

View File

@ -1,5 +1,4 @@
{ lib { lib
, findutils
, stdenv , stdenv
, fetchurl , fetchurl
, dpkg , dpkg

View File

@ -1,5 +1,4 @@
{ lib { lib
, pkgs
, stdenv , stdenv
, fetchpatch , fetchpatch
, ninja , ninja

View File

@ -5,7 +5,6 @@
, fetchFromGitLab , fetchFromGitLab
, cmake , cmake
, file , file
, writeText
, nixosTests , nixosTests
, ... , ...
}: }:

View File

@ -2,7 +2,6 @@
, stdenv , stdenv
, fetchurl , fetchurl
, makeWrapper , makeWrapper
, jdk8_headless
, jdk11_headless , jdk11_headless
, nixosTests , nixosTests
}: }:

View File

@ -1,7 +1,6 @@
{ lib { lib
, stdenv , stdenv
, fetchurl , fetchurl
, gzip
, brotli , brotli
}: }:

View File

@ -10,8 +10,6 @@
, pcre , pcre
, perlPackages , perlPackages
, python3 , python3
, xz
, zlib
, catch2 , catch2
# recommended dependencies # recommended dependencies
, withHwloc ? true , withHwloc ? true

View File

@ -6,7 +6,6 @@
, pkgconf , pkgconf
, libtool , libtool
, bison , bison
, libasr
, libevent , libevent
, zlib , zlib
, libressl , libressl

View File

@ -1,6 +1,5 @@
{ lib { lib
, fetchFromGitHub , fetchFromGitHub
, pkgs
, stdenv , stdenv
, rustPlatform , rustPlatform
, pkg-config , pkg-config

View File

@ -1,10 +1,8 @@
{ lib { lib
, stdenv , stdenv
, fetchFromGitHub , fetchFromGitHub
, openssl
, postgresql , postgresql
, postgresqlTestHook , postgresqlTestHook
, readline
, testers , testers
, zlib , zlib
}: }:

View File

@ -2,9 +2,6 @@
, stdenv , stdenv
, fetchFromGitHub , fetchFromGitHub
, postgresql , postgresql
, openssl
, zlib
, readline
, flex , flex
, curl , curl
, json_c , json_c

View File

@ -6,7 +6,6 @@
, yarn , yarn
, makeBinaryWrapper , makeBinaryWrapper
, nodejs , nodejs
, node-gyp
, python3 , python3
, nixosTests , nixosTests
}: }:

View File

@ -1,8 +1,6 @@
{ lib { lib
, callPackage , callPackage
, fetchFromGitHub , fetchFromGitHub
, fetchPypi
, fetchpatch
, python3Packages , python3Packages
}: }:
/* /*

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