mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
Added jing-tools to the cache
svn path=/nixpkgs/trunk/; revision=3570
This commit is contained in:
parent
bc533fb37a
commit
f0f8123a7f
@ -173,6 +173,10 @@ rec {
|
||||
inherit fetchurl stdenv ocaml;
|
||||
};
|
||||
|
||||
xmlroff = (import ../tools/typesetting/xmlroff) {
|
||||
inherit fetchurl stdenv;
|
||||
};
|
||||
|
||||
less = (import ../tools/misc/less) {
|
||||
inherit fetchurl stdenv ncurses;
|
||||
};
|
||||
|
@ -60,6 +60,7 @@ let {
|
||||
docbook_xml_dtd_43
|
||||
docbook_ng
|
||||
docbook_xml_xslt
|
||||
jing_tools
|
||||
subversion
|
||||
pan
|
||||
sylpheed
|
||||
|
Loading…
Reference in New Issue
Block a user