treewide: stdenv.config
-> config
That attribute does not exist.
This commit is contained in:
parent
67a7b42167
commit
2bc525350a
@ -1,6 +1,6 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, intltool, glib, mate
|
{ config, stdenv, fetchurl, pkgconfig, intltool, glib, mate
|
||||||
, alsaSupport ? stdenv.isLinux, alsaLib
|
, alsaSupport ? stdenv.isLinux, alsaLib
|
||||||
, pulseaudioSupport ? stdenv.config.pulseaudio or true, libpulseaudio
|
, pulseaudioSupport ? config.pulseaudio or true, libpulseaudio
|
||||||
, ossSupport ? false
|
, ossSupport ? false
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, intltool, dbus-glib, libxklavier, libcanberra-gtk3, libnotify, nss, polkit, gnome3, mate, wrapGAppsHook
|
{ config, stdenv, fetchurl, pkgconfig, intltool, dbus-glib, libxklavier
|
||||||
, pulseaudioSupport ? stdenv.config.pulseaudio or true, libpulseaudio
|
, libcanberra-gtk3, libnotify, nss, polkit, gnome3, mate, wrapGAppsHook
|
||||||
|
, pulseaudioSupport ? config.pulseaudio or true, libpulseaudio
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
{ stdenv, fetchurl, fetchpatch, gettext, meson, ninja, pkgconfig, perl, python3, glibcLocales
|
{ config, stdenv, fetchurl, fetchpatch, gettext, meson, ninja, pkgconfig, perl, python3, glibcLocales
|
||||||
, libiconv, zlib, libffi, pcre, libelf, gnome3, libselinux, bash, gnum4, gtk-doc, docbook_xsl, docbook_xml_dtd_45
|
, libiconv, zlib, libffi, pcre, libelf, gnome3, libselinux, bash, gnum4, gtk-doc, docbook_xsl, docbook_xml_dtd_45
|
||||||
# use utillinuxMinimal to avoid circular dependency (utillinux, systemd, glib)
|
# use utillinuxMinimal to avoid circular dependency (utillinux, systemd, glib)
|
||||||
, utillinuxMinimal ? null
|
, utillinuxMinimal ? null
|
||||||
, buildPackages
|
, buildPackages
|
||||||
|
|
||||||
# this is just for tests (not in the closure of any regular package)
|
# this is just for tests (not in the closure of any regular package)
|
||||||
, doCheck ? stdenv.config.doCheckByDefault or false
|
, doCheck ? config.doCheckByDefault or false
|
||||||
, coreutils, dbus, libxml2, tzdata
|
, coreutils, dbus, libxml2, tzdata
|
||||||
, desktop-file-utils, shared-mime-info
|
, desktop-file-utils, shared-mime-info
|
||||||
, darwin
|
, darwin
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, autoreconfHook
|
{ config, stdenv, fetchurl, pkgconfig, autoreconfHook
|
||||||
, librdf_raptor2, ladspaH, openssl, zlib
|
, librdf_raptor2, ladspaH, openssl, zlib
|
||||||
, doCheck ? stdenv.config.doCheckByDefault or false, ladspaPlugins
|
, doCheck ? config.doCheckByDefault or false, ladspaPlugins
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
Loading…
Reference in New Issue
Block a user