Merge pull request #100741 from arcz/btor2tools

btor2tools: enable unix platforms
This commit is contained in:
Austin Seipp 2020-10-19 16:18:56 -05:00 committed by GitHub
commit fba7eaeb63
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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