treewide: remove unused arguments

This commit is contained in:
Sigmanificient 2025-03-13 17:56:21 +01:00
parent 0b9ee9c25a
commit 670aba9a64
171 changed files with 5 additions and 201 deletions

View file

@ -3,7 +3,6 @@
mopidy, mopidy,
python3Packages, python3Packages,
fetchPypi, fetchPypi,
fetchpatch,
}: }:
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {

View file

@ -2,7 +2,6 @@
stdenv, stdenv,
lib, lib,
fetchFromGitHub, fetchFromGitHub,
fetchpatch,
cmake, cmake,
wrapGAppsHook3, wrapGAppsHook3,
wrapQtAppsHook, wrapQtAppsHook,

View file

@ -1,7 +1,6 @@
{ {
lib, lib,
mkDerivation, mkDerivation,
fetchpatch,
fetchFromGitHub, fetchFromGitHub,
cmake, cmake,
qtbase, qtbase,

View file

@ -1,7 +1,6 @@
{ {
stdenv, stdenv,
lib, lib,
fetchpatch,
fetchFromGitHub, fetchFromGitHub,
python3, python3,
qtbase, qtbase,

View file

@ -2,7 +2,6 @@
lib, lib,
mkDerivation, mkDerivation,
fetchFromGitHub, fetchFromGitHub,
fetchpatch,
pkg-config, pkg-config,
qmake, qmake,
qttools, qttools,

View file

@ -2,7 +2,6 @@
lib, lib,
stdenv, stdenv,
fetchurl, fetchurl,
fetchpatch,
Carbon, Carbon,
Cocoa, Cocoa,
ffmpeg, ffmpeg,

View file

@ -1,8 +1,6 @@
{ {
lib, lib,
stdenv, stdenv,
fetchzip,
fetchurl,
makeBinaryWrapper, makeBinaryWrapper,
zulu, zulu,
ant, ant,

View file

@ -1,7 +1,6 @@
{ {
lib, lib,
stdenv, stdenv,
fetchzip,
fetchurl, fetchurl,
makeWrapper, makeWrapper,
makeDesktopItem, makeDesktopItem,

View file

@ -1,7 +1,6 @@
{ {
lib, lib,
stdenv, stdenv,
fetchpatch,
replaceVars, replaceVars,
buildEnv, buildEnv,
fetchFromGitHub, fetchFromGitHub,

View file

@ -1,6 +1,5 @@
{ lib, stdenv { lib, stdenv
, fetchFromGitHub , fetchFromGitHub
, fetchpatch
, cmake , cmake
# Remove gcc and python references # Remove gcc and python references
, removeReferencesTo , removeReferencesTo

View file

@ -3,7 +3,6 @@
, cmake , cmake
, git , git
, fetchFromGitHub , fetchFromGitHub
, fetchpatch
, wrapQtAppsHook , wrapQtAppsHook
, qtbase , qtbase
, qtdeclarative , qtdeclarative

View file

@ -1,4 +1,4 @@
{ fetchurl, fetchpatch, lib, stdenv, buildPackages { fetchurl, lib, stdenv, buildPackages
, curl, openssl, zlib, expat, perlPackages, python3, gettext, cpio , curl, openssl, zlib, expat, perlPackages, python3, gettext, cpio
, gnugrep, gnused, gawk, coreutils # needed at runtime by git-filter-branch etc , gnugrep, gnused, gawk, coreutils # needed at runtime by git-filter-branch etc
, openssh, pcre2, bash , openssh, pcre2, bash

View file

@ -2,7 +2,6 @@
lib, lib,
stdenv, stdenv,
fetchFromGitLab, fetchFromGitLab,
fetchpatch,
autoreconfHook269, autoreconfHook269,
autoconf-archive, autoconf-archive,
pkg-config, pkg-config,

View file

@ -2,7 +2,6 @@
lib, lib,
buildGoModule, buildGoModule,
fetchFromGitHub, fetchFromGitHub,
fetchpatch,
installShellFiles, installShellFiles,
}: }:

View file

@ -1,12 +1,8 @@
{ {
lib, lib,
stdenv,
fetchFromGitHub, fetchFromGitHub,
crystal_1_11, crystal_1_11,
copyDesktopItems, copyDesktopItems,
linkFarm,
fetchgit,
gtk3, gtk3,
libxkbcommon, libxkbcommon,
xorg, xorg,

View file

@ -1,7 +1,6 @@
{ {
stdenv, stdenv,
fetchFromGitHub, fetchFromGitHub,
fetchzip,
lib, lib,
cmake, cmake,
nix-update-script, nix-update-script,

View file

@ -2,7 +2,6 @@
lib, lib,
stdenv, stdenv,
fetchurl, fetchurl,
fetchpatch2,
alsa-lib, alsa-lib,
boost, boost,
curl, curl,

View file

@ -2,7 +2,6 @@
stdenv, stdenv,
lib, lib,
fetchurl, fetchurl,
fetchpatch,
atk, atk,
cairo, cairo,
desktop-file-utils, desktop-file-utils,

View file

@ -2,7 +2,6 @@
lib, lib,
stdenv, stdenv,
fetchurl, fetchurl,
fetchpatch,
alsa-topology-conf, alsa-topology-conf,
alsa-ucm-conf, alsa-ucm-conf,
testers, testers,

View file

@ -5,7 +5,6 @@
cmake, cmake,
doxygen, doxygen,
fetchurl, fetchurl,
fetchpatch,
fuse, fuse,
libevent, libevent,
xz, xz,

View file

@ -3,7 +3,6 @@
lib, lib,
fetchurl, fetchurl,
fetchzip, fetchzip,
fetchpatch,
autoreconfHook, autoreconfHook,
}: }:

View file

@ -2,7 +2,6 @@
lib, lib,
stdenv, stdenv,
fetchFromGitHub, fetchFromGitHub,
fetchpatch,
pkg-config, pkg-config,
libuuid, libuuid,
libsodium, libsodium,

View file

@ -2,7 +2,6 @@
lib, lib,
stdenv, stdenv,
fetchFromGitHub, fetchFromGitHub,
fetchzip,
gitUpdater, gitUpdater,
apple-sdk_11, apple-sdk_11,
cmake, cmake,

View file

@ -2,7 +2,6 @@
lib, lib,
stdenv, stdenv,
fetchFromGitHub, fetchFromGitHub,
fetchpatch,
buildDotnetModule, buildDotnetModule,
dotnetCorePackages, dotnetCorePackages,
xz, xz,

View file

@ -1,7 +1,6 @@
{ {
lib, lib,
stdenv, stdenv,
fetchpatch,
linuxHeaders, linuxHeaders,
buildPackages, buildPackages,
libopcodes, libopcodes,

View file

@ -16,7 +16,6 @@
flex, flex,
bison, bison,
util-linux, util-linux,
fetchpatch,
nixosTests, nixosTests,
}: }:

View file

@ -3,7 +3,6 @@
stdenv, stdenv,
cmake, cmake,
fetchFromGitHub, fetchFromGitHub,
fetchpatch,
fixDarwinDylibNames, fixDarwinDylibNames,
}: }:

View file

@ -2,7 +2,6 @@
lib, lib,
stdenv, stdenv,
fetchFromGitHub, fetchFromGitHub,
fetchpatch,
autoreconfHook, autoreconfHook,
libGL, libGL,
libpng, libpng,

View file

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

View file

@ -2,7 +2,6 @@
lib, lib,
stdenv, stdenv,
fetchFromGitHub, fetchFromGitHub,
fetchpatch,
autoreconfHook, autoreconfHook,
intltool, intltool,
libxml2, libxml2,

View file

@ -4,7 +4,6 @@
lib, lib,
fetchFromGitLab, fetchFromGitLab,
fetchgit, fetchgit,
fetchpatch,
cmake, cmake,
ninja, ninja,
@ -26,7 +25,6 @@
exiv2, exiv2,
libxml2, libxml2,
libxslt, libxslt,
ffmpeg,
jasper, jasper,
eigen, eigen,
lensfun, lensfun,

View file

@ -2,7 +2,6 @@
lib, lib,
fetchFromGitHub, fetchFromGitHub,
buildGoModule, buildGoModule,
fetchgit,
}: }:
buildGoModule rec { buildGoModule rec {

View file

@ -3,7 +3,6 @@
stdenv, stdenv,
buildPackages, buildPackages,
fetchFromGitHub, fetchFromGitHub,
fetchpatch,
pkg-config, pkg-config,
popt, popt,
mandoc, mandoc,

View file

@ -2,7 +2,6 @@
lib, lib,
stdenv, stdenv,
fetchzip, fetchzip,
fetchpatch,
cmake, cmake,
pkg-config, pkg-config,
alsa-lib, alsa-lib,

View file

@ -2,7 +2,6 @@
lib, lib,
stdenv, stdenv,
fetchFromGitHub, fetchFromGitHub,
fetchpatch,
installShellFiles, installShellFiles,
darwin, darwin,
gpgme, gpgme,

View file

@ -1,6 +1,5 @@
{ {
lib, lib,
fetchurl,
fetchFromGitHub, fetchFromGitHub,
flutter327, flutter327,
makeDesktopItem, makeDesktopItem,

View file

@ -2,7 +2,6 @@
stdenv, stdenv,
lib, lib,
fetchFromGitea, fetchFromGitea,
fetchpatch,
pkg-config, pkg-config,
meson, meson,
ninja, ninja,

View file

@ -1,6 +1,5 @@
{ {
fetchgit, fetchgit,
fetchpatch,
gitUpdater, gitUpdater,
lib, lib,
libftdi1, libftdi1,

View file

@ -2,7 +2,6 @@
lib, lib,
stdenv, stdenv,
fetchFromGitHub, fetchFromGitHub,
fetchpatch2,
cmake, cmake,
pkg-config, pkg-config,
makeWrapper, makeWrapper,

View file

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

View file

@ -2,7 +2,6 @@
lib, lib,
installShellFiles, installShellFiles,
python3, python3,
fetchPypi,
fetchFromGitHub, fetchFromGitHub,
nix-update-script, nix-update-script,
testers, testers,

View file

@ -2,7 +2,6 @@
lib, lib,
buildGoModule, buildGoModule,
fetchFromGitLab, fetchFromGitLab,
fetchpatch,
}: }:
buildGoModule rec { buildGoModule rec {

View file

@ -2,8 +2,6 @@
lib, lib,
stdenv, stdenv,
fetchzip, fetchzip,
fetchurl,
patchelf,
wrapGAppsHook3, wrapGAppsHook3,
cairo, cairo,
dbus, dbus,

View file

@ -2,7 +2,6 @@
lib, lib,
fetchFromGitHub, fetchFromGitHub,
buildGoModule, buildGoModule,
fetchpatch,
}: }:
buildGoModule rec { buildGoModule rec {

View file

@ -1,5 +1,4 @@
{ {
stdenv,
lib, lib,
fetchFromGitHub, fetchFromGitHub,
nix-update-script, nix-update-script,
@ -14,7 +13,6 @@
cmake, cmake,
python3Packages, python3Packages,
appstream, appstream,
fetchPypi,
gobject-introspection, gobject-introspection,
glib, glib,
}: }:

View file

@ -2,7 +2,6 @@
lib, lib,
stdenv, stdenv,
fetchurl, fetchurl,
fetchpatch,
autoreconfHook, autoreconfHook,
callPackage, callPackage,
guile, guile,

View file

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

View file

@ -3,7 +3,6 @@
stdenv, stdenv,
buildNpmPackage, buildNpmPackage,
fetchFromGitHub, fetchFromGitHub,
fetchpatch2,
python3, python3,
nodejs, nodejs,
node-gyp, node-gyp,

View file

@ -21,7 +21,6 @@
rustc, rustc,
jq, jq,
moreutils, moreutils,
fetchpatch,
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {

View file

@ -2,7 +2,6 @@
lib, lib,
stdenv, stdenv,
fetchFromGitLab, fetchFromGitLab,
fetchpatch,
# build time # build time
bison, bison,

View file

@ -2,7 +2,6 @@
lib, lib,
stdenv, stdenv,
fetchFromGitHub, fetchFromGitHub,
fetchzip,
pkg-config, pkg-config,
vst2-sdk, vst2-sdk,
wine64, wine64,

View file

@ -1,6 +1,5 @@
{ ffmpeg_7-full { ffmpeg_7-full
, fetchFromGitHub , fetchFromGitHub
, fetchpatch
, lib , lib
}: }:

View file

@ -2,7 +2,6 @@
lib, lib,
stdenv, stdenv,
fetchFromGitHub, fetchFromGitHub,
fetchpatch,
meson, meson,
libtsm, libtsm,
systemdLibs, systemdLibs,

View file

@ -2,7 +2,6 @@
lib, lib,
stdenv, stdenv,
fetchurl, fetchurl,
fetchpatch,
perl, perl,
bsd-finger, bsd-finger,
withAbook ? true, withAbook ? true,

View file

@ -14,7 +14,6 @@
libgit2, libgit2,
glib, glib,
python3, python3,
fetchpatch,
}: }:
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {

View file

@ -1,7 +1,6 @@
{ {
lib, lib,
stdenv, stdenv,
fetchpatch,
fetchFromGitHub, fetchFromGitHub,
cmake, cmake,
fftw, fftw,

View file

@ -2,7 +2,6 @@
lib, lib,
stdenv, stdenv,
fetchurl, fetchurl,
fetchpatch,
autoreconfHook, autoreconfHook,
autoconf-archive, autoconf-archive,
gtk-doc, gtk-doc,

View file

@ -2,7 +2,6 @@
lib, lib,
stdenv, stdenv,
fetchFromGitHub, fetchFromGitHub,
fetchpatch,
cmake, cmake,
ninja, ninja,
python3, python3,

View file

@ -2,7 +2,6 @@
lib, lib,
stdenv, stdenv,
fetchFromGitHub, fetchFromGitHub,
fetchpatch,
SDL, SDL,
autoreconfHook, autoreconfHook,
autoconf-archive, autoconf-archive,

View file

@ -2,7 +2,6 @@
lib, lib,
stdenv, stdenv,
fetchFromGitHub, fetchFromGitHub,
fetchpatch,
autoreconfHook, autoreconfHook,
autoconf-archive, autoconf-archive,
}: }:

View file

@ -2,7 +2,6 @@
lib, lib,
stdenv, stdenv,
fetchFromGitLab, fetchFromGitLab,
fetchpatch,
autoreconfHook, autoreconfHook,
coreutils, coreutils,
}: }:

View file

@ -1,8 +1,6 @@
{ {
fetchFromGitHub, fetchFromGitHub,
fetchFromGitiles, fetchFromGitiles,
fetchgit,
fetchurl,
runCommand, runCommand,
lib, lib,
}: }:

View file

@ -2,7 +2,6 @@
stdenv, stdenv,
lib, lib,
fetchzip, fetchzip,
fetchpatch,
rustPlatform, rustPlatform,
# native build inputs # native build inputs

View file

@ -4,7 +4,6 @@
fetchFromGitHub, fetchFromGitHub,
appstream, appstream,
cmake, cmake,
fetchpatch,
gettext, gettext,
git, git,
makeWrapper, makeWrapper,

View file

@ -1,7 +1,6 @@
{ {
blas, blas,
fetchzip, fetchzip,
fetchpatch,
gfortran, gfortran,
lapack, lapack,
lib, lib,
@ -12,7 +11,6 @@
withPtScotch ? mpiSupport, withPtScotch ? mpiSupport,
stdenv, stdenv,
fixDarwinDylibNames, fixDarwinDylibNames,
mpi,
mpiSupport ? false, mpiSupport ? false,
mpiCheckPhaseHook, mpiCheckPhaseHook,
scalapack, scalapack,

View file

@ -2,7 +2,6 @@
lib, lib,
stdenv, stdenv,
fetchurl, fetchurl,
fetchpatch,
boost, boost,
dash, dash,
freetype, freetype,

View file

@ -1,7 +1,4 @@
{ {
lib,
stdenv,
fetchurl,
nim-unwrapped-1, nim-unwrapped-1,
nim, nim,
}: }:

View file

@ -1,7 +1,4 @@
{ {
lib,
stdenv,
fetchurl,
nim-unwrapped-2_0, nim-unwrapped-2_0,
nim-2_2, nim-2_2,
}: }:

View file

@ -1,6 +1,5 @@
{ {
lib, lib,
fetchgit,
fetchzip, fetchzip,
python312, python312,
rtlcss, rtlcss,

View file

@ -2,7 +2,6 @@
lib, lib,
buildGo124Module, buildGo124Module,
fetchFromGitHub, fetchFromGitHub,
fetchpatch,
buildEnv, buildEnv,
linkFarm, linkFarm,
makeWrapper, makeWrapper,

View file

@ -4,7 +4,6 @@
buildGoModule, buildGoModule,
buildNpmPackage, buildNpmPackage,
fetchFromGitHub, fetchFromGitHub,
fetchpatch,
moreutils, moreutils,
jq, jq,
git, git,

View file

@ -5,8 +5,6 @@
stdenv, stdenv,
pkgs, pkgs,
fetchpatch2,
gradle_8, gradle_8,
gradle_7, gradle_7,
perl, perl,

View file

@ -2,7 +2,6 @@
stdenv, stdenv,
lib, lib,
fetchFromGitHub, fetchFromGitHub,
fetchzip,
libX11, libX11,
vst2-sdk, vst2-sdk,
}: }:

View file

@ -2,7 +2,6 @@
, stdenv , stdenv
, callPackage , callPackage
, fetchFromGitHub , fetchFromGitHub
, fetchurl
, testers , testers
, enableE57 ? lib.meta.availableOn stdenv.hostPlatform libe57format , enableE57 ? lib.meta.availableOn stdenv.hostPlatform libe57format

View file

@ -1,6 +1,5 @@
{ {
stdenvNoCC, stdenvNoCC,
fetchFromGitHub,
bash, bash,
pds, pds,
makeBinaryWrapper, makeBinaryWrapper,

View file

@ -9,7 +9,6 @@
versionCheckHook, versionCheckHook,
installShellFiles, installShellFiles,
unstableGitUpdater, unstableGitUpdater,
fetchpatch,
autoAddDriverRunpath, autoAddDriverRunpath,
}: }:

View file

@ -2,7 +2,6 @@
lib, lib,
stdenv, stdenv,
fetchFromGitHub, fetchFromGitHub,
fetchpatch,
pkg-config, pkg-config,
cimg, cimg,
imagemagick, imagemagick,

View file

@ -2,7 +2,6 @@
lib, lib,
stdenv, stdenv,
fetchFromGitHub, fetchFromGitHub,
fetchpatch2,
pkg-config, pkg-config,
installShellFiles, installShellFiles,
buildGoModule, buildGoModule,

View file

@ -2,7 +2,6 @@
lib, lib,
stdenvNoCC, stdenvNoCC,
fetchFromGitHub, fetchFromGitHub,
fetchpatch,
imagemagick, imagemagick,
nix-update-script, nix-update-script,
}: }:

View file

@ -2,7 +2,6 @@
lib, lib,
stdenvNoCC, stdenvNoCC,
fetchFromGitHub, fetchFromGitHub,
fetchpatch,
imagemagick, imagemagick,
nix-update-script, nix-update-script,
}: }:

View file

@ -1,6 +1,5 @@
{ {
fetchFromGitLab, fetchFromGitLab,
fetchurl,
rustPlatform, rustPlatform,
lib, lib,
pnpm_9, pnpm_9,
@ -9,8 +8,6 @@
ffmpeg, ffmpeg,
imagemagick, imagemagick,
makeWrapper, makeWrapper,
autoPatchelfHook,
writeShellApplication,
}: }:
let let
izzy = rustPlatform.buildRustPackage rec { izzy = rustPlatform.buildRustPackage rec {

View file

@ -1,7 +1,6 @@
{ {
lib, lib,
stdenv, stdenv,
fetchpatch,
fetchFromGitHub, fetchFromGitHub,
qt6, qt6,
nix-update-script, nix-update-script,

View file

@ -2,7 +2,6 @@
lib, lib,
stdenv, stdenv,
fetchFromGitHub, fetchFromGitHub,
fetchpatch,
cmake, cmake,
ninja, ninja,
SDL2, SDL2,

View file

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

View file

@ -6,7 +6,6 @@
cppunit, cppunit,
curl, curl,
fetchFromGitHub, fetchFromGitHub,
fetchpatch,
installShellFiles, installShellFiles,
libtool, libtool,
libtorrent, libtorrent,

View file

@ -2,7 +2,6 @@
lib, lib,
rustPlatform, rustPlatform,
fetchFromGitHub, fetchFromGitHub,
fetchurl,
pkg-config, pkg-config,
bzip2, bzip2,
openssl, openssl,

View file

@ -2,7 +2,6 @@
lib, lib,
stdenv, stdenv,
fetchFromGitHub, fetchFromGitHub,
fetchpatch,
alsa-lib, alsa-lib,
freetype, freetype,
ftgl, ftgl,

View file

@ -2,7 +2,6 @@
lib, lib,
stdenv, stdenv,
fetchFromGitHub, fetchFromGitHub,
fetchpatch,
zlib, zlib,
}: }:

View file

@ -1,4 +1,4 @@
{ lib, clangStdenv, fetchFromGitHub, fetchpatch, libxml2, openssl { lib, clangStdenv, fetchFromGitHub, libxml2, openssl
, openldap, mariadb, libmysqlclient, libpq , openldap, mariadb, libmysqlclient, libpq
, gnustep-make , gnustep-make
, gnustep-base , gnustep-base

View file

@ -2,7 +2,6 @@
lib, lib,
stdenv, stdenv,
fetchFromGitHub, fetchFromGitHub,
fetchpatch,
installShellFiles, installShellFiles,
python3, python3,
}: }:

View file

@ -2,7 +2,6 @@
lib, lib,
fetchFromGitHub, fetchFromGitHub,
buildGoModule, buildGoModule,
fetchpatch,
}: }:
buildGoModule rec { buildGoModule rec {
pname = "ssm-session-manager-plugin"; pname = "ssm-session-manager-plugin";

View file

@ -1,7 +1,6 @@
{ {
copyDesktopItems, copyDesktopItems,
fetchFromGitHub, fetchFromGitHub,
fetchPypi,
lib, lib,
makeDesktopItem, makeDesktopItem,
python3Packages, python3Packages,

View file

@ -2,7 +2,6 @@
lib, lib,
stdenv, stdenv,
fetchFromGitHub, fetchFromGitHub,
fetchDebianPatch,
cmake, cmake,
gfortran, gfortran,
blas, blas,

View file

@ -2,7 +2,6 @@
lib, lib,
stdenv, stdenv,
fetchFromGitHub, fetchFromGitHub,
fetchpatch,
autoreconfHook, autoreconfHook,
pkg-config, pkg-config,
libtasn1, libtasn1,

View file

@ -2,7 +2,6 @@
lib, lib,
stdenv, stdenv,
fetchurl, fetchurl,
fetchpatch,
pkg-config, pkg-config,
perl, perl,
unzip, unzip,

View file

@ -2,7 +2,6 @@
lib, lib,
stdenvNoCC, stdenvNoCC,
fetchFromGitHub, fetchFromGitHub,
fetchpatch,
imagemagick, imagemagick,
nix-update-script, nix-update-script,
}: }:

View file

@ -2,7 +2,6 @@
lib, lib,
stdenv, stdenv,
fetchurl, fetchurl,
fetchpatch,
cmake, cmake,
taglib, taglib,
zlib, zlib,

View file

@ -2,7 +2,6 @@
lib, lib,
stdenv, stdenv,
fetchFromGitHub, fetchFromGitHub,
fetchpatch,
autoreconfHook, autoreconfHook,
bison, bison,
libevent, libevent,

View file

@ -2,7 +2,6 @@
lib, lib,
stdenv, stdenv,
fetchFromGitHub, fetchFromGitHub,
fetchpatch,
libnotify, libnotify,
makeWrapper, makeWrapper,
mpv, mpv,

View file

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

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