From 507b23f0d1f21923dd29ebd889f06375c16343a0 Mon Sep 17 00:00:00 2001 From: Zhong Jianxin Date: Tue, 15 Feb 2022 10:33:46 +0800 Subject: [PATCH] chemtool: Set platforms to linux --- pkgs/applications/science/chemistry/chemtool/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/science/chemistry/chemtool/default.nix b/pkgs/applications/science/chemistry/chemtool/default.nix index 3b5d144ba22b..bf78aeb825d5 100644 --- a/pkgs/applications/science/chemistry/chemtool/default.nix +++ b/pkgs/applications/science/chemistry/chemtool/default.nix @@ -46,5 +46,6 @@ stdenv.mkDerivation rec { ''; license = licenses.mit; maintainers = with maintainers; [ AndersonTorres ]; + platforms = platforms.linux; }; }