From 19326e453b1174aa5d494acb5bc2eaef5d6ef187 Mon Sep 17 00:00:00 2001 From: Finn Behrens Date: Thu, 21 Jul 2022 10:41:37 +0200 Subject: [PATCH] roswell: change platform to unix --- pkgs/development/tools/roswell/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/tools/roswell/default.nix b/pkgs/development/tools/roswell/default.nix index 89c2745e33e6..50f074a266d5 100644 --- a/pkgs/development/tools/roswell/default.nix +++ b/pkgs/development/tools/roswell/default.nix @@ -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"; };