10 stdenv.mkDerivation rec {
14 src = fetchFromGitHub {
17 rev = "6ee7c2d9015dce7b90c3388096602e307e3bd790";
18 sha256 = "0nlqynrhj6ww7bnfhhfcx6bawii8iyvhgp6vz60zbnpgd68ifcx7";
25 buildInputs = [ e2fsprogs ];
27 enableParallelBuilding = true;
30 homepage = "https://e2tools.github.io/";
31 description = "Utilities to read/write/manipulate files in an ext2/ext3 filesystem";
32 license = lib.licenses.gpl2Only;
33 platforms = lib.platforms.linux;
34 maintainers = [ lib.maintainers.leenaars ];