ispc: add x86_64-darwin to platforms.

This commit is contained in:
Troels Henriksen 2019-10-09 12:16:55 +02:00
parent f251c29484
commit 5ddd4dbb12
1 changed files with 1 additions and 1 deletions

View File

@ -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 ];
};
}