1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs synced 2024-10-19 03:47:13 -04:00
nixpkgs/pkgs/build-support
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
..
agda
binutils-wrapper
build-dotnet-package
build-fhs-userenv buildFHSEnv: fix NIX_* compiler flags 2017-10-17 00:39:39 +03:00
buildenv
cc-wrapper Get rid of most @rpath nonsense on Darwin 2017-10-08 16:13:46 -04:00
docker dockerTools: fix hash to accomodate the pullImage revert 2017-09-28 14:09:49 +02:00
dotnetbuildhelpers
dotnetenv
emacs
expand-response-params
fetchadc
fetchbower
fetchbzr
fetchcvs
fetchdarcs
fetchegg
fetchfossil
fetchgit
fetchgitlocal
fetchgitrevision
fetchgx
fetchhg
fetchmavenartifact
fetchmtn
fetchnuget
fetchpatch fetchpatch: allow callers to specify postFetch sensibly 2017-10-03 12:48:30 -04:00
fetchrepoproject
fetchs3
fetchsvn
fetchsvnrevision
fetchsvnssh
fetchurl
fetchzip
gcc-wrapper-old
icon-conv-tools
kernel
libredirect
make-desktopitem
make-startupitem
make-symlinks
mono-dll-fixer
nuke-references
ocaml
release
remove-references-to
rust rust: update cargo builder to fetch registry dynamically 2017-10-23 00:30:47 +01:00
setup-hooks
singularity-tools
src-only
substitute
substitute-files
templaterpm
upstream-updater
vm
vsenv
build-maven.nix
build-pecl.nix
dhall-to-nix.nix
plugins.nix
replace-dependency.nix
setup-systemd-units.nix
source-from-head-fun.nix
trivial-builders.nix trivial-builders.nix: fix writeShellScriptBin 2017-10-06 10:55:36 +02:00