Merge pull request #182315 from Kloenk/ros-unix

roswell: change platform to unix
This commit is contained in:
Mario Rodas 2022-07-23 09:30:01 -05:00 committed by GitHub
commit c10f17004f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
description = "Roswell is a Lisp implementation installer/manager, launcher, and much more";
license = licenses.mit;
maintainers = with maintainers; [ hiro98 ];
platforms = platforms.linux;
platforms = platforms.unix;
homepage = "https://github.com/roswell/roswell";
mainProgram = "ros";
};