From ad09618b6cf933981d9f0726c0290452361e7b54 Mon Sep 17 00:00:00 2001
From: Ben Siraphob <bensiraphob@gmail.com>
Date: Wed, 10 Mar 2021 17:58:22 +0700
Subject: [PATCH] r2mod_cli: expand platforms to unix
---
pkgs/games/r2mod_cli/default.nix | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pkgs/games/r2mod_cli/default.nix b/pkgs/games/r2mod_cli/default.nix
index a966731725d..f45dd394862 100644
--- a/pkgs/games/r2mod_cli/default.nix
+++ b/pkgs/games/r2mod_cli/default.nix
@@ -29,6 +29,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/foldex/r2mod_cli";
license = licenses.gpl3Only;
maintainers = [ maintainers.reedrw ];
- platforms = platforms.linux;
+ platforms = platforms.unix;
};
}