nixos/tests/userborn: fix setting hostPlatform (#378940)
[NixPkgs.git] / pkgs / applications / misc / stog / asy.nix
blobf39ece3ec9f8a55efa90434f55c0961762b2310f
2   buildDunePackage,
3   stog,
4   ocf_ppx,
5 }:
7 buildDunePackage {
8   pname = "stog_asy";
10   inherit (stog) version src;
12   buildInputs = [ ocf_ppx ];
13   propagatedBuildInputs = [ stog ];
15   meta = stog.meta // {
16     description = "Stog plugin to include Asymptote results in documents";
17   };