forked from mirrors/nixpkgs
foundationdb: remove unused with builtins
This commit is contained in:
parent
f5f5051d81
commit
2f3759f4ff
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue