1 { lib, stdenv, fetchurl }:
3 stdenv.mkDerivation rec {
8 url = "mirror://sourceforge/advancemame/makebootfat-${version}.tar.gz";
9 sha256 = "0v0g1xax0y6hmw2x10nfhchp9n7vqyvgc33gcxqax8jdq2pxm1q2";
13 description = "Create bootable USB disks using the FAT filesystem and syslinux";
14 homepage = "http://advancemame.sourceforge.net/boot-readme.html";
15 license = licenses.gpl2Plus;
16 maintainers = [ maintainers.ehmry ];
17 platforms = platforms.linux;
18 mainProgram = "makebootfat";