From f6538bb83af2ca47dbcf013bc0bad56f28b1f069 Mon Sep 17 00:00:00 2001 From: Weijia Wang <9713184+wegank@users.noreply.github.com> Date: Sun, 13 Aug 2023 17:31:58 +0200 Subject: [PATCH] eigenmath: set platforms --- pkgs/applications/science/math/eigenmath/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/science/math/eigenmath/default.nix b/pkgs/applications/science/math/eigenmath/default.nix index 345eab6d3282..8abcd96f08d2 100644 --- a/pkgs/applications/science/math/eigenmath/default.nix +++ b/pkgs/applications/science/math/eigenmath/default.nix @@ -43,5 +43,6 @@ stdenv.mkDerivation rec { homepage = "https://georgeweigt.github.io"; license = licenses.bsd2; maintainers = with maintainers; [ nickcao ]; + platforms = platforms.unix; }; }