From e1926e376483018e929e30935ac983a35b99f46d Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 11 Aug 2010 13:55:56 +0000 Subject: [PATCH] * Add UNetbootin to the channel. svn path=/nixpkgs/trunk/; revision=23114 --- pkgs/tools/cd-dvd/unetbootin/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/tools/cd-dvd/unetbootin/default.nix b/pkgs/tools/cd-dvd/unetbootin/default.nix index 9b4e7fd914c..ff5b260c9f3 100644 --- a/pkgs/tools/cd-dvd/unetbootin/default.nix +++ b/pkgs/tools/cd-dvd/unetbootin/default.nix @@ -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; }; }