repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
biglybt: 3.5.0.0 -> 3.6.0.0
[NixPkgs.git]
/
pkgs
/
applications
/
misc
/
stog
/
asy.nix
blob
58f1cf35f4d47409690eacac5036b994c7103d58
1
{ buildDunePackage, stog, ocf_ppx }:
2
3
buildDunePackage {
4
pname = "stog_asy";
5
6
inherit (stog) version src;
7
8
buildInputs = [ ocf_ppx ];
9
propagatedBuildInputs = [ stog ];
10
11
meta = stog.meta // {
12
description = "Stog plugin to include Asymptote results in documents";
13
};
14
}