1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs synced 2024-10-19 03:47:13 -04:00
nixpkgs/doc
Kamil Chmielewski da3ddd48e4 buildGoPackage: remove Go deps file libs.json
After #16017 there were a lot
of comments saying that `nix` would be better than `JSON`
for Go packages dependency sets.
As said in https://github.com/NixOS/nixpkgs/pull/16017#issuecomment-229624046

    > Because of the content-addressable store, if two programs have the
    > same dependency it will already result in the same derivation in
    > the
    > store. Git also has compression in the pack files so it won't make
    > much difference to duplicate the dependencies on disk. And finally
    > most users will just use the binary builds so it won't make any
    > differences to them.

This PR removes `libs.json` file and puts all package dependencies in
theirs `deps.json`.
2016-08-11 23:07:09 +02:00
..
languages-frameworks buildGoPackage: remove Go deps file libs.json 2016-08-11 23:07:09 +02:00
old
coding-conventions.xml DOC: unstable packages names should append -unstable, not -git or -svn 2016-07-29 08:53:24 +02:00
configuration.xml
contributing.xml
default.nix add epub for nixpkgs manual ( #15575 ) (#17053) 2016-07-20 17:57:31 +02:00
functions.xml
introduction.md
manual.xml
meta.xml
multiple-output.xml
package-notes.xml
quick-start.xml
release-notes.xml
stdenv.xml nixpkgs manual: document the paxctl setup-hook 2016-07-23 19:09:48 +02:00
style.css
submitting-changes.xml