about summary refs log tree commit diff
path: root/pkgs/development/libraries/wtk
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2009-03-24 09:27:03 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2009-03-24 09:27:03 +0000
commitaaf563c7cf9431d8422ef57c7b32bce27b51ede0 (patch)
treedf857bb08bdd49cbd85c12b2168bfc6c7aeb1774 /pkgs/development/libraries/wtk
parent67b73b3cbb23bea3b8f433e2f2b717df4ac9969e (diff)
Marking wtk unfree. I don't know if it's redistributable.
svn path=/nixpkgs/trunk/; revision=14680
Diffstat (limited to 'pkgs/development/libraries/wtk')
-rw-r--r--pkgs/development/libraries/wtk/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/libraries/wtk/default.nix b/pkgs/development/libraries/wtk/default.nix
index 3298b5fe6f7b8..123d0a9216a13 100644
--- a/pkgs/development/libraries/wtk/default.nix
+++ b/pkgs/development/libraries/wtk/default.nix
@@ -17,5 +17,6 @@ stdenv.mkDerivation {
   meta = {
     homepage = http://java.sun.com/products/sjwtoolkit/download.html;
     description = "Sun Java Wireless Toolkit 2.5.2_01 for CLDC";
+    license = "unfree";
   };
 }