summary refs log tree commit diff
path: root/pkgs/tools/cd-dvd/unetbootin
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2010-08-11 13:55:56 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2010-08-11 13:55:56 +0000
commite1926e376483018e929e30935ac983a35b99f46d (patch)
treece9eeb62984f8c75f9fc7f36c26e1d9c84fb3079 /pkgs/tools/cd-dvd/unetbootin
parent21587bf10ba15727396819ba89feb63d0a62478b (diff)
downloadnixpkgs-e1926e376483018e929e30935ac983a35b99f46d.tar
nixpkgs-e1926e376483018e929e30935ac983a35b99f46d.tar.gz
nixpkgs-e1926e376483018e929e30935ac983a35b99f46d.tar.bz2
nixpkgs-e1926e376483018e929e30935ac983a35b99f46d.tar.lz
nixpkgs-e1926e376483018e929e30935ac983a35b99f46d.tar.xz
nixpkgs-e1926e376483018e929e30935ac983a35b99f46d.tar.zst
nixpkgs-e1926e376483018e929e30935ac983a35b99f46d.zip
* Add UNetbootin to the channel.
svn path=/nixpkgs/trunk/; revision=23114
Diffstat (limited to 'pkgs/tools/cd-dvd/unetbootin')
-rw-r--r--pkgs/tools/cd-dvd/unetbootin/default.nix1
1 files changed, 1 insertions, 0 deletions
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;
   };
 }