treewide: stdenv.config -> config

That attribute does not exist.
This commit is contained in:
Jan Malakhovski
2019-03-14 14:01:21 +00:00
parent 67a7b42167
commit 2bc525350a
4 changed files with 9 additions and 8 deletions
@@ -1,6 +1,6 @@
{ stdenv, fetchurl, pkgconfig, autoreconfHook
{ config, stdenv, fetchurl, pkgconfig, autoreconfHook
, librdf_raptor2, ladspaH, openssl, zlib
, doCheck ? stdenv.config.doCheckByDefault or false, ladspaPlugins
, doCheck ? config.doCheckByDefault or false, ladspaPlugins
}:
stdenv.mkDerivation rec {