diff --git a/pkgs/misc/drivers/hplip/default.nix b/pkgs/misc/drivers/hplip/default.nix index 9ac7aec2a873..4fa35c8b8128 100644 --- a/pkgs/misc/drivers/hplip/default.nix +++ b/pkgs/misc/drivers/hplip/default.nix @@ -120,7 +120,7 @@ stdenv.mkDerivation rec { homepage = http://hplipopensource.com/; license = if withPlugin then licenses.unfree - else with stdenv.licenses; [ mit bsd2 gpl2Plus ]; + else with licenses; [ mit bsd2 gpl2Plus ]; platforms = platforms.linux; maintainers = with maintainers; [ ttuegel jgeerds ]; };