roswell: change platform to unix

This commit is contained in:
Finn Behrens 2022-07-21 10:41:37 +02:00
parent fbb839c562
commit 19326e453b

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";
};