Loading pkgs/build-support/buildenv/builder.pl +1 −1 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ $SIG{__DIE__} = sub { die "pkgs.buildEnv error: ", @_ }; my $out = $ENV{"out"}; my $extraPrefix = $ENV{"extraPrefix"}; my @pathsToLink = split ' ', $ENV{"pathsToLink"}; my @pathsToLink = @{decode_json $ENV{"pathsToLinkJSON"}}; sub isInPathsToLink($path) { $path = "/" if $path eq ""; Loading pkgs/build-support/buildenv/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -105,6 +105,7 @@ lib.makeOverridable ( nativeBuildInputs buildInputs ; pathsToLinkJSON = builtins.toJSON pathsToLink; pkgs = builtins.toJSON chosenOutputs; extraPathsFrom = lib.optional includeClosures (writeClosure pathsForClosure); preferLocalBuild = true; Loading Loading
pkgs/build-support/buildenv/builder.pl +1 −1 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ $SIG{__DIE__} = sub { die "pkgs.buildEnv error: ", @_ }; my $out = $ENV{"out"}; my $extraPrefix = $ENV{"extraPrefix"}; my @pathsToLink = split ' ', $ENV{"pathsToLink"}; my @pathsToLink = @{decode_json $ENV{"pathsToLinkJSON"}}; sub isInPathsToLink($path) { $path = "/" if $path eq ""; Loading
pkgs/build-support/buildenv/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -105,6 +105,7 @@ lib.makeOverridable ( nativeBuildInputs buildInputs ; pathsToLinkJSON = builtins.toJSON pathsToLink; pkgs = builtins.toJSON chosenOutputs; extraPathsFrom = lib.optional includeClosures (writeClosure pathsForClosure); preferLocalBuild = true; Loading