Merge pull request #105134 from 7c6f434c/z3-aarch64

z3: enable build on non-x86_64 unix; checked the build on aarch64-linux
This commit is contained in:
Michael Raskin 2020-11-27 15:57:46 +00:00 committed by GitHub
commit 67b87e9227
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -60,7 +60,7 @@ stdenv.mkDerivation rec {
description = "A high-performance theorem prover and SMT solver";
homepage = "https://github.com/Z3Prover/z3";
license = stdenv.lib.licenses.mit;
platforms = stdenv.lib.platforms.x86_64;
platforms = stdenv.lib.platforms.unix;
maintainers = with stdenv.lib.maintainers; [ thoughtpolice ttuegel ];
};
}