mirror of
https://github.com/NixOS/nix
synced 2025-07-06 21:41:48 +02:00
Add function for quoting strings
This commit is contained in:
parent
2b8c63f303
commit
7dcf5b011a
4 changed files with 22 additions and 31 deletions
|
@ -1805,7 +1805,7 @@ void DerivationGoal::startBuilder()
|
|||
concatStringsSep(", ", parsedDrv->getRequiredSystemFeatures()),
|
||||
drvPath,
|
||||
settings.thisSystem,
|
||||
concatStringsSep(", ", settings.systemFeatures));
|
||||
concatStringsSep<StringSet>(", ", settings.systemFeatures));
|
||||
|
||||
if (drv->isBuiltin())
|
||||
preloadNSS();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue