hplip: update license attribute

This commit is contained in:
Thomas Tuegel 2014-11-19 19:58:13 -06:00
parent ac696769af
commit 4e11748886

View File

@ -118,7 +118,9 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Print, scan and fax HP drivers for Linux";
homepage = http://hplipopensource.com/;
license = if withPlugin then licenses.unfree else "free"; # MIT/BSD/GPL
license = if withPlugin
then licenses.unfree
else with stdenv.licenses; [ mit bsd2 gpl2Plus ];
platforms = platforms.linux;
maintainers = with maintainers; [ ttuegel jgeerds ];
};