docbook2x: move env variable(s) into env for structuredAttrs
This commit is contained in:
@@ -54,7 +54,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
# configure tries to find osx in PATH and hardcodes the resulting path
|
||||
# (if any) on the Perl code. this fails under strictDeps, so override
|
||||
# the autoconf test:
|
||||
OSX = "${opensp}/bin/osx";
|
||||
env.OSX = "${opensp}/bin/osx";
|
||||
|
||||
postConfigure = ''
|
||||
# Broken substitution is used for `perl/config.pl', which leaves literal
|
||||
|
||||
Reference in New Issue
Block a user