f2fs-tools: enable parallel building

This commit is contained in:
Alyssa Ross 2024-09-16 14:00:08 +02:00
parent 0e4ee16ddd
commit 6df58ccb18

View File

@ -41,6 +41,8 @@ stdenv.mkDerivation rec {
})
];
enableParallelBuilding = true;
meta = {
homepage = "https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git/";
description = "Userland tools for the f2fs filesystem";