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:
commit
67b87e9227
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue