summaryrefslogtreecommitdiffstats
path: root/pkgs/applications
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2020-11-27 15:57:46 +0000
committerGitHub <noreply@github.com>2020-11-27 15:57:46 +0000
commit67b87e922744cb49b0dc78167a4243fe74e993e5 (patch)
tree6e235d7330cbfae5c1fa3f2ef4c3be24e7ee1e43 /pkgs/applications
parentf98df98db3bd87254c9e5d25f9ef032356b2a2fb (diff)
parent3ed321dfabb152f7c72b6dbcef65374a1c6e7747 (diff)
Merge pull request #105134 from 7c6f434c/z3-aarch64
z3: enable build on non-x86_64 unix; checked the build on aarch64-linux
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/science/logic/z3/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/science/logic/z3/default.nix b/pkgs/applications/science/logic/z3/default.nix
index dd71cf2cb1a8..48512eff5300 100644
--- a/pkgs/applications/science/logic/z3/default.nix
+++ b/pkgs/applications/science/logic/z3/default.nix
@@ -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 ];
};
}