mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
sc-im: available on the other Unix-like platforms (#40986)
This commit is contained in:
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;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue