forked from mirrors/nixpkgs
sdcc: clarify license
Ref https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/unclear-gpl.md
This commit is contained in:
parent
df7a12d567
commit
73fdc55b4f
|
@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
|
||||||
PIC18 targets. It can be retargeted for other microprocessors.
|
PIC18 targets. It can be retargeted for other microprocessors.
|
||||||
'';
|
'';
|
||||||
homepage = "http://sdcc.sourceforge.net/";
|
homepage = "http://sdcc.sourceforge.net/";
|
||||||
license = with licenses; if (gputils == null) then gpl2 else unfreeRedistributable;
|
license = with licenses; if (gputils == null) then gpl2Plus else unfreeRedistributable;
|
||||||
maintainers = with maintainers; [ bjornfor yorickvp ];
|
maintainers = with maintainers; [ bjornfor yorickvp ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue