11 stdenv.mkDerivation rec {
16 url = "https://public.pengutronix.de/software/genimage/genimage-${version}.tar.xz";
17 sha256 = "sha256-68P4hsTYAGTdbG1ePC6Y5aZwB4JkEIzi+Jraii4T/t0=";
30 # As there is no manpage or built-in --help, add the README file for
32 docdir="$out/share/doc/genimage"
34 cp -v README.rst "$docdir"
38 broken = stdenv.hostPlatform.isDarwin;
39 homepage = "https://git.pengutronix.de/cgit/genimage";
40 description = "Generate filesystem images from directory trees";
41 license = licenses.gpl2Plus;
42 platforms = platforms.all;
43 maintainers = [ maintainers.bjornfor ];
44 mainProgram = "genimage";