14 stdenv.mkDerivation rec {
19 url = "https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git/snapshot/f2fs-tools-v${version}.tar.gz";
20 hash = "sha256-zNG1F//+BTBzlEc6qNVixyuCB6PMZD5Kf8pVK0ePYiA=";
35 ./f2fs-tools-cross-fix.patch
39 url = "https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git/patch/?id=b15b6cc56ac7764be17acbdbf96448f388992adc";
40 hash = "sha256-9XrNf9MMMDGOsuP3DvUhm30Sa2xICDtXbUIvM/TP35o=";
44 enableParallelBuilding = true;
47 homepage = "https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git/";
48 description = "Userland tools for the f2fs filesystem";
49 license = lib.licenses.gpl2Only;
50 platforms = lib.platforms.linux;
51 maintainers = with lib.maintainers; [