pkgs/by-name: remove unused arguments

This commit is contained in:
Sigmanificient 2024-07-20 21:36:46 +02:00
parent 23e715c6b1
commit 61fe0c0416
113 changed files with 55 additions and 157 deletions

View File

@ -9,7 +9,6 @@
copyDesktopItems,
makeDesktopItem,
python3,
boost,
SDL2,
pkg-config,
libpulseaudio,

View File

@ -1,12 +1,10 @@
{ lib
, writeText
, fetchurl
, stdenvNoCC
, copyDesktopItems
, makeDesktopItem
, makeWrapper
, unzip
, bash
, electron
, commandLineArgs ? ""
}:

View File

@ -1,4 +1,4 @@
{ alephone, fetchurl, unrar }:
{ alephone, fetchurl }:
alephone.makeWrapper rec {
pname = "marathon-eternal";

View File

@ -1,4 +1,4 @@
{ alephone, fetchurl, unrar }:
{ alephone, fetchurl }:
alephone.makeWrapper rec {
pname = "marathon-evil";

View File

@ -1,4 +1,4 @@
{ alephone, fetchurl, unrar }:
{ alephone, fetchurl }:
alephone.makeWrapper rec {
pname = "marathon-red";

View File

@ -11,7 +11,6 @@
, openssl
, xdelta
, file
, busybox
, openjdk
, patchelf
, fetchFromGitHub

View File

@ -15,7 +15,6 @@
libxml2,
libxshmfence,
man,
nix-update-script,
pcre,
pkg-config,
poppler,

View File

@ -5,7 +5,6 @@
fetchpatch,
autoreconfHook,
kyua,
pkg-config,
gitUpdater,
}:

View File

@ -1,4 +1,4 @@
{ lib, buildGoModule, authentik }:
{ buildGoModule, authentik }:
buildGoModule {
pname = "authentik-ldap-outpost";

View File

@ -1,4 +1,4 @@
{ lib, buildGoModule, authentik }:
{ buildGoModule, authentik }:
buildGoModule {
pname = "authentik-radius-outpost";

View File

@ -7,7 +7,6 @@
wrapGAppsHook4,
blueprint-compiler,
desktop-file-utils,
appstream-glib,
python3Packages,
glib,
gtk4,

View File

@ -7,7 +7,6 @@
, fmt
, jsoncons
, pugixml
, sqlite
, sqlite_orm
, stdenv
}:

View File

@ -7,7 +7,6 @@
copyDesktopItems,
SDL2,
libGL,
mesa,
systemd,
libpulseaudio,
libselinux,

View File

@ -1,10 +1,8 @@
{
lib,
buildGraalvmNativeImage,
babashka,
fetchurl,
fetchFromGitHub,
clojure,
writeScript,
testers,
clojure-lsp,

View File

@ -3,7 +3,6 @@
stdenv,
fetchFromGitHub,
rustPlatform,
cmake,
makeBinaryWrapper,
cosmic-icons,
just,

View File

@ -1,6 +1,6 @@
{ lib, stdenv, fetchFromGitHub, rustPlatform, appstream, makeBinaryWrapper
, cosmic-icons, glib, just, pkg-config, libglvnd, libxkbcommon, libinput
, fontconfig, flatpak, freetype, openssl, mesa, wayland, xorg, vulkan-loader
, fontconfig, flatpak, freetype, openssl, wayland, xorg, vulkan-loader
, vulkan-validation-layers, }:
rustPlatform.buildRustPackage rec {

View File

@ -8,7 +8,6 @@
, libinput
, libxkbcommon
, makeBinaryWrapper
, mesa
, pkg-config
, rustPlatform
, stdenv

View File

@ -1,5 +1,4 @@
{ lib
, cue
{ cue
, runCommand
}:

View File

@ -1,5 +1,4 @@
{ lib
, rustPlatform
{ rustPlatform
, libdeltachat
, perl
, pkg-config

View File

@ -1,5 +1,4 @@
{ lib
, rustPlatform
{ rustPlatform
, libdeltachat
, perl
, pkg-config

View File

@ -6,7 +6,6 @@
, zlib
, libsodium
, pkg-config
, autoPatchelfHook
, lib
}:
stdenv.mkDerivation (finalAttrs: {

View File

@ -0,0 +1,20 @@
{
fetchpatch,
duckstation,
shaderc,
}:
shaderc.overrideAttrs (old: {
pname = "shaderc-patched-for-duckstation";
patches = (old.patches or [ ]) ++ [
(fetchpatch {
url = "file://${duckstation.src}/scripts/shaderc-changes.patch";
hash = "sha256-Ps/D+CdSbjVWg3ZGOEcgbpQbCNkI5Nuizm4E5qiM9Wo=";
excludes = [
"CHANGES"
"CMakeLists.txt"
"libshaderc/CMakeLists.txt"
];
})
];
})

View File

@ -1,5 +1,4 @@
{ lib
, writeShellApplication
{ writeShellApplication
, bc
, diffutils
, findutils

View File

@ -1,9 +1,7 @@
{ lib
, stdenv
{ stdenv
, fetchYarnDeps
, fixup-yarn-lock
, yarn
, fetchFromGitea
, src
, version
, nodejs

View File

@ -1,5 +1,4 @@
{ lib
, stdenv
{ stdenv
, elvish
, substituteAll
}:

View File

@ -1,5 +1,4 @@
{ autoreconfHook
, cmake
, lib
, pkg-config
, stdenv

View File

@ -1,5 +1,4 @@
{ lib
, stdenv
, fetchFromGitHub
, python3Packages
, expect

View File

@ -1,7 +1,6 @@
{ lib
, fetchFromGitHub
, python3Packages
, cmake
, xvfb-run
, firefox-esr
, geckodriver

View File

@ -1,4 +1,4 @@
{ lib, fetchFromGitHub, fira-math, python3, stdenvNoCC }:
{ lib, fetchFromGitHub, python3, stdenvNoCC }:
let
pname = "fira-math";

View File

@ -7,10 +7,8 @@
, ffmpeg
, kdePackages
, kdsingleapplication
, openssl
, pipewire
, taglib
, zlib
}:
stdenv.mkDerivation (finalAttrs: {

View File

@ -2,7 +2,6 @@
, brotli
, buildGoModule
, forgejo
, fetchpatch
, git
, gzip
, lib

View File

@ -1,6 +1,5 @@
{ lib
, stdenv
, callPackage
, fetchFromGitHub
# Native build inputs
, cmake

View File

@ -1,4 +1,4 @@
{ stdenv, lib, ghdl-llvm, ghdl-mcode, ghdl-gcc, backend }:
{ stdenv, ghdl-llvm, ghdl-mcode, ghdl-gcc, backend }:
let
ghdl = if backend == "llvm" then ghdl-llvm else if backend == "gcc" then ghdl-gcc else ghdl-mcode;

View File

@ -10,7 +10,6 @@
, appstream-glib
, gettext
, itstool
, libxml2
, gtk4
, libadwaita
, glib

View File

@ -1,4 +1,4 @@
{ lib, fetchFromGitHub, git, buildGoModule }:
{ lib, fetchFromGitHub, buildGoModule }:
let config-module = "git-get/pkg/cfg";
in

View File

@ -1,7 +1,6 @@
{ git
, lib
, libgit2
, makeWrapper
, rustPlatform
, stdenv
, fetchFromGitHub

View File

@ -2,7 +2,6 @@
, blueprint-compiler
, buildGoModule
, fetchFromGitHub
, fetchpatch
, gobject-introspection
, gtk4
, libadwaita

View File

@ -5,10 +5,7 @@
makeWrapper,
moreutils,
perlPackages,
gettext,
glib,
gtk3,
gobject-introspection,
pango,
harfbuzz,
gdk-pixbuf,

View File

@ -1,5 +1,4 @@
{
config,
fetchFromGitHub,
hidapi,
kmod,

View File

@ -1,5 +1,4 @@
{ lib
, stdenv
{ stdenv
, haunt
}:

View File

@ -1,6 +1,5 @@
{
lib,
stdenv,
fetchFromGitHub,
rustPlatform,
}:

View File

@ -8,9 +8,7 @@
, coreutils
, gnome-keyring
, libsecret
, bash
, openvpn
, nerdfonts
, gzip
, killall
}:

View File

@ -2,7 +2,6 @@
lib,
stdenv,
fetchFromGitHub,
fetchpatch,
autoconf,
automake,

View File

@ -2,7 +2,6 @@
, stdenv
, fetchFromGitHub
, autoreconfHook
, pkgs
, pkg-config
, perl
, libitl

View File

@ -1,9 +1,7 @@
{ stdenv
, lib
, fetchFromGitHub
, dpkg
, jdk
, makeWrapper
, maven
, which
}:

View File

@ -2,7 +2,6 @@
, stdenv
, fetchFromGitHub
, cmake
, pkg-config
, boost
, immer
, zug

View File

@ -6,12 +6,10 @@
, llvm_17
, curl
, tzdata
, libconfig
, lit
, gdb
, unzip
, darwin
, bash
, callPackage
, makeWrapper
, runCommand

View File

@ -4,7 +4,6 @@
, autoreconfHook
, pkg-config
, mpi
, lwgrp
}:
stdenv.mkDerivation rec {

View File

@ -1,5 +1,4 @@
{ lib, stdenv, fetchurl, glib, dbus, libgcrypt, pkg-config, intltool, gobject-introspection, gnome
, testers
{ lib, stdenv, fetchurl, glib, dbus, libgcrypt, pkg-config, intltool, gobject-introspection, testers
}:
stdenv.mkDerivation (finalAttrs: {

View File

@ -2,7 +2,6 @@
, stdenv
, fetchFromGitHub
, cmake
, fetchpatch
}:
stdenv.mkDerivation (finalAttrs: {

View File

@ -1,7 +1,6 @@
{ stdenv
, fetchurl
, undmg
, lib
, meta
, pname
, version

View File

@ -1,5 +1,4 @@
{ lib
, appimageTools
{ appimageTools
, fetchurl
, version
, pname

View File

@ -1,7 +1,6 @@
{
stdenv,
config,
pkgs,
lib,
fetchFromGitHub,
cmake,

View File

@ -1,5 +1,4 @@
{ buildGoModule
, config
, fetchFromGitHub
, lib
, nixosTests

View File

@ -13,7 +13,6 @@
libsForQt5,
python3,
stdenv,
yt-dlp,
}:
stdenv.mkDerivation (finalAttrs: {

View File

@ -1,5 +1,5 @@
{ lib, stdenv, fetchurl, pkgsi686Linux, dpkg, makeWrapper, coreutils, gnused, gawk, file, cups, util-linux, xxd, runtimeShell
, ghostscript, a2ps, bash }:
, ghostscript, a2ps }:
# Why:
# The executable "brprintconf_mfcj880dw" binary is looking for "/opt/brother/Printers/%s/inf/br%sfunc" and "/opt/brother/Printers/%s/inf/br%src".

View File

@ -1,7 +1,6 @@
{ stdenv
, lib
, fetchFromGitHub
, runtimeShell
}:
stdenv.mkDerivation rec {

View File

@ -7,7 +7,6 @@
, desktop-file-utils
, glib
, glib-networking
, gobject-introspection
, gst_all_1
, gtk4
, libadwaita

View File

@ -7,7 +7,6 @@
, nixVersions
, nixPackage ? nixVersions.nix_2_18
, darwin
, nukeReferences
}:
let

View File

@ -4,7 +4,6 @@
lib,
runCommand,
nixfmt-rfc-style,
fetchpatch,
}:
let
inherit (haskell.lib.compose) overrideCabal justStaticExecutables;

View File

@ -2,7 +2,6 @@
, symlinkJoin
, callPackage
, fetchFromGitHub
, fetchurl
, buildGoModule
, makeWrapper
, breakpointHook

View File

@ -1,4 +1,4 @@
{ stdenv, lib, fetchFromGitHub, callPackage }:
{ stdenv, lib, fetchFromGitHub }:
stdenv.mkDerivation rec {
pname = "nvidia-docker";
version = "2.5.0";

View File

@ -2,7 +2,6 @@
lib,
rustPlatform,
fetchFromGitHub,
nix-update-script,
oo7,
openssl,
pkg-config,

View File

@ -1,7 +1,6 @@
{ lib
, rustPlatform
, fetchFromGitHub
, pkg-config
}:
rustPlatform.buildRustPackage rec {

View File

@ -4,7 +4,6 @@
fetchFromGitHub,
unstableGitUpdater,
nodejs,
bash,
asar,
unzip,
}:

View File

@ -1,8 +1,6 @@
{ lib
, fetchFromGitHub
, buildGoModule
, paralus-cli
, testers
}:
buildGoModule rec {

View File

@ -1,7 +1,6 @@
{
fetchFromGitHub,
lib,
llvmPackages,
rustPlatform,
}:
rustPlatform.buildRustPackage rec {

View File

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

View File

@ -1,7 +1,6 @@
{ lib
, stdenv
, fetchFromGitHub
, substituteAll
, lcms
, cmake
, pkg-config

View File

@ -1,7 +1,6 @@
{ lib
, buildNpmPackage
, fetchFromGitHub
, makeWrapper
, perl
# Needed if you want to use it for a perl script with dependencies.
, extraPerlPackages ? []

View File

@ -1,6 +1,5 @@
{ lib
, stdenv
, ruby
, bundlerEnv
, buildPackages
, fetchFromGitHub

View File

@ -3,7 +3,6 @@
buildGoModule,
fetchFromGitHub,
stdenv,
darwin,
copyDesktopItems,
makeDesktopItem,

View File

@ -1,7 +1,6 @@
{ lib
, python3
, fetchFromGitHub
, nixosTests
}:
python3.pkgs.buildPythonApplication rec {

View File

@ -1,5 +1,4 @@
{ pkgs
, stdenv
{ stdenv
, lib
, fetchFromGitHub
, buildDotnetModule

View File

@ -5,7 +5,6 @@
, pkg-config
, automake
, autoconf
, m4
, libtool
, gtk3
, libv3270
@ -13,7 +12,6 @@
, openssl
, gettext
, desktop-file-utils
, glib
, wrapGAppsHook3
}:

View File

@ -1,5 +1,4 @@
{
lib,
runCommand,
ratchet,
}: let

View File

@ -1,5 +1,4 @@
{ lib
, stdenvNoCC
{ stdenvNoCC
, fetchurl
, undmg
, pname

View File

@ -1,5 +1,4 @@
{ lib
, stdenv
{ stdenv
, fetchurl
, autoPatchelfHook
, rpmextract

View File

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

View File

@ -2,7 +2,6 @@
, python3
, python3Packages
, fetchFromGitLab
, makeWrapper
, fetchpatch
, rspamd
}:

View File

@ -1,7 +1,5 @@
{ lib
, stdenv
, autoreconfHook
, bash
, boost
, bzip2
, cereal_1_3_2

View File

@ -2,7 +2,6 @@
lib,
stdenv,
fetchFromGitHub,
fetchpatch,
pkg-config,
ffmpeg,
poco,

View File

@ -1,9 +1,5 @@
# Dependency of pygame, toppler
{
lib,
SDL2_image,
fetchurl,
}:
{ SDL2_image, fetchurl }:
SDL2_image.overrideAttrs (oldAttrs: {
version = "2.0.5";

View File

@ -1,10 +1,6 @@
# Dependency for hedgewars:
# https://github.com/NixOS/nixpkgs/pull/274185#issuecomment-1856764786
{
lib,
SDL2_image,
fetchurl,
}:
{ SDL2_image, fetchurl }:
SDL2_image.overrideAttrs (oldAttrs: {
version = "2.6.3";

View File

@ -1,7 +1,5 @@
{
lib,
pkgs,
stdenv,
fetchFromGitHub,
python3Packages,
}:

View File

@ -4,7 +4,6 @@
, desktop-file-utils
, glib
, gobject-introspection
, gtk4
, meson
, ninja
, wrapGAppsHook4

View File

@ -1,4 +1,4 @@
{ lib, buildNimPackage, fetchFromGitea, raylib }:
{ lib, buildNimPackage, fetchFromGitea }:
buildNimPackage (finalAttrs: {
pname = "snekim";

View File

@ -7,7 +7,6 @@
, xorg
, gtk3
, webkitgtk
, gsettings-desktop-schemas
, snippetexpanderd
, snippetexpanderx
}:

View File

@ -3,8 +3,6 @@
, stdenv
, fetchYarnDeps
, yarnConfigHook
, yarnBuildHook
, nodejs
, fetchFromGitHub
, typescript
, jq

View File

@ -1,5 +1,4 @@
{ lib
, stdenv
{ stdenv
, spigot
}:

View File

@ -7,7 +7,6 @@
, just
, rust-script
, installShellFiles
, bzip2
, nettle
, openssl
, sqlite

View File

@ -6,7 +6,6 @@
, less
, xdg-utils
, testers
, runCommand
, stackit-cli
}:

View File

@ -14,7 +14,6 @@
nix-update-script,
nixosTests,
rocksdb_8_11,
callPackage,
}:
let

View File

@ -1,5 +1,4 @@
{
lib,
swayfx-unwrapped,
sway,
# Used by the NixOS module:

View File

@ -1,7 +1,6 @@
{
atk,
fetchzip,
glib,
gtk2,
jdk,
lib,

View File

@ -1,7 +1,6 @@
{ lib
, stdenv
, fetchFromGitHub
, cmake
, coin-utils
, coinmp
, gfortran

View File

@ -8,7 +8,6 @@
fetchFromGitHub,
cmake,
libuuid,
gnutls,
python3,
xdg-utils,
installShellFiles,

View File

@ -3,16 +3,13 @@
, cmake
, pkg-config
, python3
, ruby
, rake
, git
, curl
, fetchFromGitHub
, libGL
, libGLU
, alsa-lib
, libX11
, xorgproto
, libICE
, libXi
, libXScrnSaver
@ -30,7 +27,6 @@
, libdecor
, pipewire
, libpulseaudio
, libiconv
# Whether to build TIC-80's "Pro" version, which is an incentive to support the project financially,
# that enables some additional features. It is, however, fully open source.
, withPro ? false

View File

@ -1,7 +1,6 @@
{ stdenv
, lib
, fetchFromGitHub
, fetchurl
, cmake
, pkg-config
, openssl

View File

@ -1,5 +1,4 @@
{ lib
, stdenv
{ stdenv
, boost
, libX11
, libXext

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