mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
sdcc: fix license condition
This commit is contained in:
parent
4bd4c876f2
commit
879edd79be
@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
|
||||
PIC18 targets. It can be retargeted for other microprocessors.
|
||||
'';
|
||||
homepage = http://sdcc.sourceforge.net/;
|
||||
license = with licenses; if (gputils == null) then unfreeRedistributable else gpl2;
|
||||
license = with licenses; if (gputils == null) then gpl2 else unfreeRedistributable;
|
||||
maintainers = with maintainers; [ bjornfor yorickvp ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user