Branch: refs/heads/master
Home: https://github.com/NixOS/nixpkgs
Commit: da3ddd48e41dbc2e507da5ddc1cda2a10ae6f9bf
https://github.com/NixOS/nixpkgs/commit/da3ddd48e41dbc2e507da5ddc1cda2a10ae6f9bf
Author: Kamil Chmielewski <[email protected]>
Date: 2016-08-11 (Thu, 11 Aug 2016)
Changed paths:
M doc/languages-frameworks/go.xml
M pkgs/applications/misc/hugo/deps.json
M pkgs/applications/misc/mop/deps.json
M pkgs/applications/misc/wego/deps.json
M pkgs/applications/networking/drive/deps.json
M pkgs/applications/networking/instant-messengers/pond/deps.json
M pkgs/applications/networking/instant-messengers/xmpp-client/deps.json
M pkgs/applications/networking/syncthing012/deps.json
M
pkgs/applications/version-management/git-and-tools/git-annex-remote-b2/deps.json
M pkgs/development/go-modules/generic/default.nix
R pkgs/development/go-modules/libs.json
M pkgs/development/tools/deis/deps.json
M pkgs/development/tools/go2nix/deps.json
M pkgs/development/tools/golint/deps.json
M pkgs/development/tools/gotools/deps.json
M pkgs/development/tools/gox/deps.json
M pkgs/development/tools/remarshal/deps.json
M pkgs/development/tools/textql/deps.json
M pkgs/development/web/minify/deps.json
M pkgs/servers/caddy/deps.json
M pkgs/servers/etcd/deps.json
M pkgs/servers/gotty/deps.json
M pkgs/servers/interlock/deps.json
M pkgs/servers/mesos-dns/deps.json
M pkgs/servers/monitoring/prometheus/cli_deps.json
M pkgs/servers/monitoring/prometheus/collectd-exporter_deps.json
M pkgs/servers/monitoring/prometheus/haproxy-exporter_deps.json
M pkgs/servers/monitoring/prometheus/mesos-exporter_deps.json
M pkgs/servers/monitoring/prometheus/mysqld-exporter_deps.json
M pkgs/servers/monitoring/prometheus/nginx-exporter_deps.json
M pkgs/servers/monitoring/prometheus/prom2json_deps.json
M pkgs/servers/monitoring/prometheus/pushgateway_deps.json
M pkgs/servers/monitoring/prometheus/statsd-bridge_deps.json
M pkgs/servers/nsq/deps.json
M pkgs/servers/oauth2_proxy/deps.json
M pkgs/servers/serf/deps.json
M pkgs/servers/skydns/deps.json
M pkgs/shells/elvish/deps.json
M pkgs/shells/oh/deps.json
M pkgs/tools/X11/go-sct/deps.json
M pkgs/tools/admin/lxd/deps.json
M pkgs/tools/filesystems/go-mtpfs/deps.json
M pkgs/tools/misc/gawp/deps.json
M pkgs/tools/misc/i3cat/deps.json
M pkgs/tools/misc/mongodb-tools/deps.json
M pkgs/tools/misc/upower-notify/deps.json
M pkgs/tools/networking/ngrok/deps.json
M pkgs/tools/networking/s3gof3r/deps.json
M pkgs/tools/security/hologram/deps.json
M pkgs/tools/system/confd/deps.json
M pkgs/tools/text/platinum-searcher/deps.json
M pkgs/tools/text/sift/deps.json
Log Message:
-----------
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`.
Commit: c2302f2f450d31c870d13f3e75e2a43bd8249966
https://github.com/NixOS/nixpkgs/commit/c2302f2f450d31c870d13f3e75e2a43bd8249966
Author: zimbatm <[email protected]>
Date: 2016-08-12 (Fri, 12 Aug 2016)
Changed paths:
M doc/languages-frameworks/go.xml
M pkgs/applications/misc/hugo/deps.json
M pkgs/applications/misc/mop/deps.json
M pkgs/applications/misc/wego/deps.json
M pkgs/applications/networking/drive/deps.json
M pkgs/applications/networking/instant-messengers/pond/deps.json
M pkgs/applications/networking/instant-messengers/xmpp-client/deps.json
M pkgs/applications/networking/syncthing012/deps.json
M
pkgs/applications/version-management/git-and-tools/git-annex-remote-b2/deps.json
M pkgs/development/go-modules/generic/default.nix
R pkgs/development/go-modules/libs.json
M pkgs/development/tools/deis/deps.json
M pkgs/development/tools/go2nix/deps.json
M pkgs/development/tools/golint/deps.json
M pkgs/development/tools/gotools/deps.json
M pkgs/development/tools/gox/deps.json
M pkgs/development/tools/remarshal/deps.json
M pkgs/development/tools/textql/deps.json
M pkgs/development/web/minify/deps.json
M pkgs/servers/caddy/deps.json
M pkgs/servers/etcd/deps.json
M pkgs/servers/gotty/deps.json
M pkgs/servers/interlock/deps.json
M pkgs/servers/mesos-dns/deps.json
M pkgs/servers/monitoring/prometheus/cli_deps.json
M pkgs/servers/monitoring/prometheus/collectd-exporter_deps.json
M pkgs/servers/monitoring/prometheus/haproxy-exporter_deps.json
M pkgs/servers/monitoring/prometheus/mesos-exporter_deps.json
M pkgs/servers/monitoring/prometheus/mysqld-exporter_deps.json
M pkgs/servers/monitoring/prometheus/nginx-exporter_deps.json
M pkgs/servers/monitoring/prometheus/prom2json_deps.json
M pkgs/servers/monitoring/prometheus/pushgateway_deps.json
M pkgs/servers/monitoring/prometheus/statsd-bridge_deps.json
M pkgs/servers/nsq/deps.json
M pkgs/servers/oauth2_proxy/deps.json
M pkgs/servers/serf/deps.json
M pkgs/servers/skydns/deps.json
M pkgs/shells/elvish/deps.json
M pkgs/shells/oh/deps.json
M pkgs/tools/X11/go-sct/deps.json
M pkgs/tools/admin/lxd/deps.json
M pkgs/tools/filesystems/go-mtpfs/deps.json
M pkgs/tools/misc/gawp/deps.json
M pkgs/tools/misc/i3cat/deps.json
M pkgs/tools/misc/mongodb-tools/deps.json
M pkgs/tools/misc/upower-notify/deps.json
M pkgs/tools/networking/ngrok/deps.json
M pkgs/tools/networking/s3gof3r/deps.json
M pkgs/tools/security/hologram/deps.json
M pkgs/tools/system/confd/deps.json
M pkgs/tools/text/platinum-searcher/deps.json
M pkgs/tools/text/sift/deps.json
Log Message:
-----------
Merge pull request #17677 from kamilchm/no-go-libs-json
buildGoPackage: remove Go deps file `libs.json`
Compare: https://github.com/NixOS/nixpkgs/compare/b2efe2babd74...c2302f2f450d_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits