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,6 +1,5 @@
{ stdenv, fetchFromGitHub, pkgconfig, dbus, mono, makeWrapper, nant
, shared-mime-info, gtksourceview, gtk2
, targetVersion ? "4.5" }:
{ stdenv, fetchFromGitHub, pkgconfig, mono, makeWrapper, nant
, shared-mime-info, gtksourceview, gtk2 }:
let
release = "alpha";

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchegg, chicken, makeWrapper }:
{ stdenv, chicken, makeWrapper }:
{ name, src
, buildInputs ? []
, chickenInstallFlags ? []

View File

@@ -1,7 +1,7 @@
{stdenv, fetchFromGitHub
, llvmPackages
, cmake, boehmgc, gmp, zlib, ncurses, boost
, waf, python, git, sbcl
, python, git, sbcl
}:
stdenv.mkDerivation rec {
name = "${pname}-${version}";

View File

@@ -1,4 +1,4 @@
{ lib, stdenv, makeWrapper, fetchurl, requireFile, patchelf, perl, ncurses, expat, python27, zlib
{ lib, stdenv, makeWrapper, fetchurl, requireFile, perl, ncurses, expat, python27, zlib
, gcc48, gcc49, gcc5, gcc6
, xorg, gtk2, glib, fontconfig, freetype, unixODBC, alsaLib, glibc
}:

View File

@@ -6,7 +6,6 @@
, libuuid
, zlib
, curl
, patchelf
}:
let

View File

@@ -1,4 +1,4 @@
{ lib, stdenv, buildEnv, haskell, nodejs, fetchurl, fetchpatch, makeWrapper }:
{ lib, stdenv, buildEnv, haskell, nodejs, fetchurl, makeWrapper }:
# To update:
# 1) Update versions in ./update-elm.rb and run it.

View File

@@ -1,5 +1,5 @@
{ emscriptenVersion, stdenv, fetchFromGitHub, emscriptenfastcomp, python, nodejs, closurecompiler, pkgs
, jre, binaryen, enableWasm ? true , python2Packages, cmake
{ emscriptenVersion, stdenv, fetchFromGitHub, emscriptenfastcomp, python, nodejs, closurecompiler
, jre, binaryen, enableWasm ? true , cmake
}:
let

View File

@@ -1,4 +1,4 @@
{ emscriptenVersion, stdenv, llvm, fetchFromGitHub, cmake, python, gtest, ... }:
{ emscriptenVersion, stdenv, fetchFromGitHub, cmake, python, gtest, ... }:
let
rev = emscriptenVersion;

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchurl, fetchFromGitHub, glib, glibc, git,
{ stdenv, fetchurl, fetchFromGitHub, glib, git,
rlwrap, curl, pkgconfig, perl, makeWrapper, tzdata, ncurses,
libX11, pango, cairo, gtk2, gdk_pixbuf, gtkglext,
libGLU, libXmu, libXt, libICE, libSM }:

View File

@@ -1,4 +1,4 @@
{ stdenv, git, openssl, autoconf, pkgs, makeStaticLibraries, version, git-version, SRC }:
{ stdenv, git, openssl, autoconf, pkgs, makeStaticLibraries, version, SRC }:
stdenv.mkDerivation rec {
name = "gambit-${version}";

View File

@@ -2,7 +2,6 @@
callPackage ./build.nix {
version = "4.8.9";
git-version = "4.8.9";
SRC = fetchurl {
url = "http://www.iro.umontreal.ca/~gambit/download/gambit/v4.8/source/gambit-v4_8_9-devel.tgz";

View File

@@ -2,7 +2,6 @@
callPackage ./build.nix {
version = "unstable-2018-05-30";
git-version = "4.8.9-54-gffe8841b";
SRC = fetchgit {
url = "https://github.com/feeley/gambit.git";
rev = "ffe8841b56330eb86fd794b16dc7f83914ecc7c5";

View File

@@ -28,7 +28,6 @@
, # Strip kills static libs of other archs (hence no cross)
stripped ? hostPlatform == buildPlatform && targetPlatform == hostPlatform
, gnused ? null
, darwin ? null
, buildPlatform, hostPlatform, targetPlatform
, buildPackages
}:

View File

@@ -28,7 +28,6 @@
, # Strip kills static libs of other archs (hence no cross)
stripped ? hostPlatform == buildPlatform && targetPlatform == hostPlatform
, gnused ? null
, darwin ? null
, buildPlatform, hostPlatform, targetPlatform
, buildPackages
}:

View File

@@ -29,7 +29,6 @@
stripped ? hostPlatform == buildPlatform && targetPlatform == hostPlatform
, gnused ? null
, cloog # unused; just for compat with gcc4, as we override the parameter on some places
, darwin ? null
, buildPlatform, hostPlatform, targetPlatform
, buildPackages
}:

View File

@@ -29,7 +29,6 @@
stripped ? hostPlatform == buildPlatform && targetPlatform == hostPlatform
, gnused ? null
, cloog # unused; just for compat with gcc4, as we override the parameter on some places
, darwin ? null
, buildPlatform, hostPlatform, targetPlatform
, buildPackages
}:

View File

@@ -22,7 +22,6 @@
stripped ? hostPlatform == buildPlatform && targetPlatform == hostPlatform
, gnused ? null
, cloog # unused; just for compat with gcc4, as we override the parameter on some places
, darwin ? null
, buildPlatform, hostPlatform, targetPlatform
, buildPackages
}:

View File

@@ -1,4 +1,4 @@
{ stdenv, targetPackages, fetchurl, fetchpatch, noSysDirs
{ stdenv, targetPackages, fetchurl, noSysDirs
, langC ? true, langCC ? true, langFortran ? false
, langObjC ? targetPlatform.isDarwin
, langObjCpp ? targetPlatform.isDarwin
@@ -22,7 +22,6 @@
stripped ? hostPlatform == buildPlatform && targetPlatform == hostPlatform
, gnused ? null
, cloog # unused; just for compat with gcc4, as we override the parameter on some places
, darwin ? null
, buildPlatform, hostPlatform, targetPlatform
, buildPackages
}:

View File

@@ -22,7 +22,6 @@
stripped ? hostPlatform == buildPlatform && targetPlatform == hostPlatform
, gnused ? null
, cloog # unused; just for compat with gcc4, as we override the parameter on some places
, darwin ? null
, flex ? null
, buildPlatform, hostPlatform, targetPlatform
, buildPackages

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchgit, mpfr, m4, binutils, fetchcvs, emacs, zlib, which
{ stdenv, fetchgit, mpfr, m4, binutils, emacs, zlib, which
, texinfo, libX11, xproto, inputproto, libXi, gmp, readline, strace
, libXext, xextproto, libXt, libXaw, libXmu } :

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchurl, mpfr, m4, binutils, fetchcvs, emacs, zlib, which
{ stdenv, fetchurl, mpfr, m4, binutils, emacs, zlib, which
, texinfo, libX11, xproto, inputproto, libXi, gmp
, libXext, xextproto, libXt, libXaw, libXmu } :

View File

@@ -1,4 +1,4 @@
{ stdenv, lib, makeStaticLibraries,
{ stdenv, makeStaticLibraries,
coreutils, rsync, bash,
openssl, zlib, sqlite, libxml2, libyaml, mysql, lmdb, leveldb, postgresql,
version, git-version, GAMBIT, SRC }:

View File

@@ -3,10 +3,10 @@
# build-tools
, bootPkgs, hscolour
, coreutils, fetchurl, fetchpatch, perl
, coreutils, fetchurl, perl
, docbook_xsl, docbook_xml_dtd_45, docbook_xml_dtd_42, libxml2, libxslt
, libffi, libiconv ? null, ncurses
, libiconv ? null, ncurses
, useLLVM ? !targetPlatform.isx86
, # LLVM is conceptually a run-time-only depedendency, but for

View File

@@ -5,7 +5,7 @@
, bootPkgs, hscolour
, coreutils, fetchpatch, fetchurl, perl, sphinx
, libffi, libiconv ? null, ncurses
, libiconv ? null, ncurses
, useLLVM ? !targetPlatform.isx86
, # LLVM is conceptually a run-time-only depedendency, but for

View File

@@ -6,7 +6,7 @@
, autoconf, autoreconfHook, automake, coreutils, fetchurl, fetchpatch, perl, python3, sphinx
, runCommand
, libffi, libiconv ? null, ncurses
, libiconv ? null, ncurses
, useLLVM ? !targetPlatform.isx86 || (targetPlatform.isMusl && hostPlatform != targetPlatform)
, # LLVM is conceptually a run-time-only depedendency, but for

View File

@@ -5,7 +5,7 @@
, bootPkgs, alex, happy, hscolour
, autoconf, automake, coreutils, fetchurl, fetchpatch, perl, python3, m4
, libffi, libiconv ? null, ncurses
, libiconv ? null, ncurses
, useLLVM ? !targetPlatform.isx86 || (targetPlatform.isMusl && hostPlatform != targetPlatform)
, # LLVM is conceptually a run-time-only depedendency, but for

View File

@@ -3,9 +3,9 @@
# build-tools
, bootPkgs, alex, happy, hscolour
, autoconf, automake, coreutils, fetchurl, fetchpatch, perl, python3, m4
, autoconf, automake, coreutils, fetchurl, perl, python3, m4
, libffi, libiconv ? null, ncurses
, libiconv ? null, ncurses
, useLLVM ? !targetPlatform.isx86 || (targetPlatform.isMusl && hostPlatform != targetPlatform)
, # LLVM is conceptually a run-time-only depedendency, but for

View File

@@ -5,7 +5,7 @@
, bootPkgs, alex, happy, hscolour
, autoconf, automake, coreutils, fetchgit, perl, python3, m4
, libffi, libiconv ? null, ncurses
, libiconv ? null, ncurses
, useLLVM ? !targetPlatform.isx86 || (targetPlatform.isMusl && hostPlatform != targetPlatform)
, # LLVM is conceptually a run-time-only depedendency, but for

View File

@@ -4,7 +4,6 @@
, python3
, gcc
, cabal-install
, gmp
, runCommand
, lib
, stdenv

View File

@@ -3,7 +3,6 @@
, broken ? false
, test-framework
, test-framework-hunit
, test-framework-quickcheck2
, data-default
, ghc-paths
, haskell-src-exts
@@ -20,10 +19,8 @@
, transformers-compat
, haddock-api
, regex-posix
, callPackage
, bootPkgs, gmp
, jailbreak-cabal
, runCommand
, nodejs, stdenv, filepath, HTTP, HUnit, mtl, network, QuickCheck, random, stm
@@ -32,11 +29,11 @@
, lens
, parallel, safe, shelly, split, stringsearch, syb
, tar, terminfo
, vector, yaml, fetchgit, fetchFromGitHub, Cabal
, vector, yaml, fetchgit, fetchFromGitHub
, alex, happy, git, gnumake, autoconf, patch
, automake, libtool
, cryptohash
, haddock, hspec, xhtml, primitive, cacert, pkgs
, haddock, hspec, xhtml, pkgs
, coreutils
, libiconv

View File

@@ -1,7 +1,7 @@
{ stdenv, fetchFromGitHub, tzdata, iana-etc, go_bootstrap, runCommand, writeScriptBin
, perl, which, pkgconfig, patch, procps
, pcre, cacert, llvm
, Security, Foundation, bash
, Security, Foundation
, makeWrapper, git, subversion, mercurial, bazaar }:
let

View File

@@ -1,7 +1,7 @@
{ stdenv, fetchFromGitHub, tzdata, iana-etc, go_bootstrap, runCommand, writeScriptBin
, perl, which, pkgconfig, patch, procps
, pcre, cacert, llvm
, Security, Foundation, bash
, Security, Foundation
, makeWrapper, git, subversion, mercurial, bazaar }:
let

View File

@@ -1,4 +1,4 @@
{ stdenv, lib, fetchFromGitHub, fetchhg, fetchurl, fetchzip, mercurial, python27, zlib, makeWrapper, oraclejdk8 }:
{ stdenv, lib, fetchFromGitHub, fetchurl, fetchzip, mercurial, python27, zlib, makeWrapper, oraclejdk8 }:
let
# pre-download some cache entries ('mx' will not be able to download under nixbld1)

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchgit, bash, coreutils, ocaml, zlib, pcre, neko, camlp4 }:
{ stdenv, fetchgit, coreutils, ocaml, zlib, pcre, neko, camlp4 }:
let
generic = { version, sha256, prePatch }:

View File

@@ -1,4 +1,4 @@
{ stdenv, writeText, fetchzip, coreutils, perl, gnutar, gzip }:
{ stdenv, fetchzip, coreutils, perl, gnutar, gzip }:
let
version = "6M62";
in stdenv.mkDerivation {

View File

@@ -1,6 +1,6 @@
{ stdenv, git, clang,
fetchFromGitHub, requireFile,
openssl, xz, gnutar, gcc,
openssl, xz, gnutar,
automake, autoconf, libtool, clangStdenv } :
clangStdenv.mkDerivation rec {

View File

@@ -1,4 +1,4 @@
{stdenv, fetchFromGitHub, fetchpatch, bash, which, m4, python, bison, flex, llvmPackages,
{stdenv, fetchFromGitHub, fetchpatch, which, m4, python, bison, flex, llvmPackages,
testedTargets ? ["sse2" "host"] # the default test target is sse4, but that is not supported by all Hydra agents
}:

View File

@@ -1,11 +1,10 @@
{ stdenv, fetchgit, fetchurl, fetchzip
{ stdenv, fetchurl, fetchzip
# build tools
, gfortran, m4, makeWrapper, patchelf, perl, which, python2
, runCommand
, paxctl
# libjulia dependencies
, libunwind, readline, utf8proc, zlib
, llvm, libffi, ncurses
, llvm
# standard library dependencies
, curl, fftwSinglePrec, fftw, gmp, libgit2, mpfr, openlibm, openspecfun, pcre2
# linear algebra

View File

@@ -1,11 +1,10 @@
{ stdenv, fetchgit, fetchurl, fetchzip
{ stdenv, fetchurl, fetchzip
# build tools
, gfortran, m4, makeWrapper, patchelf, perl, which, python2
, runCommand
, paxctl
# libjulia dependencies
, libunwind, readline, utf8proc, zlib
, llvm, libffi, ncurses
, llvm
# standard library dependencies
, curl, fftwSinglePrec, fftw, gmp, libgit2, mpfr, openlibm, openspecfun, pcre2
# linear algebra

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchgit, fetchurl
{ stdenv, fetchurl
# build tools
, gfortran, m4, makeWrapper, patchelf, perl, which, python2, paxctl
# libjulia dependencies

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchgit, fetchurl, cmake, llvm, curl, tzdata
{ stdenv, fetchurl, cmake, llvm, curl, tzdata
, python, libconfig, lit, gdb, unzip, darwin, bash
, callPackage, makeWrapper, targetPackages
, bootstrapVersion ? false

View File

@@ -8,7 +8,6 @@
, libffi
, libbfd
, libxml2
, valgrind
, ncurses
, version
, zlib

View File

@@ -1,4 +1,4 @@
{stdenv, fetch, fetchpatch, llvm, gmp, mpfr, libmpc, ncurses, zlib, version}:
{stdenv, fetch, llvm, gmp, mpfr, libmpc, ncurses, zlib, version}:
stdenv.mkDerivation rec {
name = "dragonegg-${version}";

View File

@@ -1,5 +1,5 @@
{ newScope, stdenv, libstdcxxHook, cmake, libxml2, python2, isl, fetchurl
, overrideCC, wrapCCWith, darwin
{ newScope, stdenv, libstdcxxHook, isl, fetchurl
, overrideCC, wrapCCWith
, buildLlvmTools # tools, but from the previous stage, for cross
, targetLlvmLibraries # libraries, but from the next stage, for cross
}:

View File

@@ -8,7 +8,6 @@
, libffi
, libbfd
, libxml2
, valgrind
, ncurses
, version
, zlib

View File

@@ -1,4 +1,4 @@
{ newScope, stdenv, libstdcxxHook, isl, fetchurl, overrideCC, wrapCCWith, darwin
{ newScope, stdenv, libstdcxxHook, isl, fetchurl, overrideCC, wrapCCWith
, buildLlvmTools # tools, but from the previous stage, for cross
, targetLlvmLibraries # libraries, but from the next stage, for cross
}:

View File

@@ -8,7 +8,6 @@
, libffi
, libbfd
, libxml2
, valgrind
, ncurses
, version
, zlib

View File

@@ -1,4 +1,4 @@
{ newScope, stdenv, libstdcxxHook, isl, fetchurl, overrideCC, wrapCCWith, darwin
{ newScope, stdenv, libstdcxxHook, isl, fetchurl, overrideCC, wrapCCWith
, buildLlvmTools # tools, but from the previous stage, for cross
, targetLlvmLibraries # libraries, but from the next stage, for cross
}:

View File

@@ -8,14 +8,12 @@
, libffi
, libbfd
, libxml2
, valgrind
, ncurses
, version
, zlib
, compiler-rt_src
, debugVersion ? false
, enableSharedLibraries ? (buildPlatform == hostPlatform)
, darwin
, buildPackages
, buildPlatform
, hostPlatform

View File

@@ -1,6 +1,5 @@
{ lowPrio, newScope, stdenv, targetPlatform, cmake, libstdcxxHook
{ lowPrio, newScope, stdenv, cmake, libstdcxxHook
, libxml2, python2, isl, fetchurl, overrideCC, wrapCCWith
, darwin
, buildLlvmTools # tools, but from the previous stage, for cross
, targetLlvmLibraries # libraries, but from the next stage, for cross
}:

View File

@@ -1,4 +1,4 @@
{ lib, stdenv, fetch, cmake, python, llvm, libcxxabi, fixDarwinDylibNames, version }:
{ lib, stdenv, fetch, cmake, python, libcxxabi, fixDarwinDylibNames, version }:
stdenv.mkDerivation rec {
name = "libc++-${version}";

View File

@@ -1,9 +1,7 @@
{ stdenv
, fetch
, cmake
, zlib
, llvm
, python
, version
}:

View File

@@ -6,7 +6,6 @@
, libffi
, libbfd
, libxml2
, valgrind
, ncurses
, version
, release_version
@@ -15,7 +14,6 @@
, debugVersion ? false
, enableManpages ? false
, enableSharedLibraries ? true
, darwin
}:
let

View File

@@ -1,7 +1,6 @@
{ stdenv
, fetch
, cmake
, zlib
, llvm
, perl
, version

View File

@@ -1,4 +1,4 @@
{ stdenv, fetch, cmake, libxml2, llvm, version, release_version, clang-tools-extra_src, python
{ stdenv, fetch, cmake, libxml2, llvm, version, clang-tools-extra_src, python
, fixDarwinDylibNames
, enableManpages ? false
}:

View File

@@ -1,6 +1,5 @@
{ lowPrio, newScope, stdenv, targetPlatform, cmake, libstdcxxHook
{ lowPrio, newScope, stdenv, cmake, libstdcxxHook
, libxml2, python2, isl, fetchurl, overrideCC, wrapCCWith
, darwin
, buildLlvmTools # tools, but from the previous stage, for cross
, targetLlvmLibraries # libraries, but from the next stage, for cross
}:

View File

@@ -1,4 +1,4 @@
{ lib, stdenv, fetch, cmake, python, llvm, libcxxabi, fixDarwinDylibNames, version }:
{ lib, stdenv, fetch, cmake, python, libcxxabi, fixDarwinDylibNames, version }:
stdenv.mkDerivation rec {
name = "libc++-${version}";

View File

@@ -1,9 +1,7 @@
{ stdenv
, fetch
, cmake
, zlib
, llvm
, python
, version
}:

View File

@@ -1,12 +1,10 @@
{ stdenv
, fetch
, fetchpatch
, cmake
, python
, libffi
, libbfd
, libxml2
, valgrind
, ncurses
, version
, release_version
@@ -15,7 +13,6 @@
, debugVersion ? false
, enableManpages ? false
, enableSharedLibraries ? true
, darwin
}:
let

View File

@@ -1,7 +1,6 @@
{ stdenv
, fetch
, cmake
, zlib
, llvm
, perl
, version

View File

@@ -1,4 +1,4 @@
{ stdenv, fetch, cmake, libxml2, llvm, version, release_version, clang-tools-extra_src, python
{ stdenv, fetch, cmake, libxml2, llvm, version, clang-tools-extra_src, python
, fixDarwinDylibNames
, enableManpages ? false
}:

View File

@@ -1,6 +1,5 @@
{ lowPrio, newScope, stdenv, targetPlatform, cmake, libstdcxxHook
{ lowPrio, newScope, stdenv, cmake, libstdcxxHook
, libxml2, python2, isl, fetchurl, overrideCC, wrapCCWith
, darwin
, buildLlvmTools # tools, but from the previous stage, for cross
, targetLlvmLibraries # libraries, but from the next stage, for cross
}:

View File

@@ -1,4 +1,4 @@
{ lib, stdenv, fetch, cmake, python, llvm, libcxxabi, fixDarwinDylibNames, version }:
{ lib, stdenv, fetch, cmake, python, libcxxabi, fixDarwinDylibNames, version }:
stdenv.mkDerivation rec {
name = "libc++-${version}";

View File

@@ -3,7 +3,6 @@
, cmake
, libxml2
, llvm
, python
, version
}:

View File

@@ -1,12 +1,10 @@
{ stdenv
, fetch
, fetchpatch
, cmake
, python
, libffi
, libbfd
, libxml2
, valgrind
, ncurses
, version
, release_version
@@ -15,7 +13,6 @@
, enableManpages ? false
, enableSharedLibraries ? true
, enableWasm ? true
, darwin
}:
let

View File

@@ -1,7 +1,6 @@
{ stdenv
, fetch
, cmake
, zlib
, llvm
, perl
, version

View File

@@ -1,5 +1,5 @@
{ stdenv, lib, bundlerEnv, ruby }:
{ lib, bundlerEnv, ruby }:
bundlerEnv {
name = "matter_compiler-0.5.1";

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchurl, mcpp }:
{ stdenv, fetchurl }:
stdenv.mkDerivation rec {
name = "mcpp-2.7.2";

View File

@@ -1,4 +1,4 @@
{ stdenv, callPackage, Foundation, libobjc }:
{ callPackage, Foundation, libobjc }:
callPackage ./generic.nix (rec {
inherit Foundation libobjc;
version = "4.0.4.1";

View File

@@ -1,4 +1,4 @@
{ stdenv, callPackage, Foundation, libobjc }:
{ callPackage, Foundation, libobjc }:
callPackage ./generic.nix (rec {
inherit Foundation libobjc;

View File

@@ -1,4 +1,4 @@
{ stdenv, callPackage, Foundation, libobjc }:
{ callPackage, Foundation, libobjc }:
callPackage ./generic.nix (rec {
inherit Foundation libobjc;

View File

@@ -1,4 +1,4 @@
{ stdenv, callPackage, Foundation, libobjc }:
{ callPackage, Foundation, libobjc }:
callPackage ./generic-cmake.nix (rec {
inherit Foundation libobjc;

View File

@@ -1,4 +1,4 @@
{ stdenv, callPackage, Foundation, libobjc }:
{ callPackage, Foundation, libobjc }:
callPackage ./generic-cmake.nix (rec {
inherit Foundation libobjc;

View File

@@ -1,4 +1,4 @@
{ stdenv, callPackage, Foundation, libobjc }:
{ callPackage, Foundation, libobjc }:
callPackage ./generic-cmake.nix (rec {
inherit Foundation libobjc;

View File

@@ -1,4 +1,4 @@
{ stdenv, callPackage, Foundation, libobjc }:
{ callPackage, Foundation, libobjc }:
callPackage ./generic-cmake.nix (rec {
inherit Foundation libobjc;

View File

@@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, patchelf }:
{ lib, stdenv, fetchurl }:
assert stdenv ? glibc;

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchurl, libgcrypt, fetchFromGitHub, ocamlPackages, perl }:
{ stdenv, libgcrypt, fetchFromGitHub, ocamlPackages, perl }:
stdenv.mkDerivation rec {
name = "obliv-c-${version}";
version = "0.0pre20170827";

View File

@@ -1,5 +1,5 @@
{ stdenv, lib, fetchurl, bash, cpio, pkgconfig, file, which, unzip, zip, cups, freetype
, alsaLib, bootjdk, cacert, perl, liberation_ttf, fontconfig, zlib, lndir
, alsaLib, bootjdk, perl, liberation_ttf, fontconfig, zlib, lndir
, libX11, libICE, libXrender, libXext, libXt, libXtst, libXi, libXinerama, libXcursor, libXrandr
, libjpeg, giflib
, setJavaClassPath

View File

@@ -1,5 +1,5 @@
{ stdenv
, runCommand, fetchurl, file, zlib
, runCommand, fetchurl, zlib
, version
}:

View File

@@ -2,11 +2,9 @@
, stdenv
, requireFile
, makeWrapper
, unzip
, file
, xorg ? null
, packageType ? "JDK" # JDK, JRE, or ServerJRE
, pluginSupport ? true
, glib
, libxml2
, ffmpeg_2

View File

@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
curryBase = haskellPackages.callPackage (
{ mkDerivation, base, Cabal, containers, directory, either
, filepath, mtl, pretty, stdenv, syb, time
, filepath, mtl, pretty, syb, time
}:
mkDerivation {
pname = "curry-base";
@@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
curryFront = haskellPackages.callPackage (
{ mkDerivation, base, Cabal, containers, directory
, filepath, mtl, network-uri, process, stdenv, syb, transformers
, filepath, mtl, network-uri, process, syb, transformers
}:
mkDerivation {
pname = "curry-frontend";

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchurl, makeWrapper, bash, cacert, zlib, buildRustPackage, curl, darwin
{ stdenv, makeWrapper, bash, buildRustPackage, curl, darwin
, version
, src
, platform

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, file, curl, pkgconfig, python, openssl, cmake, zlib
{ stdenv, file, curl, pkgconfig, python, openssl, cmake, zlib
, makeWrapper, libiconv, cacert, rustPlatform, rustc, libgit2, darwin
, version
, patches ? []

View File

@@ -1,6 +1,6 @@
{ stdenv, fetchFromGitHub
, boost, bison, flex, openjdk, doxygen
, perl, graphviz, libtool, ncurses, zlib, sqlite
, perl, graphviz, ncurses, zlib, sqlite
, autoreconfHook }:
stdenv.mkDerivation rec {

View File

@@ -27,7 +27,6 @@
, git
, libgit2
, fetchFromGitHub
, fetchpatch
, paxctl
, findutils
, makeWrapper

View File

@@ -1,4 +1,4 @@
{ stdenv, lib, fetchurl, file, openssl, mlton
{ stdenv, fetchurl, file, openssl, mlton
, mysql, postgresql, sqlite, gcc
}: