Commit graph

10 commits

Author SHA1 Message Date
rnhmjoj 82c661313d
caddy: 0.9.2 -> 0.9.5 2017-01-25 00:07:09 +01:00
rushmorem a52aa1c940 caddy: 0.9.1 -> 0.9.2 2016-09-21 18:52:17 +02:00
Kamil Chmielewski 914e0e594c buildGoPackage: deps.json -> deps.nix in NIXON
https://github.com/NixOS/nixpkgs/pull/17254#issuecomment-245295541

* update docs to describe `deps.nix`
* include goDeps in nix-shell GOPATH
* NixOS 16.09 rel notes about replacing goPackages
2016-09-16 00:04:55 +01:00
rushmorem 6e2629d9f2 caddy: 0.9.0 -> 0.9.1 2016-08-21 17:08:33 +02:00
rushmorem 9e6240629c caddy: 0.8.3 -> 0.9.0
Closes https://github.com/NixOS/nixpkgs/issues/17678
2016-08-14 20:21:20 +02:00
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
Kamil Chmielewski 8cd1d4cda5 buildGoPackage: use Go 1.6 by default 2016-06-09 13:08:10 +02:00
Kamil Chmielewski 734d152977 buildGo16Packages: fetchgit -> fetchFromGitHub 2016-06-09 13:08:10 +02:00
Kamil Chmielewski 7eb671ebcd no more goPackages 2016-06-09 13:08:00 +02:00
Kamil Chmielewski 4ce39be8ea caddy: extracted from goPackages 2016-06-09 11:22:02 +02:00