Commit 6df58ccb authored by Alyssa Ross's avatar Alyssa Ross
Browse files

f2fs-tools: enable parallel building

parent 0e4ee16d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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";