petrinizer: restrict platforms by sbv

sbv has the most limited range of platforms of the dependencies.

+1
+1
pkgs/applications/science/logic/petrinizer/default.nix
··· 24 description = "Safety and Liveness Analysis of Petri Nets with SMT solvers"; 25 license = lib.licenses.gpl3; 26 maintainers = with lib.maintainers; [ raskin ]; 27 }
··· 24 description = "Safety and Liveness Analysis of Petri Nets with SMT solvers"; 25 license = lib.licenses.gpl3; 26 maintainers = with lib.maintainers; [ raskin ]; 27 + inherit (sbv_7_13.meta) platforms; 28 }