3
0
Fork 0
forked from mirrors/nixpkgs

pkgs.misc: remove unused args

This commit is contained in:
Markus S. Wamser 2021-11-13 22:06:21 +01:00
parent 7f54eb0861
commit b0249fdf99
14 changed files with 11 additions and 20 deletions

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, fetchpatch, openssl, pkgsCross, buildPackages }:
{ lib, stdenv, fetchFromGitHub, openssl, pkgsCross, buildPackages }:
let
buildArmTrustedFirmware = { filesToInstall

View file

@ -2,7 +2,7 @@
, pkg-config
, cups, libjpeg, libusb1, python2Packages, sane-backends, dbus, usbutils
, net-snmp, openssl, nettools
, bash, coreutils, util-linux
, bash, util-linux
, qtSupport ? true
, withPlugin ? false
}:

View file

@ -3,7 +3,7 @@
, cups, zlib, libjpeg, libusb1, python3Packages, sane-backends
, dbus, file, ghostscript, usbutils
, net-snmp, openssl, perl, nettools, avahi
, bash, coreutils, util-linux
, bash, util-linux
# To remove references to gcc-unwrapped
, removeReferencesTo, qt5
, withQt5 ? true

View file

@ -1,6 +1,6 @@
{ lib, stdenv, writeScriptBin, fetchFromGitLab, autoreconfHook, pkg-config
, autoconf-archive, libxslt, boost , gtkmm2 , imagemagick, sane-backends
, tesseract4, udev, libusb1, gnum4 }:
, tesseract4, udev, libusb1 }:
let

View file

@ -1,6 +1,4 @@
{ lib
, stdenv
, runtimeShell
{ runtimeShell
, symlinkJoin
, writeTextFile
}:

View file

@ -1,7 +1,6 @@
{ lib, stdenv
, fetchurl
, libarchive
, doxygen
, SDL
}:

View file

@ -9,7 +9,6 @@
, libedit
, libelf
, libzip
, copyDesktopItems
, makeDesktopItem
, minizip
, pkg-config

View file

@ -1,7 +1,7 @@
{ lib, stdenv, fetchgit, fetchFromGitHub, fetchFromGitLab, fetchpatch, cmake, pkg-config, makeWrapper, python27, python3, retroarch
, alsa-lib, fluidsynth, curl, hidapi, libGLU, gettext, glib, gtk2, portaudio, SDL, SDL_net, SDL2, SDL2_image, libGL
{ lib, stdenv, fetchgit, fetchFromGitHub, fetchpatch, cmake, pkg-config, makeWrapper, python27, python3, retroarch
, alsa-lib, fluidsynth, curl, hidapi, libGLU, gettext, portaudio, SDL, SDL2, libGL
, ffmpeg, pcre, libevdev, libpng, libjpeg, libzip, udev, libvorbis, snappy, which, hexdump
, miniupnpc, sfml, xorg, zlib, nasm, libpcap, boost, icu, openssl
, sfml, xorg, zlib, nasm, libpcap, boost, icu, openssl
, buildPackages }:
let

View file

@ -14,7 +14,6 @@
, udev ? null
, enableNvidiaCgToolkit ? false, nvidia_cg_toolkit ? null
, withVulkan ? stdenv.isLinux, vulkan-loader ? null
, fetchurl
, wayland
, libxkbcommon
}:

View file

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

View file

@ -2,7 +2,6 @@
, meson
, ninja
, pkg-config
, fetchpatch
, platform-tools
, ffmpeg

View file

@ -1,6 +1,5 @@
{ lib, vscode-utils
, fetchurl, unzip
, mono, writeScript, runtimeShell
, fetchurl, mono, writeScript, runtimeShell
, jq, clang-tools
, gdbUseFixed ? true, gdb # The gdb default setting will be fixed to specified. Use version from `PATH` otherwise.
}:

View file

@ -1,6 +1,5 @@
{ config
, lib
, buildEnv
, fetchurl
, callPackage
, vscode-utils

View file

@ -1,5 +1,5 @@
{ lib
, wakatime, vscode-utils }:
, vscode-utils }:
let
inherit (vscode-utils) buildVscodeMarketplaceExtension;