distcc: Fixing indentation

Noticed by niksnut.
This commit is contained in:
Lluís Batlle i Rossell 2012-12-26 23:32:23 +01:00
parent 63035ba87d
commit 499e686ca5

View File

@ -38,6 +38,9 @@ distcc = stdenv.mkDerivation {
passthru = {
# A derivation that provides gcc and g++ commands, but that
# 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"
{ inherit (gcc) langC langCC; }
''