treewide: remove unused buildEnv parameters

This commit is contained in:
Vladimír Čunát 2017-04-16 10:25:07 +02:00
parent 0a84b26809
commit 9ee2143912
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA
7 changed files with 7 additions and 8 deletions

View File

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

View File

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

View File

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

View File

@ -1,5 +1,5 @@
{ stdenv, writeText, erlang, rebar3, openssl, libyaml,
pc, buildEnv, lib }:
pc, lib }:
{ name, version
, src

View File

@ -8,8 +8,7 @@
fetchgit,
guile,
libtool,
pkgconfig,
buildEnv
pkgconfig
}:
stdenv.mkDerivation rec {
name = "guile-sdl2-${version}";

View File

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

View File

@ -1,4 +1,4 @@
{ stdenv, buildEnv, fetchurl, pkgconfig
{ stdenv, fetchurl, pkgconfig
, libjack2, alsaLib, libpulseaudio
, faac, lame, libogg, libopus, libvorbis, libsamplerate
}: