nixpkgs/pkgs/top-level
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
..
aliases.nix rust: update cargo builder to fetch registry dynamically 2017-10-23 00:30:47 +01:00
all-packages.nix rust: update cargo builder to fetch registry dynamically 2017-10-23 00:30:47 +01:00
beam-packages.nix erlang: introduce "no X" variation 2017-09-22 09:54:45 +08:00
darwin-packages.nix Revert "Merge pull request #28557 from obsidiansystems/binutils-wrapper" 2017-09-07 12:51:21 +02:00
default.nix
dotnet-packages.nix Update homepage attributes: http -> https 2017-08-03 11:56:15 +02:00
emacs-packages.nix Fix pkgconfig reference 2017-10-10 17:56:29 +03:00
emscripten-packages.nix misc pkgs: Manual fixup pkgconfig nativeBuildInputs after sed 2017-09-21 15:49:54 -04:00
haskell-packages.nix Revert "Merge branch 'improved-make-overridable' of git://github.com/ElvishJerricco/nixpkgs" 2017-09-29 09:11:26 -04:00
haxe-packages.nix Revert "Merge pull request #28557 from obsidiansystems/binutils-wrapper" 2017-09-07 12:51:21 +02:00
impure.nix treewide: Escape backslash in strings properly 2017-09-14 01:03:39 +03:00
java-packages.nix
lua-packages.nix Merge branch 'master' into staging 2017-10-02 00:22:12 +00:00
make-tarball.nix nixpkgs: expose .git-revision in the nixexprs like NixOS 2017-10-11 06:51:36 -04:00
metrics.nix
node-packages-generated.nix bower2nix: 3.1.1 -> 3.2.0 2017-09-27 07:30:01 +01:00
node-packages.json
node-packages.nix
ocaml-packages.nix ocamlPackages.camomile: 0.8.5 -> 0.8.6 2017-10-20 07:19:13 +00:00
perl-packages.nix perl-CryptX: 0.050 -> 0.054 2017-10-18 18:53:22 +02:00
php-packages.nix Merge pull request #29726 from stesie/v8 2017-10-11 12:21:18 +02:00
pure-packages.nix
python-packages.nix remove unused pythonPackages.requests_1 2017-10-22 11:16:39 +02:00
release-cross.nix all-packages: Remove gccCrossStageFinal; any gcc will not work 2017-09-21 15:49:18 -04:00
release-lib.nix nixpkgs release: Fix Darwin-only jobs 2017-08-12 20:38:27 -07:00
release-python.nix
release-small.nix upstart: remove ancient 2017-08-28 21:13:03 +02:00
release.nix nix-info: Add separate tested variant for Hydra 2017-10-17 18:26:13 +03:00
splice.nix Revert "Merge branch 'improved-make-overridable' of git://github.com/ElvishJerricco/nixpkgs" 2017-09-29 09:11:26 -04:00
stage.nix top-level: {build,host,target}Platform are defined in the stdenv instead 2017-07-07 12:55:02 -04:00