about summary refs log tree commit diff
path: root/pkgs/applications/science/math/giac/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/science/math/giac/default.nix')
-rw-r--r--pkgs/applications/science/math/giac/default.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgs/applications/science/math/giac/default.nix b/pkgs/applications/science/math/giac/default.nix
index ad82d7572e345..90b1b367a7c4d 100644
--- a/pkgs/applications/science/math/giac/default.nix
+++ b/pkgs/applications/science/math/giac/default.nix
@@ -104,9 +104,7 @@ stdenv.mkDerivation rec {
     description = "A free computer algebra system (CAS)";
     homepage = "https://www-fourier.ujf-grenoble.fr/~parisse/giac.html";
     license = licenses.gpl3Plus;
-    ## xcas is buildable on darwin but there are specific instructions I could
-    ## not test
-    platforms = platforms.linux;
+    platforms = platforms.unix;
     maintainers = [ maintainers.symphorien ];
   };
 }