lispPackages_new.*.cl-sat.minisat: add runtime dependency

This commit is contained in:
Maximilian Marx 2022-11-24 19:29:15 +01:00
parent 54d0ae7354
commit 084857b8c6
No known key found for this signature in database
GPG Key ID: D981CA0FF602751D

View File

@ -198,6 +198,9 @@ let
patches = [ ./patches/cl-sat.glucose-binary-from-PATH-if-present.patch ];
};
"cl-sat.minisat" = pkg: {
propagatedBuildInputs = [ pkgs.minisat ];
};
};
qlpkgs =