sdcc: extend platforms

This commit is contained in:
Emily 2019-09-01 18:47:05 +01:00 committed by Austin Seipp
parent 2450e41497
commit f9333358e1

View file

@ -34,6 +34,6 @@ stdenv.mkDerivation rec {
homepage = http://sdcc.sourceforge.net/;
license = with licenses; if (gputils == null) then gpl2 else unfreeRedistributable;
maintainers = with maintainers; [ bjornfor yorickvp ];
platforms = platforms.linux;
platforms = platforms.all;
};
}