biglybt: 3.5.0.0 -> 3.6.0.0
[NixPkgs.git] / pkgs / applications / misc / stog / asy.nix
blob58f1cf35f4d47409690eacac5036b994c7103d58
1 { buildDunePackage, stog, ocf_ppx }:
3 buildDunePackage {
4   pname = "stog_asy";
6   inherit (stog) version src;
8   buildInputs = [ ocf_ppx ];
9   propagatedBuildInputs = [ stog ];
11   meta = stog.meta // {
12     description = "Stog plugin to include Asymptote results in documents";
13   };