summary refs log tree commit diff
path: root/pkgs/top-level/go-packages.nix
Commit message (Collapse)AuthorAge
* mongo-tools: UpdateWilliam A. Kennington III2015-08-27
|
* Fix go-tools to include cover/vet for 1.4 but not 1.5 onwardWilliam A. Kennington III2015-08-27
|
* Merge pull request #9422 from kamilchm/glide05Arseniy Seroka2015-08-25
|\ | | | | glide: 0.4.1 -> 0.5.0
| * glide: 0.4.1 -> 0.5.0Kamil Chmielewski2015-08-23
| |
* | gotools: Fix build and update to 2015-08-19William A. Kennington III2015-08-19
| |
* | Merge branch 'master.upstream' into staging.upstreamWilliam A. Kennington III2015-08-19
|\|
| * golang: Remove the last references to go-1.3William A. Kennington III2015-08-19
| |
| * golint: Update to 2015-06-23William A. Kennington III2015-08-19
| |
| * glide: init at 0.4.1, and dependencies:Kamil Chmielewski2015-08-17
| | | | | | | | | | | | cli-go: init at 1.2.0 cookoo: init at 1.2.0 go-gypsy: init at current master
* | Merge branch 'master.upstream' into staging.upstreamWilliam A. Kennington III2015-08-07
|\|
| * serfdom: fix build by updating from 0.6.3 to 0.6.4Pascal Wittmann2015-08-06
| | | | | | | | and using an old version of memberlist
* | lxd: Init and update goPackagesWilliam A. Kennington III2015-08-05
| |
* | Merge branch 'master.upstream' into staging.upstreamWilliam A. Kennington III2015-07-30
|\|
| * etcd: Init at 2.1.1William A. Kennington III2015-07-29
| |
* | mongo-tools: Init in goPackagesWilliam A. Kennington III2015-07-30
| |
* | goPackages: UpdatesWilliam A. Kennington III2015-07-29
|/
* go-packages: further simplificationDan Peebles2015-07-29
| | | | | | | | | | | | | | This change is the result of replacing: buildGoPackage rec \{\s+rev\s+=\s+"(.*)";\s+name\s+=\s+"(.*)-\$\{stdenv.lib.strings.substring 0 7 rev\}";\s+goPackagePath\s+=\s+"github.com/(.*)/\2";\s+src\s+=\s+fetchFromGitHub\s+\{\s+inherit rev;\s+owner\s+=\s+"\3";\s+repo\s+=\s+"\2";\s+sha256\s+=\s"(.*)";\s+\};\s+\}; with: buildFromGitHub {\n rev = "$1";\n owner = "$3";\n repo = "$2";\n sha256 = "$4";\n }; in pkgs/top-level/go-packages.nix. I also inherited `rev` in `buildFromGitHub` to prevent a mass rebuild of Go packages, even though it's unused.
* go-packages: start factoring out repetitive patternsDan Peebles2015-07-29
|
* Merge pull request #8731 from cheecheeo/fzf-masterlethalman2015-07-24
|\ | | | | fzf
| * go-shellwords: init at 35d512af75e283aae4ca1fc3d44b159ed66189a4John Chee2015-07-09
| | | | | | | | patch by @magnetophon
| * junegunn.go-runewidth: init at travisishJohn Chee2015-07-09
| | | | | | | | patch by @magnetophon
* | go go-systemd: disable on go 1.3 (ZHF)Luca Bruno2015-07-21
| |
* | go go-etcd: disable on go 1.3 (ZHF)Luca Bruno2015-07-21
| |
* | go tools: add package alias to fix other packages (ZHF)Luca Bruno2015-07-21
|/
* ipfs: added to go-packagesJoachim Schiele2015-06-21
|
* goPackages: fix influxdb8 and related packagesJaka Hudoklin2015-06-19
|
* goPackages: oauth2: use propagatedBuildInputs instead of extraSrcsBob van der Linden2015-06-17
|
* added drive packageBob van der Linden2015-06-17
|
* goPackages: grpc: fix dependencies so that grpc buildsBob van der Linden2015-06-16
|
* Prometheus: update to 0.14.0Benjamin Staffin2015-06-01
|
* prometheus-mesos-exporter: Fix misplaced dependenciesBenjamin Staffin2015-05-30
| | | | | goPackages.mesos-stats doesn't actually have any dependencies of its own; the mesos_exporter app does.
* goPackages.logrus: update to 0.8.2Benjamin Staffin2015-05-29
|
* Update prometheus and its various helper packagesBenjamin Staffin2015-05-23
| | | | | | | | | | | | Updates to: - prometheus - prometheus-alertmanager - prometheus-cli - prometheus-mesos-exporter - prometheus-node-exporter - prometheus-pushgateway - prometheus-statsd-bridge
* consul: 0.5.1 -> 0.5.2William A. Kennington III2015-05-22
|
* goPackage: enabled checks for goquery/cascadiaJoachim Schiele2015-05-21
|
* new goPackage(s): goquery, cascadiaJoachim Schiele2015-05-21
|
* consul-alerts: FixWilliam A. Kennington III2015-05-19
|
* go-packages: Fix more packagingWilliam A. Kennington III2015-05-19
|
* goPackages: Add dependencies for vaultWilliam A. Kennington III2015-05-18
|
* consul-alerts: Make go-packageWilliam A. Kennington III2015-05-18
|
* consul-template: Move to go-packagesWilliam A. Kennington III2015-05-18
|
* consul: Move into the go-packages frameworkWilliam A. Kennington III2015-05-18
|
* goPackages.tools: Make the build work with the go decouplingWilliam A. Kennington III2015-05-18
|
* goPackages: Standardize source of built insWilliam A. Kennington III2015-05-18
|
* go: add disabled flag for packagesLuca Bruno2015-05-18
|
* Add MongoDB tools and build dependencies.Mikkel Christiansen2015-05-18
|
* go: remove renameImports and use goPackageAliasesLuca Bruno2015-05-15
|
* goPackages: Update and add some packagesWilliam A. Kennington III2015-05-14
|
* goPackages: Update and add some packagesWilliam A. Kennington III2015-05-14
|
* Fixed some descriptionsPascal Wittmann2015-04-28
|