distcc: Fixing indentation
Noticed by niksnut.
This commit is contained in:
parent
63035ba87d
commit
499e686ca5
@ -38,6 +38,9 @@ distcc = stdenv.mkDerivation {
|
|||||||
passthru = {
|
passthru = {
|
||||||
# A derivation that provides gcc and g++ commands, but that
|
# A derivation that provides gcc and g++ commands, but that
|
||||||
# will end up calling distcc for the given cacheDir
|
# will end up calling distcc for the given cacheDir
|
||||||
|
#
|
||||||
|
# extraConfig is meant to be sh lines exporting environment
|
||||||
|
# variables like DISTCC_HOSTS, DISTCC_DIR, ...
|
||||||
links = extraConfig : (runCommand "distcc-links"
|
links = extraConfig : (runCommand "distcc-links"
|
||||||
{ inherit (gcc) langC langCC; }
|
{ inherit (gcc) langC langCC; }
|
||||||
''
|
''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user