sc-im: available on the other Unix-like platforms (#40986)

This commit is contained in:
Mitsuhiro Nakamura 2018-05-24 00:49:02 +09:00 committed by xeji
parent 273c882f53
commit 5efdf73832

@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
description = "SC-IM - Spreadsheet Calculator Improvised - SC fork";
license = licenses.bsdOriginal;
maintainers = [ ];
platforms = platforms.linux; # Cannot test others
platforms = platforms.unix;
};
}