Skip to content

Commit

Permalink
pkgs/*: remove unreferenced function arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
volth committed Jul 21, 2018
1 parent 1a6af9f commit 52f53c6
Show file tree
Hide file tree
Showing 1,540 changed files with 1,554 additions and 1,878 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/altcoins/clightning.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{ stdenv, fetchpatch, python3, pkgconfig, which, libtool, autoconf, automake,
autogen, git, sqlite, gmp, zlib, fetchFromGitHub }:
{ stdenv, python3, pkgconfig, which, libtool, autoconf, automake,
autogen, sqlite, gmp, zlib, fetchFromGitHub }:

with stdenv.lib;
stdenv.mkDerivation rec {
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/altcoins/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,5 @@ rec {
parity = callPackage ./parity { };
parity-ui = callPackage ./parity-ui { };

particl-core = callPackage ./particl/particl-core.nix { boost = boost165; miniupnpc = miniupnpc_2; withGui = false; };
particl-core = callPackage ./particl/particl-core.nix { boost = boost165; miniupnpc = miniupnpc_2; };
}
2 changes: 1 addition & 1 deletion pkgs/applications/altcoins/dero.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{ lib, stdenv, fetchFromGitHub, cmake, pkgconfig, unbound, openssl, boost
, libunwind, lmdb, miniupnpc, readline }:
, lmdb, miniupnpc, readline }:

stdenv.mkDerivation rec {
name = "dero-${version}";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/altcoins/dogecoin.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ stdenv , fetchFromGitHub
, pkgconfig, autoreconfHook
, db5, openssl, boost, zlib, miniupnpc
, glib, protobuf, utillinux, qt4, qrencode
, protobuf, utillinux, qt4, qrencode
, withGui }:

with stdenv.lib;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/altcoins/ethsign/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ stdenv, buildGoPackage, fetchFromGitHub, fetchgit, clang }:
{ stdenv, buildGoPackage, fetchFromGitHub, fetchgit }:

buildGoPackage rec {
name = "ethsign-${version}";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/altcoins/freicoin.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ fetchFromGitHub, stdenv, db, boost, gmp, mpfr, miniupnpc, qt4, qmake4Hook, unzip }:
{ fetchFromGitHub, stdenv, db, boost, gmp, mpfr, qt4, qmake4Hook }:

stdenv.mkDerivation rec {
version = "0.8.6-2";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/altcoins/go-ethereum-classic/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ stdenv, lib, buildGoPackage, fetchgit, fetchhg, fetchbzr, fetchsvn }:
{ lib, buildGoPackage, fetchgit }:

buildGoPackage rec {
name = "go-ethereum-classic-${version}";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/altcoins/go-ethereum.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ stdenv, lib, buildGoPackage, fetchFromGitHub, libobjc, IOKit }:
{ stdenv, buildGoPackage, fetchFromGitHub, libobjc, IOKit }:

buildGoPackage rec {
name = "go-ethereum-${version}";
Expand Down
4 changes: 2 additions & 2 deletions pkgs/applications/altcoins/hevm.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
, lens-aeson, memory, monad-par, mtl, optparse-generic, process
, QuickCheck, quickcheck-text, readline, rosezipper, scientific
, stdenv, tasty, tasty-hunit, tasty-quickcheck, temporary, text
, text-format, time, unordered-containers, vector, vty
, text-format, unordered-containers, vector, vty

, restless-git

, fetchFromGitHub, lib, makeWrapper
, ncurses, zlib, bzip2, solc, coreutils
, zlib, bzip2, solc, coreutils
, bash
}:

Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/altcoins/mist.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ stdenv, lib, makeWrapper, fetchurl, unzip, atomEnv, makeDesktopItem, buildFHSUserEnv }:
{ stdenv, makeWrapper, fetchurl, unzip, atomEnv, makeDesktopItem, buildFHSUserEnv }:

let
version = "0.10.0";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/altcoins/namecoin.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ stdenv, lib, fetchFromGitHub, openssl, boost, libevent, autoreconfHook, db4, miniupnpc, eject, pkgconfig, qt4, protobuf, libqrencode
{ stdenv, fetchFromGitHub, openssl, boost, libevent, autoreconfHook, db4, miniupnpc, eject, pkgconfig, qt4, protobuf, libqrencode
, withGui }:

with stdenv.lib;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/altcoins/nano-wallet/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{lib, pkgs, stdenv, fetchFromGitHub, cmake, pkgconfig, boost, libGL, qtbase}:
{lib, stdenv, fetchFromGitHub, cmake, pkgconfig, boost, libGL, qtbase}:

stdenv.mkDerivation rec {

Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/altcoins/parity-ui/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ stdenv, pkgs, fetchurl, lib, makeWrapper, nodePackages }:
{ stdenv, pkgs, fetchurl, makeWrapper, nodePackages }:

let

Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/altcoins/parity-ui/env.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{ stdenv, lib, zlib, glib, alsaLib, dbus, gtk2, atk, pango, freetype, fontconfig
, libgnome-keyring3, gdk_pixbuf, gvfs, cairo, cups, expat, libgpgerror, nspr
, libgnome-keyring3, gdk_pixbuf, cairo, cups, expat, libgpgerror, nspr
, nss, xorg, libcap, systemd, libnotify, libsecret, gnome3 }:

let
Expand Down
3 changes: 0 additions & 3 deletions pkgs/applications/altcoins/particl/particl-core.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,11 @@
, db48
, fetchurl
, libevent
, libtool
, miniupnpc
, openssl
, pkgconfig
, utillinux
, zeromq
, zlib
, withGui
, unixtools
}:

Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/altcoins/stellar-core.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ stdenv, lib, fetchgit, autoconf, libtool, automake, pkgconfig, git
{ stdenv, fetchgit, autoconf, libtool, automake, pkgconfig, git
, bison, flex, postgresql }:

let
Expand Down
4 changes: 2 additions & 2 deletions pkgs/applications/audio/abcde/default.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{ stdenv, fetchurl, libcdio-paranoia, cddiscid, wget, bash, which, vorbis-tools, id3v2, eyeD3
, lame, flac, eject, mkcue, glyr
{ stdenv, fetchurl, libcdio-paranoia, cddiscid, wget, which, vorbis-tools, id3v2, eyeD3
, lame, flac, glyr
, perl, DigestSHA, MusicBrainz, MusicBrainzDiscID
, makeWrapper }:

Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/audio/airwave/default.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{ stdenv, multiStdenv, cmake, fetchFromGitHub, file, libX11, makeWrapper
, overrideCC, qt5, requireFile, unzip, wine
, qt5, requireFile, unzip, wine
}:

let
Expand Down
4 changes: 2 additions & 2 deletions pkgs/applications/audio/audacity/default.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{ stdenv, fetchurl, wxGTK30, pkgconfig, file, gettext, gtk2, glib, zlib, perl, intltool,
libogg, libvorbis, libmad, libjack2, lv2, lilv, serd, sord, sratom, suil, alsaLib, libsndfile, soxr, flac, lame,
{ stdenv, fetchurl, wxGTK30, pkgconfig, file, gettext, gtk2,
libvorbis, libmad, libjack2, lv2, lilv, serd, sord, sratom, suil, alsaLib, libsndfile, soxr, flac, lame,
expat, libid3tag, ffmpeg, soundtouch, /*, portaudio - given up fighting their portaudio.patch */
autoconf, automake, libtool
}:
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/audio/banshee/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ pkgs, stdenv, lib, fetchurl, intltool, pkgconfig, gstreamer, gst-plugins-base
{ stdenv, lib, fetchurl, intltool, pkgconfig, gstreamer, gst-plugins-base
, gst-plugins-good, gst-plugins-bad, gst-plugins-ugly, gst-ffmpeg, glib
, mono, mono-addins, dbus-sharp-1_0, dbus-sharp-glib-1_0, notify-sharp, gtk-sharp-2_0
, boo, gdata-sharp, taglib-sharp, sqlite, gnome-sharp, gconf, gtk-sharp-beans, gio-sharp
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/audio/clementine/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ stdenv, fetchurl, fetchpatch, boost, cmake, chromaprint, gettext, gst_all_1, liblastfm
, qt4, taglib, fftw, glew, qjson, sqlite, libgpod, libplist, usbmuxd, libmtp
, libpulseaudio, gvfs, libcdio, libechonest, libspotify, pcre, projectm, protobuf
, qca2, pkgconfig, sparsehash, config, makeWrapper, runCommand, gst_plugins }:
, qca2, pkgconfig, sparsehash, config, makeWrapper, gst_plugins }:

let
withIpod = config.clementine.ipod or false;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/audio/deadbeef/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, intltool, pkgconfig, fetchpatch, jansson
{ stdenv, fetchurl, intltool, pkgconfig, jansson
# deadbeef can use either gtk2 or gtk3
, gtk2Support ? false, gtk2 ? null
, gtk3Support ? true, gtk3 ? null, gsettings-desktop-schemas ? null, wrapGAppsHook ? null
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/audio/deadbeef/wrapper.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ stdenv, symlinkJoin, deadbeef, makeWrapper, plugins }:
{ symlinkJoin, deadbeef, makeWrapper, plugins }:

symlinkJoin {
name = "deadbeef-with-plugins-${deadbeef.version}";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/audio/distrho/default.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{ stdenv, fetchFromGitHub, alsaLib, fftwSinglePrec, freetype, libjack2
, libxslt, lv2, pkgconfig, premake3, xorg, ladspa-sdk }:
, pkgconfig, premake3, xorg, ladspa-sdk }:

stdenv.mkDerivation rec {
name = "distrho-ports-unstable-2018-01-01";
Expand Down
1 change: 0 additions & 1 deletion pkgs/applications/audio/faust/faust2.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
, fetchFromGitHub
, makeWrapper
, pkgconfig
, clang
, llvm
, emscripten
, openssl
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/audio/fmit/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, fftw, freeglut, libGLU, qtbase, qtmultimedia, qmake
{ stdenv, fetchFromGitHub, fftw, qtbase, qtmultimedia, qmake
, alsaSupport ? true, alsaLib ? null
, jackSupport ? false, libjack2 ? null
, portaudioSupport ? false, portaudio ? null }:
Expand Down
1 change: 0 additions & 1 deletion pkgs/applications/audio/gradio/default.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{ stdenv, fetchFromGitHub, pkgconfig
, gcc
, python3
, gsettings-desktop-schemas
, desktop-file-utils
Expand Down
4 changes: 2 additions & 2 deletions pkgs/applications/audio/gtkpod/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{ stdenv, fetchurl, pkgconfig, wrapGAppsHook, intltool, libgpod, curl, flac,
gnome3, gtk3, glib, gettext, perl, perlXMLParser, flex, libid3tag,
libvorbis, hicolor-icon-theme, gdk_pixbuf }:
gnome3, gtk3, gettext, perl, perlXMLParser, flex, libid3tag,
libvorbis, gdk_pixbuf }:

stdenv.mkDerivation rec {
version = "2.1.5";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/audio/jaaa/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, alsaLib, libclthreads, libclxclient, libX11, libXft, libXrender, fftwFloat, freetype, fontconfig, libjack2, xorg, zita-alsa-pcmi }:
{ stdenv, fetchurl, alsaLib, libclthreads, libclxclient, libX11, libXft, libXrender, fftwFloat, libjack2, zita-alsa-pcmi }:

stdenv.mkDerivation rec {
name = "jaaa-${version}";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/audio/lastfmsubmitd/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, pythonPackages }:
{ fetchurl, pythonPackages }:

pythonPackages.buildPythonApplication rec {
pname = "lastfmsubmitd";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ stdenv, pkgs, callPackage, fetchFromGitHub, faust2jack, faust2lv2, helmholtz, mrpeach, puredata-with-plugins }:
{ stdenv, fetchFromGitHub, faust2jack, faust2lv2, helmholtz, mrpeach, puredata-with-plugins }:
stdenv.mkDerivation rec {
name = "VoiceOfFaust-${version}";
version = "1.1.4";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/audio/mikmod/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, libmikmod, ncurses, alsaLib }:
{ stdenv, fetchurl, libmikmod, ncurses }:

stdenv.mkDerivation rec {
name = "mikmod-3.2.8";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/audio/mopidy/mopify.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, pythonPackages, mopidy }:
{ stdenv, pythonPackages, mopidy }:

pythonPackages.buildPythonApplication rec {
pname = "Mopidy-Mopify";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/audio/pianobar/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ fetchurl, stdenv, pkgconfig, libao, readline, json_c, libgcrypt, libav, curl }:
{ fetchurl, stdenv, pkgconfig, libao, json_c, libgcrypt, libav, curl }:

stdenv.mkDerivation rec {
name = "pianobar-2016.06.02";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/audio/picard/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ stdenv, python2Packages, fetchurl, gettext, chromaprint }:
{ stdenv, python2Packages, fetchurl, gettext }:

let
pythonPackages = python2Packages;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/audio/puddletag/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, python2Packages, makeWrapper, chromaprint }:
{ stdenv, fetchFromGitHub, python2Packages, chromaprint }:

python2Packages.buildPythonApplication rec {
pname = "puddletag";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/audio/puredata/wrapper.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ stdenv, symlinkJoin, puredata, makeWrapper, plugins }:
{ symlinkJoin, puredata, makeWrapper, plugins }:

let
puredataFlags = map (x: "-path ${x}/") plugins;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/audio/rkrlv2/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ stdenv, pkgs, fetchFromGitHub,
{ stdenv, fetchFromGitHub,
automake, pkgconfig, lv2, fftw, cmake, xorg, libjack2, libsamplerate, libsndfile
}:

Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/audio/sonata/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, pkgconfig, intltool, wrapGAppsHook
{ stdenv, fetchFromGitHub, pkgconfig, intltool, wrapGAppsHook
, python3Packages, gnome3, gtk3, gobjectIntrospection}:

let
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/audio/ympd/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, cmake, llvmPackages, pkgconfig, mpd_clientlib, openssl }:
{ stdenv, fetchFromGitHub, cmake, pkgconfig, mpd_clientlib, openssl }:

stdenv.mkDerivation rec {
name = "ympd-${version}";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/backup/crashplan/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, makeWrapper, jre, cpio, gawk, gnugrep, gnused, procps, swt, gtk2, glib, libXtst }:
{ stdenv, fetchurl, makeWrapper, jre, cpio, gawk, gnugrep, gnused, procps, gtk2, glib, libXtst }:

stdenv.mkDerivation rec {
version = "4.8.3";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/display-managers/lightdm/default.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{ stdenv, fetchurl, pam, pkgconfig, libxcb, glib, libXdmcp, itstool, libxml2
, intltool, xlibsWrapper, libxklavier, libgcrypt, audit, coreutils
, intltool, libxklavier, libgcrypt, audit, coreutils
, qt4 ? null
, withQt5 ? false, qtbase
}:
Expand Down
4 changes: 2 additions & 2 deletions pkgs/applications/display-managers/sddm/default.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{ mkDerivation, lib, fetchFromGitHub, fetchpatch
, cmake, extra-cmake-modules, pkgconfig, libxcb, libpthreadstubs, lndir
{ mkDerivation, lib, fetchFromGitHub
, cmake, extra-cmake-modules, pkgconfig, libxcb, libpthreadstubs
, libXdmcp, libXau, qtbase, qtdeclarative, qttools, pam, systemd
}:

Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/editors/android-studio/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ stdenv, callPackage, fetchurl, makeFontsConf, gnome2 }:
{ stdenv, callPackage, makeFontsConf, gnome2 }:

let
mkStudio = opts: callPackage (import ./common.nix opts) {
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/editors/atom/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ stdenv, pkgs, fetchurl, lib, makeWrapper, gvfs, atomEnv}:
{ stdenv, pkgs, fetchurl, makeWrapper, gvfs, atomEnv}:

let
common = pname: {version, sha256}: stdenv.mkDerivation rec {
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/editors/atom/env.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{ stdenv, lib, zlib, glib, alsaLib, dbus, gtk3, atk, pango, freetype, fontconfig
, libgnome-keyring3, gdk_pixbuf, gvfs, cairo, cups, expat, libgpgerror, nspr
, libgnome-keyring3, gdk_pixbuf, cairo, cups, expat, libgpgerror, nspr
, gconf, nss, xorg, libcap, systemd, libnotify, libsecret
}:

Expand Down
4 changes: 2 additions & 2 deletions pkgs/applications/editors/brackets/default.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{ stdenv, fetchurl, buildEnv, gtk2, glib, gdk_pixbuf, alsaLib, nss, nspr, gconf
, cups, libgcrypt_1_5, systemd, makeWrapper, dbus }:
{ stdenv, fetchurl, gtk2, glib, gdk_pixbuf, alsaLib, nss, nspr, gconf
, cups, libgcrypt_1_5, systemd, dbus }:
with stdenv.lib;

let
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/editors/dit/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ lib, fetchurl, stdenv, coreutils, ncurses, lua }:
{ fetchurl, stdenv, coreutils, ncurses, lua }:

stdenv.mkDerivation rec {
name = "dit-${version}";
Expand Down
6 changes: 3 additions & 3 deletions pkgs/applications/editors/eclipse/default.nix
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{ stdenv, lib, fetchurl, makeDesktopItem, makeWrapper
, freetype, fontconfig, libX11, libXext, libXrender, zlib
{ stdenv, fetchurl, makeDesktopItem, makeWrapper
, freetype, fontconfig, libX11, libXrender, zlib
, glib, gtk3, libXtst, jdk, gsettings-desktop-schemas
, webkitgtk ? null # for internal web browser
, buildEnv, writeText, runCommand
, buildEnv, runCommand
, callPackage
}:

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ clangStdenv, fetchgit, llvmPackages, clang }:
{ clangStdenv, fetchgit, llvmPackages }:

clangStdenv.mkDerivation {
name = "emacs-clang-complete-async-20130218";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ fetchurl, lib, stdenv, melpaBuild }:
{ fetchurl, melpaBuild }:

melpaBuild {
pname = "filesets-plus";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ fetchurl, lib, stdenv, melpaBuild }:
{ fetchurl, lib, melpaBuild }:

melpaBuild {
pname = "font-lock-plus";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/editors/emacs-modes/header2/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ fetchurl, lib, stdenv, melpaBuild }:
{ fetchurl, lib, melpaBuild }:

melpaBuild {
pname = "header2";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/editors/emacs-modes/hexrgb/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ fetchurl, lib, stdenv, melpaBuild }:
{ fetchurl, lib, melpaBuild }:

melpaBuild {
pname = "hexrgb";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ fetchurl, lib, stdenv, melpaBuild }:
{ fetchurl, lib, melpaBuild }:

melpaBuild {
pname = "lib-requires";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ To update the list of packages from MELPA,

*/

{ lib, external }:
{ external }:

self:

Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/editors/emacs-modes/ocaml/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, emacs, ocaml }:
{ stdenv, emacs, ocaml }:

# this package installs the emacs-mode which
# resides in the ocaml compiler sources.
Expand Down
Loading

0 comments on commit 52f53c6

Please sign in to comment.