about summary refs log tree commit diff
path: root/pkgs/development/compilers
diff options
context:
space:
mode:
authorTroels Henriksen <athas@sigkill.dk>2019-10-09 12:16:55 +0200
committerTroels Henriksen <athas@sigkill.dk>2019-10-09 12:16:55 +0200
commit5ddd4dbb124bee11bf84b79547900a0e6499cfaf (patch)
treee9cb5823dfc67ad3be99aca0985057bd28a33fc2 /pkgs/development/compilers
parentf251c29484e6a6a3e493b72b7179bddfb8a2a618 (diff)
downloadnixlib-5ddd4dbb124bee11bf84b79547900a0e6499cfaf.tar
nixlib-5ddd4dbb124bee11bf84b79547900a0e6499cfaf.tar.gz
nixlib-5ddd4dbb124bee11bf84b79547900a0e6499cfaf.tar.bz2
nixlib-5ddd4dbb124bee11bf84b79547900a0e6499cfaf.tar.lz
nixlib-5ddd4dbb124bee11bf84b79547900a0e6499cfaf.tar.xz
nixlib-5ddd4dbb124bee11bf84b79547900a0e6499cfaf.tar.zst
nixlib-5ddd4dbb124bee11bf84b79547900a0e6499cfaf.zip
ispc: add x86_64-darwin to platforms.
Diffstat (limited to 'pkgs/development/compilers')
-rw-r--r--pkgs/development/compilers/ispc/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/ispc/default.nix b/pkgs/development/compilers/ispc/default.nix
index 762d1233bb6e..d07bf6b57335 100644
--- a/pkgs/development/compilers/ispc/default.nix
+++ b/pkgs/development/compilers/ispc/default.nix
@@ -67,7 +67,7 @@ stdenv.mkDerivation rec {
     homepage = https://ispc.github.io/ ;
     description = "Intel 'Single Program, Multiple Data' Compiler, a vectorised language";
     license = licenses.bsd3;
-    platforms = ["x86_64-linux"]; # TODO: buildable on more platforms?
+    platforms = ["x86_64-linux" "x86_64-darwin"]; # TODO: buildable on more platforms?
     maintainers = [ maintainers.aristid ];
   };
 }