pkgs/applications: remove unused arguments

This commit is contained in:
Sigmanificient 2024-07-20 22:35:33 +02:00
parent 1855c9961e
commit 2ee703dccb
148 changed files with 59 additions and 202 deletions

View File

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

View File

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

View File

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

View File

@ -13,7 +13,6 @@
, pkg-config , pkg-config
, autoPatchelfHook , autoPatchelfHook
, soxr , soxr
, freetype
, libsamplerate , libsamplerate
, armadillo , armadillo
, tomlplusplus , 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 , pname, version, sha256, description
, url ? "https://git.open-music-kontrollers.ch/lv2/${pname}.lv2/snapshot/${pname}.lv2-${version}.tar.xz" , url ? "https://git.open-music-kontrollers.ch/lv2/${pname}.lv2/snapshot/${pname}.lv2-${version}.tar.xz"
, additionalBuildInputs ? [] , additionalBuildInputs ? []

View File

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

View File

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

View File

@ -1,6 +1,5 @@
{ callPackage { callPackage
, timeshift-unwrapped , timeshift-unwrapped
, lib
, rsync , rsync
, coreutils , coreutils
, mount , mount

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,5 +1,4 @@
{ lib { buildFHSEnv
, buildFHSEnv
, sparrow-unwrapped , sparrow-unwrapped
}: }:

View File

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

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
{ micro, expect, runCommand, writeScript, runtimeShell }: { micro, expect, runCommand, writeScript }:
let expect-script = writeScript "expect-script" '' let expect-script = writeScript "expect-script" ''
#!${expect}/bin/expect -f #!${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" '' let expect-script = writeScriptBin "expect-script" ''
#!${expect}/bin/expect -f #!${expect}/bin/expect -f

View File

@ -1,6 +1,6 @@
# run tests by building `neovim.tests` # run tests by building `neovim.tests`
{ vimUtils, writeText, neovim, vimPlugins { vimUtils, writeText, neovim, vimPlugins
, lib, neovimUtils, wrapNeovimUnstable , neovimUtils, wrapNeovimUnstable
, neovim-unwrapped , neovim-unwrapped
, fetchFromGitLab , fetchFromGitLab
, runCommandLocal , runCommandLocal

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -4,7 +4,6 @@
, appstream-glib , appstream-glib
, desktop-file-utils , desktop-file-utils
, gettext , gettext
, glib
, gobject-introspection , gobject-introspection
, gtk3 , gtk3
, gtk4 , 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 , imagePreviewSupport ? true
, sixelPreviewSupport ? true , sixelPreviewSupport ? true
, neoVimSupport ? true , neoVimSupport ? true

View File

@ -1,5 +1,4 @@
{ lib { makeWrapper
, makeWrapper
, nixosTests , nixosTests
, symlinkJoin , symlinkJoin

View File

@ -1,5 +1,4 @@
{ lib { makeWrapper
, makeWrapper
, nixosTests , nixosTests
, symlinkJoin , symlinkJoin

View File

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

View File

@ -2,7 +2,7 @@
# If you just want a subset of plug-ins, you can specify them explicitly: # If you just want a subset of plug-ins, you can specify them explicitly:
# `gimp-with-plugins.override { plugins = with gimpPlugins; [ gap ]; }`. # `gimp-with-plugins.override { plugins = with gimpPlugins; [ gap ]; }`.
{ config, lib, pkgs }: { lib, pkgs }:
let let
inherit (pkgs) stdenv fetchurl fetchpatch fetchpatch2 pkg-config intltool glib fetchFromGitHub fetchFromGitLab; 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 { lib, stdenv, fetchFromGitHub, lazarus, fpc, pango, cairo, glib
, atk, gtk2, libX11, gdk-pixbuf, busybox, python3 , atk, gtk2, libX11, gdk-pixbuf, python3
, makeWrapper , makeWrapper
}: }:

View File

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

View File

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

View File

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

View File

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

View File

@ -1,7 +1,6 @@
{ stdenv { stdenv
, lib , lib
, fetchgit , fetchgit
, dos2unix
, qtbase , qtbase
, qttools , qttools
, qtx11extras , 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 let
myPatchElf = file: with lib; '' myPatchElf = file: with lib; ''
patchelf --set-interpreter \ patchelf --set-interpreter \

View File

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

View File

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

View File

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

View File

@ -1,5 +1,5 @@
{ mkDerivation, lib, cmake, gettext, pkg-config, extra-cmake-modules { 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 , kconfig, kdeclarative, kdoctools, kiconthemes, ki18n, kitemmodels, kitemviews
, kjobwidgets, kcmutils, kio, knewstuff, knotifyconfig, kparts, ktexteditor , kjobwidgets, kcmutils, kio, knewstuff, knotifyconfig, kparts, ktexteditor
, threadweaver, kxmlgui, kwindowsystem, grantlee, kcrash, karchive, kguiaddons , threadweaver, kxmlgui, kwindowsystem, grantlee, kcrash, karchive, kguiaddons

View File

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

View File

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

View File

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

View File

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

View File

@ -1,5 +1,4 @@
{ stdenv { stdenv
, lib
, blender , blender
, makeWrapper , makeWrapper
, extraModules ? [] , extraModules ? []

View File

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

View File

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

View File

@ -4,7 +4,6 @@
, makeWrapper , makeWrapper
, clipnotify , clipnotify
, coreutils , coreutils
, dmenu
, gawk , gawk
, util-linux , util-linux
, xdotool , 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 { stdenv.mkDerivation rec {
pname = "conduktor"; pname = "conduktor";

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,6 +1,6 @@
{ lib, stdenv, autoPatchelfHook, makeDesktopItem, copyDesktopItems, wrapGAppsHook3, fetchurl { lib, stdenv, autoPatchelfHook, makeDesktopItem, copyDesktopItems, wrapGAppsHook3, fetchurl
, alsa-lib, at-spi2-atk, at-spi2-core, atk, cairo, cups , 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 , libX11, libXScrnSaver, libXcomposite, libXcursor, libXdamage, libXext
, libXfixes, libXi, libXrandr, libXrender, libXtst, libxcb, libxshmfence, pango , libXfixes, libXi, libXrandr, libXrender, libXtst, libxcb, libxshmfence, pango
, gcc-unwrapped, udev , 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 { stdenv.mkDerivation rec {
pname = "sway-launcher-desktop"; pname = "sway-launcher-desktop";

View File

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

View File

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

View File

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

View File

@ -1,5 +1,4 @@
{ lib { runCommand
, runCommand
, makeWrapper , makeWrapper
, tubekit-unwrapped , tubekit-unwrapped
, pname ? "tubekit" , pname ? "tubekit"

View File

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

View File

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

View File

@ -1,9 +1,7 @@
{ stdenv { stdenv
, lib , lib
, callPackage
, fetchFromGitHub , fetchFromGitHub
, cmake , cmake
, pkg-config
, python3 , python3
, caf , caf
, openssl , 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 { stdenv.mkDerivation rec {
pname = "bitlbee-discord"; 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 { stdenv.mkDerivation rec {
pname = "bitlbee-mastodon"; pname = "bitlbee-mastodon";

View File

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

View File

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

View File

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

View File

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

View File

@ -5,7 +5,6 @@
, libgcrypt , libgcrypt
, libintl , libintl
, libotr , libotr
, libtool
, meson , meson
, ncurses , ncurses
, ninja , 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 { stdenv.mkDerivation rec {
pname = "jxplorer"; pname = "jxplorer";

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -2,7 +2,7 @@
, file, atk, alsa-lib, cairo, fontconfig, gdk-pixbuf, glib, webkitgtk, gtk2-x11, gtk3 , file, atk, alsa-lib, cairo, fontconfig, gdk-pixbuf, glib, webkitgtk, gtk2-x11, gtk3
, heimdal, krb5, libsoup, libvorbis, speex, openssl, zlib, xorg, pango, gtk2 , heimdal, krb5, libsoup, libvorbis, speex, openssl, zlib, xorg, pango, gtk2
, gnome2, mesa, nss, nspr, gtk_engines, freetype, dconf, libpng12, libxml2 , 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 , libpulseaudio, pcsclite, glib-networking, llvmPackages_12, opencv4
, libfaketime , libfaketime
, libinput, libcap, libjson, libsecret, libcanberra-gtk3 , 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 { stdenv.mkDerivation rec {
pname = "scaleft"; pname = "scaleft";

View File

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

View File

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

View File

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

View File

@ -4,7 +4,6 @@
, qmake , qmake
, pkg-config , pkg-config
, qttools , qttools
, qtbase
, qtwebengine , qtwebengine
, wrapQtAppsHook , wrapQtAppsHook
, qmarkdowntextedit , 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 { stdenv.mkDerivation rec {
pname = "kitsas"; pname = "kitsas";

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