treewide: remove unused buildEnv parameters
This commit is contained in:
parent
0a84b26809
commit
9ee2143912
@ -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
|
||||||
}:
|
}:
|
||||||
|
@ -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
|
||||||
|
@ -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:
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
@ -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}";
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
}:
|
}:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user