3
0
Fork 0
forked from mirrors/nixpkgs

foundationdb: remove unused with builtins

This commit is contained in:
Jente Hidskes Ankarberg 2023-02-01 16:54:58 +01:00
parent f5f5051d81
commit 2f3759f4ff
No known key found for this signature in database

View file

@ -11,8 +11,7 @@
let
stdenv = if useClang then llvmPackages.libcxxStdenv else gccStdenv;
tests = with builtins;
builtins.replaceStrings [ "\n" ] [ " " ] (lib.fileContents ./test-list.txt);
tests = builtins.replaceStrings [ "\n" ] [ " " ] (lib.fileContents ./test-list.txt);
makeFdb =
{ version