* Add UNetbootin to the channel.

svn path=/nixpkgs/trunk/; revision=23114
This commit is contained in:
Eelco Dolstra 2010-08-11 13:55:56 +00:00
parent 21587bf10b
commit e1926e3764

View File

@ -58,5 +58,6 @@ stdenv.mkDerivation rec {
homepage = http://unetbootin.sourceforge.net/;
description = "A tool to create bootable live USB drives from ISO images";
license = "GPLv2+";
platforms = stdenv.lib.platforms.linux;
};
}