petrinizer: restrict platforms by sbv

sbv has the most limited range of platforms of the dependencies.
This commit is contained in:
sternenseemann 2021-05-06 16:23:33 +02:00
parent 73c2dd4aa6
commit eaeb69862c

View file

@ -24,4 +24,5 @@ mkDerivation rec {
description = "Safety and Liveness Analysis of Petri Nets with SMT solvers";
license = lib.licenses.gpl3;
maintainers = with lib.maintainers; [ raskin ];
inherit (sbv_7_13.meta) platforms;
}