Skip to content

Commit 6df58cc

Browse files
committed
f2fs-tools: enable parallel building
1 parent 0e4ee16 commit 6df58cc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkgs/by-name/f2/f2fs-tools/package.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ stdenv.mkDerivation rec {
4141
})
4242
];
4343

44+
enableParallelBuilding = true;
45+
4446
meta = {
4547
homepage = "https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git/";
4648
description = "Userland tools for the f2fs filesystem";

0 commit comments

Comments
 (0)