pkgs.misc: remove unused args

main
Markus S. Wamser 3 years ago
parent 7f54eb0861
commit b0249fdf99
  1. 2
      pkgs/misc/arm-trusted-firmware/default.nix
  2. 2
      pkgs/misc/drivers/hplip/3.16.11.nix
  3. 2
      pkgs/misc/drivers/hplip/default.nix
  4. 2
      pkgs/misc/drivers/utsushi/default.nix
  5. 4
      pkgs/misc/emulators/commanderx16/run.nix
  6. 1
      pkgs/misc/emulators/dgen-sdl/default.nix
  7. 1
      pkgs/misc/emulators/mgba/default.nix
  8. 6
      pkgs/misc/emulators/retroarch/cores.nix
  9. 1
      pkgs/misc/emulators/retroarch/default.nix
  10. 3
      pkgs/misc/ghostscript/test-corpus-render.nix
  11. 1
      pkgs/misc/scrcpy/default.nix
  12. 3
      pkgs/misc/vscode-extensions/cpptools/default.nix
  13. 1
      pkgs/misc/vscode-extensions/default.nix
  14. 2
      pkgs/misc/vscode-extensions/wakatime/default.nix

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

@ -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
}:

@ -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

@ -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

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

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

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

@ -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

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

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

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

@ -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.
}:

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

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

Loading…
Cancel
Save