duckdb: concat with space separator explicitly
This commit is contained in:
parent
c05e64b281
commit
da664a1440
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ stdenv.mkDerivation rec {
|
|||
''
|
||||
runHook preInstallCheck
|
||||
|
||||
$PWD/test/unittest ${toString excludes}
|
||||
$PWD/test/unittest ${lib.concatStringsSep " " excludes}
|
||||
|
||||
runHook postInstallCheck
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue