Skip to content

Commit

Permalink
treewide: remove unused buildEnv parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat committed Apr 16, 2017
1 parent 0a84b26 commit 9ee2143
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion pkgs/applications/editors/lighttable/default.nix
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, buildEnv, zlib, glib, alsaLib, makeDesktopItem
{ stdenv, fetchurl, zlib, glib, alsaLib, makeDesktopItem
, dbus, gtk2, atk, pango, freetype, fontconfig, libgnome_keyring3, gdk_pixbuf
, cairo, cups, expat, libgpgerror, nspr, gnome3, nss, xorg, systemd, libnotify
}:
Expand Down
@@ -1,4 +1,4 @@
{ stdenv, buildEnv, fetchurl, patchelf, bash
{ stdenv, fetchurl, patchelf, bash

# Linked dynamic libraries.
, glib, fontconfig, freetype, pango, cairo, libX11, libXi, atk, gconf, nss, nspr
Expand Down
@@ -1,4 +1,4 @@
{ stdenv, buildEnv, fetchgit, fetchurl, makeWrapper, bundlerEnv, bundler
{ stdenv, fetchgit, fetchurl, makeWrapper, bundlerEnv, bundler
, ruby, libxslt, libxml2, sqlite, openssl, docker
, dataDir ? "/var/lib/panamax-api" }@args:

Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/beam-modules/build-rebar3.nix
@@ -1,5 +1,5 @@
{ stdenv, writeText, erlang, rebar3, openssl, libyaml,
pc, buildEnv, lib }:
pc, lib }:

{ name, version
, src
Expand Down
3 changes: 1 addition & 2 deletions pkgs/development/guile-modules/guile-sdl2/default.nix
Expand Up @@ -8,8 +8,7 @@
fetchgit,
guile,
libtool,
pkgconfig,
buildEnv
pkgconfig
}:
stdenv.mkDerivation rec {
name = "guile-sdl2-${version}";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/os-specific/linux/nvidia-x11/generic.nix
Expand Up @@ -8,7 +8,7 @@
, preferGtk2 ? false
}:

{ stdenv, callPackage, callPackage_i686, buildEnv, fetchurl
{ stdenv, callPackage, callPackage_i686, fetchurl
, kernel ? null, xorg, zlib, perl, nukeReferences
, # Whether to build the libraries only (i.e. not the kernel module or
# nvidia-settings). Used to support 32-bit binaries on 64-bit
Expand Down
2 changes: 1 addition & 1 deletion pkgs/tools/audio/darkice/default.nix
@@ -1,4 +1,4 @@
{ stdenv, buildEnv, fetchurl, pkgconfig
{ stdenv, fetchurl, pkgconfig
, libjack2, alsaLib, libpulseaudio
, faac, lame, libogg, libopus, libvorbis, libsamplerate
}:
Expand Down

0 comments on commit 9ee2143

Please sign in to comment.