petrinizer: restrict platforms by sbv

sbv has the most limited range of platforms of the dependencies.
wip/little-gl
sternenseemann 3 years ago
parent 73c2dd4aa6
commit eaeb69862c
  1. 1
      pkgs/applications/science/logic/petrinizer/default.nix

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

Loading…
Cancel
Save