pkgs/*: remove unreferenced function arguments

This commit is contained in:
volth
2018-07-21 00:44:44 +00:00
parent 1a6af9f88e
commit 52f53c69ce
1540 changed files with 1554 additions and 1878 deletions

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchurl, cmake, qmake, qtbase, perl, python, php, kcachegrind, fetchpatch }:
{ stdenv, qmake, qtbase, perl, python, php, kcachegrind }:
let
name = stdenv.lib.replaceStrings ["kcachegrind"] ["qcachegrind"] kcachegrind.name;

View File

@@ -1,4 +1,4 @@
{stdenv, fetchurl, pkgconfig, libusb, readline, lua, libewf, perl,
{stdenv, fetchurl, pkgconfig, libusb, readline, lua, perl,
gtk2 ? null, vte ? null, gtkdialog ? null,
python ? null,
ruby ? null,

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchurl, fetchpatch, perl, gdb, llvm, cctools, xnu, bootstrap_cmds }:
{ stdenv, fetchurl, perl, gdb, llvm, cctools, xnu, bootstrap_cmds }:
stdenv.mkDerivation rec {
name = "valgrind-3.13.0";

View File

@@ -1,4 +1,4 @@
{ lib, buildPythonApplication, fetchFromGitHub, makeWrapper
{ lib, buildPythonApplication, fetchFromGitHub
, arrow, futures, logfury, requests, six, tqdm
}:

View File

@@ -1,4 +1,4 @@
{ stdenv, binutils, cmake, zlib, fetchFromGitHub }:
{ stdenv, cmake, zlib, fetchFromGitHub }:
stdenv.mkDerivation rec {
version = "2018-06-15";

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, jdk, ant, python2, python2Packages, watchman, unzip, bash, makeWrapper }:
{ stdenv, fetchFromGitHub, jdk, ant, python2, python2Packages, watchman, bash, makeWrapper }:
stdenv.mkDerivation rec {
name = "buck-${version}";

View File

@@ -1,4 +1,4 @@
{ stdenv, lib, openssh, buildbot-worker, buildbot-pkg, pythonPackages, runCommand, makeWrapper }:
{ stdenv, openssh, buildbot-worker, buildbot-pkg, pythonPackages, runCommand, makeWrapper }:
let
withPlugins = plugins: runCommand "wrapped-${package.name}" {

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchurl, fetchpatch, replace, curl, expat, zlib, bzip2
{ stdenv, fetchurl, fetchpatch, curl, expat, zlib, bzip2
, useNcurses ? false, ncurses, useQt4 ? false, qt4, ps
, buildPlatform, hostPlatform
}:

View File

@@ -1,4 +1,4 @@
{ lib, fetchpatch, python }:
{ lib, python }:
let newPython = python.override {
packageOverrides = self: super: {

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, fetchpatch, curl, dmd, libevent, rsync }:
{ stdenv, fetchFromGitHub, curl, dmd, libevent, rsync }:
let

View File

@@ -1,4 +1,4 @@
{ lib, python3Packages, stdenv, ninja, pkgconfig, targetPlatform, writeTextDir, substituteAll }: let
{ lib, python3Packages, stdenv, targetPlatform, writeTextDir, substituteAll }: let
targetPrefix = lib.optionalString stdenv.isCross
(targetPlatform.config + "-");
in python3Packages.buildPythonApplication rec {

View File

@@ -1,4 +1,4 @@
{ fetchurl, stdenv, fetchFromGitHub, pkgconfig, mono, makeWrapper
{ stdenv, fetchFromGitHub, pkgconfig, mono, makeWrapper
, targetVersion ? "4.5" }:
let

View File

@@ -1,4 +1,4 @@
{ stdenv, pythonPackages, runCommand, curl }:
{ stdenv, pythonPackages }:
with stdenv.lib;
with pythonPackages;

View File

@@ -1,6 +1,6 @@
{ stdenv, writeText, callPackage, fetchurl,
{ stdenv, fetchurl,
fetchHex, erlang, hermeticRebar3 ? true,
tree, fetchFromGitHub, hexRegistrySnapshot }:
tree, hexRegistrySnapshot }:
let
version = "3.6.1";

View File

@@ -1,6 +1,6 @@
{ version, sha256 }:
{ stdenv, fetchurl, fetchpatch, python2Packages }:
{ stdenv, fetchurl, python2Packages }:
let name = "scons";
in python2Packages.buildPythonApplication {

View File

@@ -1,4 +1,4 @@
{ callPackage, stdenv }:
{ callPackage }:
let
mkScons = args: callPackage (import ./common.nix args) { };

View File

@@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, python2 }:
{ stdenv, fetchurl, python2 }:
stdenv.mkDerivation rec {
name = "waf-${version}";

View File

@@ -1,4 +1,4 @@
{ stdenv, lib, buildGoPackage, fetchFromGitHub, runCommand
{ stdenv, buildGoPackage, fetchFromGitHub
, gpgme, libgpgerror, lvm2, btrfs-progs, pkgconfig, ostree, libselinux, libseccomp
, go-md2man }:

View File

@@ -1,6 +1,5 @@
{ stdenv, fetchFromGitHub
, pythonPackages
, pkgconfig
, cmake
, llvmPackages
, withMan ? true

View File

@@ -1,4 +1,4 @@
{ stdenv, lib, bundlerEnv, ruby_2_4, perl, autoconf }:
{ lib, bundlerEnv, ruby_2_4, perl, autoconf }:
bundlerEnv {
# Last updated via:

View File

@@ -1,4 +1,4 @@
{ stdenv, lib, bundlerEnv, ruby }:
{ lib, bundlerEnv, ruby }:
bundlerEnv {
name = "compass-1.0.3";

View File

@@ -1,4 +1,4 @@
{ stdenv, lib, fetchFromGitHub, buildGoPackage }:
{ lib, fetchFromGitHub, buildGoPackage }:
with lib;

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchurl, writeText, jre, makeWrapper, fetchMavenArtifact
{ stdenv, fetchurl, jre, makeWrapper
, mysqlSupport ? true, mysql_jdbc ? null }:
assert mysqlSupport -> mysql_jdbc != null;

View File

@@ -1,4 +1,4 @@
{ stdenv, lib, buildGoPackage, fetchFromGitHub }:
{ stdenv, buildGoPackage, fetchFromGitHub }:
buildGoPackage rec {
name = "delve-${version}";

View File

@@ -1,5 +1,4 @@
{ stdenv
, lib
, pythonPackages
, glibcLocales
, devpi-server

View File

@@ -1,4 +1,4 @@
{ stdenv, pythonPackages, glibcLocales, nginx }:
{ stdenv, pythonPackages, nginx }:
pythonPackages.buildPythonApplication rec {
name = "${pname}-${version}";

View File

@@ -1,5 +1,5 @@
{stdenv, fetchurl, pkgconfig, libxml2Python, libxslt, intltool
, makeWrapper, python2Packages }:
{fetchurl, pkgconfig, libxml2Python, libxslt, intltool
, python2Packages }:
python2Packages.buildPythonApplication {
name = "gnome-doc-utils-0.20.10";

View File

@@ -1,5 +1,5 @@
# This file was generated by https://github.com/kamilchm/go2nix v1.2.1
{ stdenv, buildGoPackage, fetchgit, fetchhg, fetchbzr, fetchsvn }:
{ stdenv, buildGoPackage, fetchgit }:
buildGoPackage rec {
name = "easyjson-unstable-${version}";

View File

@@ -1,4 +1,4 @@
{ pkgs, stdenv }:
{ pkgs }:
rec {
inherit (pkgs) eggDerivation fetchegg;

View File

@@ -1,4 +1,4 @@
{ stdenv, lib, libXScrnSaver, makeWrapper, fetchurl, unzip, atomEnv, gtk2 }:
{ stdenv, libXScrnSaver, makeWrapper, fetchurl, unzip, atomEnv, gtk2 }:
let
version = "1.8.2";

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, buildRebar3, buildHex,
{ fetchFromGitHub, buildRebar3,
# Erlang dependencies:
ibrowse_4_2_2,

View File

@@ -1,4 +1,4 @@
{ stdenv, beamPackages, buildRebar3, buildHex, fetchHex
{ stdenv, buildHex
, getopt_0_8_2, erlware_commons_1_0_0, cf_0_2_2 }:

View File

@@ -1,4 +1,4 @@
{ stdenv, buildGoPackage, fetchFromGitHub, fetchurl, makeWrapper, git }:
{ stdenv, buildGoPackage, fetchFromGitHub, makeWrapper, git }:
buildGoPackage rec {
name = "fac-${version}";

View File

@@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, pandoc, man }:
{ stdenv, fetchFromGitHub, pandoc, man }:
stdenv.mkDerivation rec {
name = "git-ftp-${version}";
version = "1.5.1";

View File

@@ -1,4 +1,4 @@
{ stdenv, lib, buildGoPackage, fetchgit, fetchhg, fetchbzr, fetchsvn }:
{ stdenv, buildGoPackage, fetchgit }:
buildGoPackage rec {
name = "go-bindata-${version}";

View File

@@ -1,4 +1,4 @@
{ stdenv, lib, buildGoPackage, fetchFromGitHub }:
{ stdenv, buildGoPackage, fetchFromGitHub }:
buildGoPackage rec {
name = "go-outline-${version}";

View File

@@ -1,4 +1,4 @@
{ stdenv, lib, buildGoPackage, gotools, fetchgit, fetchhg, fetchbzr, fetchsvn }:
{ stdenv, buildGoPackage, fetchgit }:
buildGoPackage rec {
name = "go-repo-root-${version}";

View File

@@ -1,4 +1,4 @@
{ stdenv, lib, buildGoPackage, fetchgit }:
{ stdenv, buildGoPackage, fetchgit }:
buildGoPackage rec {
name = "go-symbols-${version}";

View File

@@ -1,4 +1,4 @@
{ stdenv, lib, buildGoPackage, fetchgit, fetchhg, fetchbzr, fetchsvn }:
{ stdenv, buildGoPackage, fetchgit }:
buildGoPackage rec {
name = "gocode-${version}";

View File

@@ -1,4 +1,4 @@
{ stdenv, lib, buildGoPackage, fetchFromGitHub }:
{ stdenv, buildGoPackage, fetchFromGitHub }:
buildGoPackage rec {
name = "goconvey-${version}";

View File

@@ -1,4 +1,4 @@
{ stdenv, lib, buildGoPackage, fetchgit }:
{ stdenv, buildGoPackage, fetchgit }:
buildGoPackage rec {
name = "godef-${version}";

View File

@@ -1,4 +1,4 @@
{ stdenv, lib, buildGoPackage, fetchgit, fetchhg, fetchbzr, fetchsvn }:
{ stdenv, buildGoPackage, fetchgit }:
buildGoPackage rec {
name = "goimports-${version}";

View File

@@ -1,4 +1,4 @@
{ stdenv, lib, buildGoPackage, fetchgit, fetchhg, fetchbzr, fetchsvn }:
{ stdenv, buildGoPackage, fetchgit }:
buildGoPackage rec {
name = "lint-${version}";

View File

@@ -1,4 +1,4 @@
{ stdenv, lib, buildGoPackage, fetchgit }:
{ stdenv, buildGoPackage, fetchgit }:
buildGoPackage rec {
name = "gomodifytags-${version}";

View File

@@ -1,4 +1,4 @@
{ stdenv, lib, buildGoPackage, fetchFromGitHub }:
{ stdenv, buildGoPackage, fetchFromGitHub }:
buildGoPackage rec {
name = "gopkgs-${version}";

View File

@@ -1,4 +1,4 @@
{ stdenv, lib, buildGoPackage, fetchgit, fetchhg, fetchbzr, fetchsvn }:
{ stdenv, buildGoPackage, fetchgit }:
buildGoPackage rec {
name = "gotags-${version}";

View File

@@ -1,4 +1,4 @@
{ stdenv, lib, buildGoPackage, fetchFromGitHub }:
{ stdenv, buildGoPackage, fetchFromGitHub }:
buildGoPackage rec {
name = "gotests-${version}";

View File

@@ -1,4 +1,4 @@
{ stdenv, lib, go, buildGoPackage, fetchgit, fetchhg, fetchbzr, fetchsvn }:
{ stdenv, go, buildGoPackage, fetchgit }:
buildGoPackage rec {
name = "gotools-${version}";

View File

@@ -1,4 +1,4 @@
{ stdenv, lib, buildGoPackage, fetchgit, fetchhg, fetchbzr, fetchsvn }:
{ stdenv, buildGoPackage, fetchgit }:
buildGoPackage rec {
name = "govers-${version}";

View File

@@ -1,4 +1,4 @@
{ stdenv, lib, buildGoPackage, fetchFromGitHub }:
{ stdenv, buildGoPackage, fetchFromGitHub }:
buildGoPackage rec {
name = "gox-${version}";

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, writeText, jshon, electron, hyper-haskell-server, extra-packages ? [] }:
{ stdenv, fetchFromGitHub, jshon, electron, hyper-haskell-server, extra-packages ? [] }:
let
binPath = stdenv.lib.makeBinPath ([ hyper-haskell-server ] ++ extra-packages);

View File

@@ -1,4 +1,4 @@
{ lib, haskellLib, fetchpatch, makeWrapper, haskellPackages
{ lib, haskellLib, makeWrapper, haskellPackages
, mueval
, withDjinn ? true
, aspell ? null

View File

@@ -1,6 +1,6 @@
{ mkDerivation, ansi-terminal, base, bytestring, Cabal, containers
, deepseq, Diff, directory, filepath, ShellCheck, stdenv, tasty
, tasty-golden, transformers, fetchFromGitHub, fetchpatch
, tasty-golden, transformers, fetchFromGitHub
}:
mkDerivation {

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, fetchurl, python, pcsclite, pth }:
{ stdenv, fetchFromGitHub, python, pcsclite, pth }:
stdenv.mkDerivation rec {
pname = "hexio";

View File

@@ -1,4 +1,4 @@
{ stdenv, makeWrapper, requireFile, patchelf, gcc, unzip }:
{ stdenv, makeWrapper, requireFile, gcc, unzip }:
with stdenv.lib;
# v2.1: last version with NHM/WSM arch support

View File

@@ -1,4 +1,4 @@
{ stdenv, requireFile, patchelf, unzip }:
{ stdenv, requireFile, unzip }:
with stdenv.lib;
stdenv.mkDerivation {

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchgit, cmake, llvmPackages, irony }:
{ stdenv, cmake, llvmPackages, irony }:
stdenv.mkDerivation rec {
name = "irony-server-${version}";

View File

@@ -1,4 +1,4 @@
{ stdenv, lib, buildGoPackage, fetchFromGitHub }:
{ stdenv, buildGoPackage, fetchFromGitHub }:
buildGoPackage rec {
name = "jmespath-${version}";

View File

@@ -1,4 +1,4 @@
{ stdenv, lib, buildGoPackage, fetchFromGitHub, jmespath }:
{ stdenv, buildGoPackage, fetchFromGitHub }:
buildGoPackage rec {
name = "jp-${version}";

View File

@@ -1,4 +1,4 @@
{ stdenv, lib, buildGoPackage, fetchFromGitHub }:
{ lib, buildGoPackage, fetchFromGitHub }:
buildGoPackage rec {
pname = "json2hcl";

View File

@@ -1,4 +1,4 @@
{ stdenv, lib, fetchFromGitHub, buildGoPackage }:
{ lib, fetchFromGitHub, buildGoPackage }:
with lib;

View File

@@ -1,4 +1,4 @@
{ stdenv, buildGoPackage, fetchFromGitHub, fetchhg, fetchbzr, fetchsvn }:
{ stdenv, buildGoPackage, fetchFromGitHub }:
buildGoPackage rec {
name = "leaps-${version}";

View File

@@ -1,4 +1,4 @@
{ stdenv, lib, fetchFromGitHub, buildGoPackage }:
{ lib, fetchFromGitHub, buildGoPackage }:
buildGoPackage rec {
name = "librarian-puppet-go-${version}";

View File

@@ -1,4 +1,4 @@
{ stdenv, lib, buildGoPackage, fetchFromGitHub }:
{ stdenv, buildGoPackage, fetchFromGitHub }:
buildGoPackage rec {
name = "manul-unstable-2016-09-30";

View File

@@ -1,4 +1,4 @@
{ stdenv, buildPackages, fetchurl, which, pkgconfig, texinfo, perl, guile, libxml2 }:
{ stdenv, buildPackages, fetchurl, which, pkgconfig, perl, guile, libxml2 }:
stdenv.mkDerivation rec {
name = "autogen-${version}";

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchurl, perl, autoconf, makeWrapper, doCheck ? false }:
{ stdenv, fetchurl, perl, autoconf, doCheck ? false }:
stdenv.mkDerivation rec {
name = "automake-1.16.1";

View File

@@ -1,6 +1,6 @@
{ stdenv, buildPackages
, fetchurl, zlib, autoreconfHook264
, buildPlatform, hostPlatform, targetPlatform
, hostPlatform, targetPlatform
, noSysDirs, gold ? true, bison ? null
}:

View File

@@ -1,5 +1,5 @@
{ stdenv, lib, fetchFromGitHub
, gcc-arm-embedded, bash, libftdi
, gcc-arm-embedded, libftdi
, python, pythonPackages
}:

View File

@@ -1,4 +1,4 @@
{ fetchurl, stdenv, cscope, tk, makeWrapper }:
{ fetchurl, stdenv, tk, makeWrapper }:
stdenv.mkDerivation rec {
name = "cbrowser-0.8";

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchurl, fetchpatch, runCommand, perl, zlib, makeWrapper }:
{ stdenv, fetchurl, perl, zlib, makeWrapper }:
let ccache = stdenv.mkDerivation rec {
name = "ccache-${version}";

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, makeWrapper
{ fetchFromGitHub, makeWrapper
, cmake, llvmPackages, ncurses }:
let

View File

@@ -1,4 +1,4 @@
{ pkgs, ctags, writeScriptBin }:
{ pkgs, ctags }:
with pkgs.stdenv.lib;

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchurl, ncurses, gettext
{ stdenv, fetchurl, ncurses
, withLibrary ? false, libtool
, unicodeSupport ? true
}:

View File

@@ -1,7 +1,7 @@
{ stdenv
, fetchFromGitHub
, autoreconfHook
, findutils # for xargs
# for xargs
, gettext
, libtool
, makeWrapper

View File

@@ -1,5 +1,5 @@
{ fetchurl, stdenv, libtool, makeWrapper
, coreutils, ctags, ncurses, pythonPackages, sqlite, universal-ctags, pkgconfig
, coreutils, ctags, ncurses, pythonPackages, sqlite, universal-ctags
}:
stdenv.mkDerivation rec {

View File

@@ -1,9 +1,9 @@
{ stdenv, nix, perlPackages, buildEnv, releaseTools, fetchFromGitHub
, makeWrapper, autoconf, automake, libtool, unzip, pkgconfig, sqlite, libpqxx
, gitAndTools, mercurial, darcs, subversion, bazaar, openssl, bzip2, libxslt
, guile, perl, postgresql, aws-sdk-cpp, nukeReferences, git, boehmgc
, guile, perl, postgresql, nukeReferences, git, boehmgc
, docbook_xsl, openssh, gnused, coreutils, findutils, gzip, lzma, gnutar
, rpm, dpkg, cdrkit, fetchpatch, pixz }:
, rpm, dpkg, cdrkit, pixz }:
with stdenv;

View File

@@ -1,6 +1,6 @@
{ stdenv, fetchurl, pkgconfig, libdrm, libpciaccess, cairo, dri2proto, udev
, libX11, libXext, libXv, libXrandr, glib, bison, libunwind, python3, kmod
, procps, autoreconfHook, utilmacros, gnome2 }:
, procps, utilmacros, gnome2 }:
stdenv.mkDerivation rec {
name = "intel-gpu-tools-1.22";

View File

@@ -1,4 +1,4 @@
{ lib, buildGoPackage, go, fetchFromGitHub }:
{ lib, buildGoPackage, fetchFromGitHub }:
buildGoPackage rec {
name = "linuxkit-${version}";

View File

@@ -1,4 +1,4 @@
{ stdenv, lib, buildGoPackage, fetchFromGitLab }:
{ stdenv, buildGoPackage, fetchFromGitLab }:
buildGoPackage rec {
name = "loccount-${version}";
version = "1.2";

View File

@@ -1,4 +1,4 @@
{ stdenv, lib, buildGoPackage, go, fetchFromGitHub }:
{ lib, buildGoPackage, fetchFromGitHub }:
with lib;

View File

@@ -1,4 +1,4 @@
{ lib, buildGoPackage, go, fetchFromGitHub }:
{ lib, buildGoPackage, fetchFromGitHub }:
buildGoPackage rec {
name = "moby-${version}";

View File

@@ -1,4 +1,4 @@
{stdenv, fetchurl, automake, libiconv, vanilla ? false }:
{stdenv, fetchurl, libiconv, vanilla ? false }:
with stdenv.lib;

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchurl, unzip }:
{ stdenv, fetchurl }:
stdenv.mkDerivation rec {
name = "stm32flash-0.5";

View File

@@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, autoconf, automake, libtool, bison, pcre }:
{ stdenv, fetchFromGitHub, autoconf, automake, libtool, bison, pcre }:
stdenv.mkDerivation rec {
name = "swig-${version}";

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchurl, unzip, libusb, fetchgit }:
{ stdenv, unzip, libusb, fetchgit }:
let
version = "2.1";
in

View File

@@ -1,6 +1,6 @@
{stdenv, fetchFromGitHub, ocaml, findlib, camlp4, core_p4, async_p4, async_unix_p4
, re2_p4, async_extra_p4, sexplib_p4, async_shell, core_extended_p4, async_find
, cohttp, conduit, magic-mime, tzdata
, cohttp, conduit, magic-mime
}:
assert stdenv.lib.versionOlder "4.02" ocaml.version;

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchMavenArtifact, fetchFromGitHub, bash, jre, makeWrapper }:
{ stdenv, fetchMavenArtifact, fetchFromGitHub, jre, makeWrapper }:
let
version = "0.9.1";

View File

@@ -1,6 +1,6 @@
{ stdenv, fetchurl, buildEnv, makeWrapper
, xorg, alsaLib, dbus, glib, gtk2, atk, pango, freetype, fontconfig
, gdk_pixbuf, cairo, zlib, nss, nssTools, nspr, gconf, expat, systemd, libcap
, gdk_pixbuf, cairo, nss, nspr, gconf, expat, systemd, libcap
, libnotify}:
let
bits = if stdenv.system == "x86_64-linux" then "x64"

View File

@@ -1,9 +1,9 @@
{ stdenv, fetchurl, buildEnv, makeWrapper
, xorg, alsaLib, dbus, glib, gtk2, gtk3, atk, pango, freetype, fontconfig
, gdk_pixbuf, cairo, zlib, nss, nssTools, nspr, gconf, expat, systemd, libcap
, xorg, alsaLib, dbus, glib, gtk3, atk, pango, freetype, fontconfig
, gdk_pixbuf, cairo, nss, nspr, gconf, expat, systemd, libcap
, libnotify
, ffmpeg, libxcb, libXScrnSaver, cups
, ffmpeg, libxcb, cups
, sqlite, udev
}:
let

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchurl, makeWrapper, ocaml, ncurses, writeText }:
{ stdenv, fetchurl, ocaml, writeText }:
let
pname = "camlidl";

View File

@@ -1,4 +1,4 @@
{ stdenv, lib, fetchgit, fetchurl, makeWrapper,
{ stdenv, lib, fetchurl, makeWrapper,
ocaml, unzip, ncurses, curl, aspcud
}:

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchurl, bash, ocaml, findlib, ocamlbuild, jbuilder
{ stdenv, fetchurl, ocaml, findlib, ocamlbuild, jbuilder
, lambdaTerm, cppo, makeWrapper
}:

View File

@@ -1,4 +1,4 @@
{ stdenv, hostPlatform, fetchurl, m4, perl, help2man }:
{ stdenv, fetchurl, m4, perl, help2man }:
stdenv.mkDerivation rec {
name = "bison-3.0.5";

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchgit, glib, pkgconfig, python, scons, pythonPackages }:
{ stdenv, fetchgit, glib, pkgconfig, python, scons }:
stdenv.mkDerivation rec {
name = "hammer-${version}";

View File

@@ -1,5 +1,5 @@
# This file was generated by https://github.com/kamilchm/go2nix v1.2.1
{ stdenv, buildGoPackage, fetchgit, fetchhg, fetchbzr, fetchsvn }:
{ stdenv, buildGoPackage, fetchgit }:
buildGoPackage rec {
name = "quicktemplate-unstable-${version}";

View File

@@ -1,4 +1,4 @@
{ stdenv, lib, bundlerEnv, ruby, perl, autoconf }:
{ lib, bundlerEnv, ruby, perl, autoconf }:
bundlerEnv {
name = "redis-dump-0.3.5";

View File

@@ -1,4 +1,4 @@
{ stdenv, lib, fetchgit, cmake, llvmPackages, openssl, writeScript, apple_sdk, bash, emacs, pkgconfig }:
{ stdenv, lib, fetchgit, cmake, llvmPackages, openssl, apple_sdk, emacs, pkgconfig }:
stdenv.mkDerivation rec {
name = "rtags-${version}";

View File

@@ -1,4 +1,4 @@
{ stdenv, lib, bundlerEnv, ruby, makeWrapper }:
{ lib, bundlerEnv, ruby }:
bundlerEnv rec {
pname = "rubocop";

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, rustPlatform, makeWrapper }:
{ stdenv, fetchFromGitHub, rustPlatform }:
with rustPlatform;

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchurl, makeWrapper, jre, jdk, gcc, xorg
{ stdenv, fetchurl, makeWrapper, jre
, htmlunit-driver, chromedriver, chromeSupport ? true }:
with stdenv.lib;

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