most supported on all unix, not only gnu

This commit is contained in:
vinymeuh 2017-07-30 09:18:12 +02:00
parent 8977bee504
commit c152e7c5d9

View File

@ -28,6 +28,6 @@ stdenv.mkDerivation {
'';
homepage = http://www.jedsoft.org/most/index.html;
license = stdenv.lib.licenses.gpl2;
platforms = stdenv.lib.platforms.gnu; # random choice
platforms = stdenv.lib.platforms.unix;
};
}