1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

Merge pull request #328741 from Sigmanificient/remove-unused-arguments-pkgs-app

pkgs/applications: remove unused arguments
This commit is contained in:
Aleksana 2024-07-26 22:05:49 +08:00 committed by GitHub
commit 84a53ad8e2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
137 changed files with 50 additions and 186 deletions

View file

@ -5,7 +5,6 @@
, meson
, ninja
, pkg-config
, gnome
, gnome-desktop
, glib
, gtk3

View file

@ -9,7 +9,6 @@
, libglvnd
, libogg
, libvorbis
, makeWrapper
, openal
, portaudio
, rtmidi

View file

@ -2,7 +2,6 @@
, faust
, lv2
, qtbase
, which
}:
faust.wrapWithBuildEnv {

View file

@ -13,7 +13,6 @@
, pkg-config
, autoPatchelfHook
, soxr
, freetype
, libsamplerate
, armadillo
, tomlplusplus

View file

@ -1,4 +1,4 @@
{ stdenv, lib, fetchurl, pkg-config, meson, ninja, libGLU, lv2, serd, sord, libX11, libXext, glew, lv2lint
{ stdenv, lib, fetchurl, pkg-config, meson, ninja, lv2, sord, libX11, libXext, glew, lv2lint
, pname, version, sha256, description
, url ? "https://git.open-music-kontrollers.ch/lv2/${pname}.lv2/snapshot/${pname}.lv2-${version}.tar.xz"
, additionalBuildInputs ? []

View file

@ -4,7 +4,6 @@
, pipewire
, cmake
, extra-cmake-modules
, gnumake
, wrapQtAppsHook
, qtbase
, qttools

View file

@ -1,7 +1,6 @@
{ lib
, stdenv
, fetchFromGitHub
, pkg-config
, gst_all_1
, libviperfx
, makeWrapper

View file

@ -19,7 +19,6 @@
, qtbase ? null
, qttools ? null
, python3
, nixosTests
, withGui
, withWallet ? true
}:

View file

@ -2,7 +2,6 @@
, stdenv
, rustPlatform
, fetchFromGitHub
, llvmPackages
, rocksdb_7_10
, Security
}:

View file

@ -1,6 +1,5 @@
{ fetchFromGitHub
, stdenv
, makeDesktopItem
, lib
, openssl
, boost

View file

@ -1,5 +1,4 @@
{ clang
, cmake
{ cmake
, CoreFoundation
, fetchFromGitHub
, fetchurl
@ -18,7 +17,6 @@
, stdenv
, SystemConfiguration
, testers
, unzip
}:
rustPlatform.buildRustPackage rec {

View file

@ -1,7 +1,6 @@
{ buildGoModule
, fetchFromGitHub
, lib
, go
, tags ? [ "autopilotrpc" "signrpc" "walletrpc" "chainrpc" "invoicesrpc" "watchtowerrpc" "routerrpc" "monitoring" "kvdb_postgres" "kvdb_etcd" ]
}:

View file

@ -1,6 +1,6 @@
{ rustPlatform, lib, fetchFromGitHub
, zlib, openssl
, pkg-config, protobuf, llvmPackages
, pkg-config, protobuf
}:
rustPlatform.buildRustPackage rec {
pname = "nearcore";

View file

@ -6,7 +6,6 @@
, curl
, pkg-config
, openssl
, llvmPackages
}:
rustPlatform.buildRustPackage rec {
pname = "snarkos";

View file

@ -1,8 +1,6 @@
{ lib, stdenv
, fetchurl
, dpkg
, util-linux
, bash
, makeWrapper
, electron
, asar

View file

@ -8,7 +8,6 @@
markdown-mode,
melpaBuild,
unstableGitUpdater,
writeText,
}:
melpaBuild {

View file

@ -1,6 +1,5 @@
{ lib
, stdenv
, writeText
, melpaStablePackages
, runCommand
, tree-sitter-grammars

View file

@ -1,10 +1,7 @@
{ lib
, callPackage
, clangStdenv
, cmake
, fetchFromGitHub
, gcc
, git
, llvmPackages_13
# Libraries
, argparse

View file

@ -1,4 +1,4 @@
{ micro, expect, runCommand, writeScript, runtimeShell }:
{ micro, expect, runCommand, writeScript }:
let expect-script = writeScript "expect-script" ''
#!${expect}/bin/expect -f

View file

@ -1,4 +1,4 @@
{ nano, expect, runCommand, writeScriptBin, runtimeShell }:
{ nano, expect, runCommand, writeScriptBin }:
let expect-script = writeScriptBin "expect-script" ''
#!${expect}/bin/expect -f

View file

@ -1,4 +1,4 @@
{ lib, buildFHSEnv, callPackage, makeDesktopItem, writeScript, runtimeShell
{ lib, buildFHSEnv, callPackage, makeDesktopItem, runtimeShell
, runCommand, unstick, quartus-prime-lite
, withQuesta ? true
, supportedDevices ? [ "Arria II" "Cyclone V" "Cyclone IV" "Cyclone 10 LP" "MAX II/V" "MAX 10 FPGA" ]

View file

@ -2,7 +2,6 @@
, stdenv
, mkDerivation
, fetchurl
, fetchpatch
, fetchFromGitHub
, makeDesktopItem
, copyDesktopItems

View file

@ -1,4 +1,4 @@
{ lib, fetchFromGitHub, python3, tk, makeDesktopItem, copyDesktopItems }:
{ lib, fetchFromGitHub, python3, makeDesktopItem, copyDesktopItems }:
with python3.pkgs;

View file

@ -5,14 +5,12 @@
, glib
, nss
, nspr
, at-spi2-atk
, cups
, dbus
, libdrm
, gtk3
, pango
, cairo
, xorg
, libxkbcommon
, mesa
, expat

View file

@ -5,7 +5,6 @@
, vimPlugins
, makeWrapper
, wrapGAppsHook3
, runtimeShell
# apple frameworks
, CoreServices, CoreData, Cocoa, Foundation, libobjc

View file

@ -2,7 +2,6 @@
lib,
stdenv,
fetchFromGitHub,
bash,
ocaml,
ocamlPackages,
dune_3,

View file

@ -1,8 +1,6 @@
{
lib,
vscode-utils,
writeScript,
runtimeShell,
jq,
clang-tools,
gdbUseFixed ? true,

View file

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

View file

@ -4,7 +4,6 @@
, appstream-glib
, desktop-file-utils
, gettext
, glib
, gobject-introspection
, gtk3
, gtk4

View file

@ -1,4 +1,4 @@
{ lib, fetchFromGitHub, python3Packages, file, less, highlight, w3m, ranger, imagemagick, testers
{ lib, fetchFromGitHub, python3Packages, file, less, highlight, w3m, imagemagick
, imagePreviewSupport ? true
, sixelPreviewSupport ? true
, neoVimSupport ? true

View file

@ -8,7 +8,6 @@
, freetype
, libGL
, xorg
, darwin
, AppKit
}:

View file

@ -2,7 +2,7 @@
# If you just want a subset of plug-ins, you can specify them explicitly:
# `gimp-with-plugins.override { plugins = with gimpPlugins; [ gap ]; }`.
{ config, lib, pkgs }:
{ lib, pkgs }:
let
inherit (pkgs) stdenv fetchurl fetchpatch fetchpatch2 pkg-config intltool glib fetchFromGitHub fetchFromGitLab;

View file

@ -1,5 +1,5 @@
{ lib, stdenv, fetchFromGitHub, lazarus, fpc, pango, cairo, glib
, atk, gtk2, libX11, gdk-pixbuf, busybox, python3
, atk, gtk2, libX11, gdk-pixbuf, python3
, makeWrapper
}:

View file

@ -10,7 +10,6 @@
, goocanvas2
, gtkspell3
, isocodes
, gnome
, python3
, tesseract4
, extraOcrEngines ? [] # other supported engines are: ocrad gocr cuneiform

View file

@ -7,7 +7,6 @@
, gtk3
, gobject-introspection
, wrapGAppsHook3
, python
}:
buildPythonPackage rec {

View file

@ -3,7 +3,6 @@
, requireFile
, wrapQtAppsHook
, autoPatchelfHook
, makeWrapper
, unixtools
, fakeroot
, mailcap

View file

@ -1,9 +1,7 @@
{ lib
, fetchFromGitLab
, rustPlatform
, cargo
, pkg-config
, binutils-unwrapped
, gtk3-x11
, atk
, glib

View file

@ -1,7 +1,6 @@
{ stdenv
, lib
, fetchgit
, dos2unix
, qtbase
, qttools
, qtx11extras

View file

@ -1,4 +1,4 @@
{ stdenv, lib, fetchurl, callPackage, patchelf, makeWrapper, libusb1, avahi-compat, glib, libredirect, nixosTests }:
{ stdenv, lib, fetchurl, patchelf, makeWrapper, libusb1, avahi-compat, glib, libredirect, nixosTests }:
let
myPatchElf = file: with lib; ''
patchelf --set-interpreter \

View file

@ -1,6 +1,6 @@
{ stdenv, lib, qtbase, wrapQtAppsHook, fetchFromGitHub,
addOpenGLRunpath, poppler_utils, qtxmlpatterns, qtsvg, mesa, gcc, xvfb-run,
fontconfig, freetype, xorg, ccache, qmake, python3, qttools, git
addOpenGLRunpath, poppler_utils, qtxmlpatterns, qtsvg, mesa, xvfb-run,
fontconfig, freetype, xorg, qmake, python3, qttools, git
}:
let
qtPython = python3.withPackages (pkgs: with pkgs; [ pyqt5 ]);

View file

@ -1,7 +1,6 @@
{ lib
, stdenv
, fetchFromGitHub
, substituteAll
, python3
, installShellFiles

View file

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

View file

@ -1,5 +1,5 @@
{ mkDerivation, lib, cmake, gettext, pkg-config, extra-cmake-modules
, qtquickcontrols, qttools, kde-cli-tools, qtbase
, qtquickcontrols, qttools, kde-cli-tools
, kconfig, kdeclarative, kdoctools, kiconthemes, ki18n, kitemmodels, kitemviews
, kjobwidgets, kcmutils, kio, knewstuff, knotifyconfig, kparts, ktexteditor
, threadweaver, kxmlgui, kwindowsystem, grantlee, kcrash, karchive, kguiaddons

View file

@ -2,7 +2,6 @@
, mkDerivation
, extra-cmake-modules
, shared-mime-info
, kconfig
, kdoctools
, kio
, ktextwidgets

View file

@ -7,7 +7,6 @@
, ki18n
, knotifications
, mauiman
, qtbase
, qtquickcontrols2
, qtx11extras
}:

View file

@ -21,7 +21,6 @@
, perl
, pkg-config
, poppler
, auto-multiple-choice
}:
stdenv.mkDerivation (finalAttrs: rec {
pname = "auto-multiple-choice";

View file

@ -1,5 +1,5 @@
{ stdenv, lib, fetchFromGitHub, cairo, libxkbcommon
, pango, fribidi, harfbuzz, pcre, pkg-config, scdoc
, pango, fribidi, harfbuzz, pkg-config, scdoc
, ncursesSupport ? true, ncurses
, waylandSupport ? true, wayland, wayland-protocols, wayland-scanner
, x11Support ? true, xorg

View file

@ -10,7 +10,6 @@
, curl
, readline
, PCSC
, xcbuild
}:
let
version = "0.8.4";

View file

@ -1,5 +1,4 @@
{ lib
, pkgs
, mkDerivation
, fetchFromGitHub
, cmake

View file

@ -4,7 +4,6 @@
, makeWrapper
, clipnotify
, coreutils
, dmenu
, gawk
, util-linux
, xdotool

View file

@ -1,4 +1,4 @@
{ stdenv, lib, fetchurl, fetchzip, jdk11, unzip, makeWrapper, makeDesktopItem, copyDesktopItems }:
{ stdenv, lib, fetchurl, fetchzip, jdk11, makeWrapper, makeDesktopItem, copyDesktopItems }:
stdenv.mkDerivation rec {
pname = "conduktor";

View file

@ -1,4 +1,4 @@
{ lib, bundlerApp, bundlerUpdateScript, ruby, makeWrapper, git, docutils, nixosTests }:
{ lib, bundlerApp, bundlerUpdateScript, ruby, makeWrapper, nixosTests }:
bundlerApp rec {
pname = "gollum";

View file

@ -19,13 +19,6 @@
, findutils
, ccze
, ncurses
, python3
, wget
, libcaca
, newsboat
, rsstail
, w3m
, ticker
, tmux
}:

View file

@ -2,7 +2,6 @@
, lib
, fetchurl
, autoPatchelfHook
, pkg-config
, dpkg
, openssl
, webkitgtk

View file

@ -5,7 +5,6 @@
, ncurses
, which
, cmake
, unzip
, wrapQtAppsHook
, qtwebengine
, yaml-cpp

View file

@ -4,7 +4,6 @@
, fetchFromGitHub
, python3
, qtbase
, qttools
, git-lfs
, wrapQtAppsHook
}:

View file

@ -2,7 +2,6 @@
, stdenv
, fetchFromGitHub
, electron
, runtimeShell
, makeWrapper
, copyDesktopItems
, makeDesktopItem

View file

@ -41,7 +41,6 @@
, rapidjson
, sqlite
, tinyxml
, udev
, util-linux
, wxGTK32
, xorg

View file

@ -1,5 +1,4 @@
{ lib
, callPackage
, rustPlatform
, fetchFromGitHub
, fetchNpmDeps

View file

@ -1,7 +1,7 @@
{ lib, fetchFromGitHub, mkDerivation, cmake, sqlite
, qtbase, qtsvg, qttools, wrapQtAppsHook
, icoutils # build and runtime deps.
, wget, fuseiso, wine, sudo, which # runtime deps.
, wget, fuseiso, wine, which # runtime deps.
}:
mkDerivation rec {

View file

@ -2,8 +2,6 @@
, blueprint-compiler
, desktop-file-utils
, fetchFromGitHub
, gettext
, glib
, gtk4
, lib
, libadwaita

View file

@ -5,7 +5,6 @@
, fetchFromGitHub
, openssh
, netcat
, makeWrapper
}:
stdenv.mkDerivation rec {

View file

@ -7,7 +7,6 @@
, gtk3
, json-glib
, libgee
, librsvg
, meson
, ninja
, pkg-config

View file

@ -7,7 +7,6 @@
, gtk4
, gtksourceview5
, libadwaita
, libgee
, libpanel
, meson
, ninja

View file

@ -1,6 +1,6 @@
{ lib, stdenv, autoPatchelfHook, makeDesktopItem, copyDesktopItems, wrapGAppsHook3, fetchurl
, alsa-lib, at-spi2-atk, at-spi2-core, atk, cairo, cups
, gtk3, nss, glib, dbus, nspr, gdk-pixbuf, libdrm, mesa
, gtk3, nss, glib, nspr, gdk-pixbuf, libdrm, mesa
, libX11, libXScrnSaver, libXcomposite, libXcursor, libXdamage, libXext
, libXfixes, libXi, libXrandr, libXrender, libXtst, libxcb, libxshmfence, pango
, gcc-unwrapped, udev

View file

@ -1,4 +1,4 @@
{ stdenv, lib, pkgs, fzf, gawk, fetchFromGitHub, makeWrapper }:
{ stdenv, lib, fzf, gawk, fetchFromGitHub, makeWrapper }:
stdenv.mkDerivation rec {
pname = "sway-launcher-desktop";

View file

@ -7,7 +7,6 @@
, flex
, json_c
, libmpdclient
, libxcb
, libyaml
, meson
, ninja

View file

@ -7,7 +7,6 @@
, tzdata
, unicode-emoji
, unicode-character-database
, darwin
, cmake
, ninja
, pkg-config

View file

@ -18,7 +18,6 @@
, desktop-file-utils
, appstream-glib
, libpeas
, libgdata
, dbus
, vala
, wrapGAppsHook3
@ -27,7 +26,6 @@
, docbook-xsl-nons
, docbook_xml_dtd_43
, docutils
, gobject-introspection
, gst_all_1
, sofia_sip
}:

View file

@ -1,9 +1,7 @@
{ bash
, coreutils
{ coreutils
, fetchFromGitHub
, lib
, python39
, substituteAll
}:
let

View file

@ -2,7 +2,6 @@
, stdenv
, fetchFromGitHub
, rustPlatform
, xorg
, darwin
}:

View file

@ -1,9 +1,7 @@
{ stdenv
, lib
, callPackage
, fetchFromGitHub
, cmake
, pkg-config
, python3
, caf
, openssl

View file

@ -1,4 +1,4 @@
{ lib, fetchFromGitHub, stdenv, bitlbee, autoreconfHook, pkg-config, glib }:
{ lib, fetchFromGitHub, stdenv, bitlbee, autoreconfHook, pkg-config }:
stdenv.mkDerivation rec {
pname = "bitlbee-discord";

View file

@ -1,4 +1,4 @@
{ lib, fetchgit, stdenv, bitlbee, autoreconfHook, pkg-config, glib }:
{ lib, fetchgit, stdenv, bitlbee, autoreconfHook, pkg-config }:
stdenv.mkDerivation rec {
pname = "bitlbee-mastodon";

View file

@ -1,9 +1,7 @@
{ lib
, stdenv
, runCommand
, fetchFromGitHub
, fetchYarnDeps
, writeText
, jq
, yarn
, fixup-yarn-lock

View file

@ -55,7 +55,6 @@
, stdenv
, systemd
, wayland
, wrapGAppsHook3
, xdg-utils
, writeScript

View file

@ -1,6 +1,5 @@
{ lib
, stdenv
, substituteAll
, buildGoModule
, fetchFromGitHub
, makeDesktopItem

View file

@ -30,7 +30,6 @@
, glibmm_2_68
, jemalloc
, rnnoise
, abseil-cpp
, microsoft-gsl
, boost
, fmt

View file

@ -5,7 +5,6 @@
, libgcrypt
, libintl
, libotr
, libtool
, meson
, ncurses
, ninja

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, makeDesktopItem, ant, jdk8, copyDesktopItems, makeWrapper }:
{ lib, stdenv, fetchurl, makeDesktopItem, jdk8, copyDesktopItems, makeWrapper }:
stdenv.mkDerivation rec {
pname = "jxplorer";

View file

@ -4,7 +4,6 @@
, file
, gnupg
, gawk
, notmuch
, procps
, withManpage ? false
}:

View file

@ -3,7 +3,6 @@
, openvpn
, fetchpatch
, fetchurl
, iproute2
, libnl
, autoreconfHook
, pkg-config

View file

@ -1,6 +1,5 @@
{ buildGoModule
, fetchFromGitHub
, installShellFiles
, lib
, libglvnd
, pkg-config

View file

@ -1,4 +1,4 @@
{ lib, stdenv, mkDerivation, fetchFromGitHub, fetchpatch2
{ lib, mkDerivation, fetchFromGitHub, fetchpatch2
, qmake, cmake, pkg-config, miniupnpc, bzip2
, speex, libmicrohttpd, libxml2, libxslt, sqlcipher, rapidjson, libXScrnSaver
, qtbase, qtx11extras, qtmultimedia, libgnome-keyring

View file

@ -1,4 +1,4 @@
{ pkgs, buildGoModule, fetchFromGitHub, lib, perl }:
{ buildGoModule, fetchFromGitHub, lib, perl }:
buildGoModule rec {
pname = "XD";

View file

@ -2,7 +2,7 @@
, file, atk, alsa-lib, cairo, fontconfig, gdk-pixbuf, glib, webkitgtk, gtk2-x11, gtk3
, heimdal, krb5, libsoup, libvorbis, speex, openssl, zlib, xorg, pango, gtk2
, gnome2, mesa, nss, nspr, gtk_engines, freetype, dconf, libpng12, libxml2
, libjpeg, libredirect, tzdata, cacert, systemd, libcxx, e2fsprogs, symlinkJoin
, libjpeg, libredirect, tzdata, cacert, systemd, libcxx, symlinkJoin
, libpulseaudio, pcsclite, glib-networking, llvmPackages_12, opencv4
, libfaketime
, libinput, libcap, libjson, libsecret, libcanberra-gtk3

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, rpmextract, patchelf, bash, testers, scaleft }:
{ lib, stdenv, fetchurl, rpmextract, patchelf, testers, scaleft }:
stdenv.mkDerivation rec {
pname = "scaleft";

View file

@ -3,7 +3,6 @@
, fetchFromGitHub
, pkg-config
, cmake
, qtbase
, qttools
, libuuid
, seafile-shared

View file

@ -1,4 +1,4 @@
{ pkgs, lib, rustPlatform, fetchFromGitLab, wireguard-tools, makeWrapper }:
{ lib, rustPlatform, fetchFromGitLab, wireguard-tools, makeWrapper }:
rustPlatform.buildRustPackage rec {
pname = "wg-bond";
version = "0.2.0";

View file

@ -1,6 +1,5 @@
{ autoPatchelfHook
, cairo
, config
, e2fsprogs
, fetchurl
, gmp

View file

@ -4,7 +4,6 @@
, qmake
, pkg-config
, qttools
, qtbase
, qtwebengine
, wrapQtAppsHook
, qmarkdowntextedit

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, qmake, qtbase, qtsvg, poppler, libzip, pkg-config, wrapQtAppsHook }:
{ lib, stdenv, fetchFromGitHub, qmake, qtsvg, poppler, libzip, pkg-config, wrapQtAppsHook }:
stdenv.mkDerivation rec {
pname = "kitsas";

View file

@ -3,7 +3,6 @@
, fetchurl
, undmg
, writeScript
, callPackage
}:
let

View file

@ -5,7 +5,6 @@
, makeWrapper
, xorg # for lndir
, runCommand
, substituteAll
# For Emulating wrapGAppsHook3
, gsettings-desktop-schemas
, hicolor-icon-theme

View file

@ -1,6 +1,5 @@
{ stdenv
, lib
, pkgs
, bundlerEnv
, bundlerApp
, bundlerUpdateScript

View file

@ -1,4 +1,4 @@
{ lib, fetchFromGitHub, buildGoModule, icu }:
{ lib, fetchFromGitHub, buildGoModule }:
buildGoModule rec {
pname = "zk";

View file

@ -1,5 +1,5 @@
{ stdenv, lib, fetchFromGitHub
, cmake, pkg-config, protobuf, icu, csdr, codecserver
, cmake, protobuf, icu, csdr, codecserver
}:
stdenv.mkDerivation rec {

View file

@ -4,7 +4,6 @@
, autoreconfHook
, pkg-config
, fltk13
, libsndfile
, gettext
}:

View file

@ -3,7 +3,6 @@
stdenv,
fetchFromGitHub,
installShellFiles,
writeText,
cmake,
libxslt,
docbook_xsl_ns,

View file

@ -1,4 +1,4 @@
{ lib, fetchurl, appimageTools, wrapGAppsHook3 }:
{ lib, fetchurl, appimageTools }:
let
pname = "jbrowse";

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