sdcc: extend platforms
This commit is contained in:
parent
2450e41497
commit
f9333358e1
@ -34,6 +34,6 @@ stdenv.mkDerivation rec {
|
|||||||
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 gpl2 else unfreeRedistributable;
|
||||||
maintainers = with maintainers; [ bjornfor yorickvp ];
|
maintainers = with maintainers; [ bjornfor yorickvp ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user