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 , dbus, gtk2, atk, pango, freetype, fontconfig, libgnome_keyring3, gdk_pixbuf
, cairo, cups, expat, libgpgerror, nspr, gnome3, nss, xorg, systemd, libnotify , 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. # Linked dynamic libraries.
, glib, fontconfig, freetype, pango, cairo, libX11, libXi, atk, gconf, nss, nspr , 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 , ruby, libxslt, libxml2, sqlite, openssl, docker
, dataDir ? "/var/lib/panamax-api" }@args: , dataDir ? "/var/lib/panamax-api" }@args:

View File

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

View File

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

View File

@ -8,7 +8,7 @@
, preferGtk2 ? false , preferGtk2 ? false
}: }:
{ stdenv, callPackage, callPackage_i686, buildEnv, fetchurl { stdenv, callPackage, callPackage_i686, fetchurl
, kernel ? null, xorg, zlib, perl, nukeReferences , kernel ? null, xorg, zlib, perl, nukeReferences
, # Whether to build the libraries only (i.e. not the kernel module or , # Whether to build the libraries only (i.e. not the kernel module or
# nvidia-settings). Used to support 32-bit binaries on 64-bit # 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 , libjack2, alsaLib, libpulseaudio
, faac, lame, libogg, libopus, libvorbis, libsamplerate , faac, lame, libogg, libopus, libvorbis, libsamplerate
}: }: