Fix license on unRAR to unfree.

This license is BAD and it needs to be caught. You need to agree to the
use conditions or you have to remove the software from your machine
which makes it not redistributable.

cc @ehmry
This commit is contained in:
Mateusz Kowalczyk 2014-09-05 01:47:16 +01:00
parent 19335acb0c
commit eac5176529

View file

@ -25,7 +25,7 @@ stdenv.mkDerivation {
meta = {
description = "Utility for RAR archives";
license = "freeware";
license = stdenv.lib.licenses.unfree;
maintainers = [ stdenv.lib.maintainers.emery ];
platforms = stdenv.lib.platforms.linux ++ stdenv.lib.platforms.darwin; # arbitrary
};