z3: enable build on non-x86_64 unix; checked the build on aarch64-linux

This commit is contained in:
Michael Raskin 2020-11-27 11:52:07 +01:00
parent 9567f6f62f
commit 3ed321dfab

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