1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs synced 2024-10-19 03:47:13 -04:00
nixpkgs/pkgs/tools/typesetting
Kevin Cox 5f8cf0048e rust: update cargo builder to fetch registry dynamically
The biggest benefit is that we no longer have to update the registry
package. This means that just about any cargo package can be built by
nix. No longer does `cargo update` need to be feared because it will
update to packages newer then what is available in nixpkgs.

Instead of fetching the cargo registry this bundles all the source code
into a "vendor/" folder.

This also uses the new --frozen and --locked flags which is nice.

Currently cargo-vendor only provides binaries for Linux and
macOS 64-bit. This can be solved by building it for the other
architectures and uploading it somewhere (like the NixOS cache).

This also has the downside that it requires a change to everyone's deps
hash. And if the old one is used because it was cached it will fail to
build as it will attempt to use the old version. For this reason the
attribute has been renamed to `cargoSha256`.

Authors:
* Kevin Cox <kevincox@kevincox.ca>
* Jörg Thalheim <Mic92@users.noreply.github.com>
* zimbatm <zimbatm@zimbatm.com>
2017-10-23 00:30:47 +01:00
..
asciidoc
asciidoctor asciidoctor: 1.5.5 -> 1.5.6.1 2017-10-21 16:44:59 +03:00
biber
djvu2pdf djvu2pdf: fix description 2017-09-29 15:33:08 +00:00
docbook2odf
docbook2x
fop
git-latexdiff
halibut
hevea hevea: make explicit the dependency to ocamlbuild 2017-10-11 07:58:22 +00:00
htmldoc
kindlegen
lout
multimarkdown
odpdown
pdf2djvu pdf2djvu: 0.9.5 -> 0.9.7 2017-10-22 11:41:23 +02:00
pdf2htmlEX
pdf2odt
pdfgrep
pdftk
psutils
pygmentex
rubber
sile
tectonic rust: update cargo builder to fetch registry dynamically 2017-10-23 00:30:47 +01:00
tex texlive: fix after dependency update 2017-10-19 00:25:24 -04:00
xmlroff treewide: Manual fix more pkg-config build-inputs 2017-09-21 15:49:54 -04:00
xmlto