1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-06 21:41:48 +02:00

Add function for quoting strings

(cherry picked from commit 7dcf5b011a)
This commit is contained in:
Eelco Dolstra 2019-05-02 21:09:52 +02:00
parent 5a7e7fc35f
commit edc34cc1a2
4 changed files with 22 additions and 31 deletions

View file

@ -1904,7 +1904,7 @@ void DerivationGoal::startBuilder()
concatStringsSep(", ", parsedDrv->getRequiredSystemFeatures()),
worker.store.printStorePath(drvPath),
settings.thisSystem,
concatStringsSep(", ", settings.systemFeatures));
concatStringsSep<StringSet>(", ", settings.systemFeatures));
if (drv->isBuiltin())
preloadNSS();