1 { lib, stdenv, fetchFromGitHub, autoreconfHook, libarchive }:
3 stdenv.mkDerivation rec {
7 src = fetchFromGitHub {
11 sha256 = "sha256-9LAU5XuCwwEhU985MzZ2X+YYibvyECULQSn9X2jdj5I=";
14 nativeBuildInputs = [ autoreconfHook ];
29 homepage = "https://github.com/bestouff/genext2fs";
30 description = "A tool to generate ext2 filesystem images without requiring root privileges";
31 license = licenses.gpl2;
32 platforms = platforms.all;
33 maintainers = [ maintainers.bjornfor ];