btor2tools: enable unix platforms

This commit is contained in:
Artur Cygan 2020-10-16 19:38:48 +02:00
parent 970e7e15f3
commit 5229b4502a

View file

@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
description = "A generic parser and tool package for the BTOR2 format";
homepage = "https://github.com/Boolector/btor2tools";
license = licenses.mit;
platforms = platforms.linux;
platforms = platforms.unix;
maintainers = with maintainers; [ thoughtpolice ];
};
}