treewide: rename extraOutputs{ToLink,ToInstall}

This is to get more consistent with `meta.outputsToInstall`.
This commit is contained in:
Vladimír Čunát
2016-04-07 15:59:44 +02:00
parent 2995439003
commit 9a824f2f1d
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ with lib;
# environment.pathsToLink, and we can't have both.
#environment.pathsToLink = [ "/lib/debug/.build-id" ];
environment.extraOutputsToLink =
environment.extraOutputsToInstall =
optional config.environment.enableDebugInfo "debug";
};