Commit Graph

207 Commits (ba1c1853a79a5930ca7db7a6b368859f805df98d)

Author SHA1 Message Date
Pierre Neidhardt ff2d11c3ce
gnu: Add go-github-com-minio-sha256-simd.
* gnu/packages/golang.scm (go-github-com-minio-sha256-simd): New variable.
2018-10-24 12:13:49 +02:00
Pierre Neidhardt d5599afadf
gnu: Add go-github-com-btcsuite-btcd-btcec.
* gnu/packages/golang.scm (go-github-com-btcsuite-btcd-btcec): New variable.
2018-10-24 12:13:48 +02:00
Pierre Neidhardt 171c3259fc
gnu: Add go-github-com-btcsuite-btclog.
* gnu/packages/golang.scm (go-github-com-btcsuite-btclog): New variable.
2018-10-24 12:13:48 +02:00
Pierre Neidhardt 6a95e3a3a4
gnu: Add go-github-com-davecgh-go-spew.
* gnu/packages/golang.scm (go-github-com-davecgh-go-spew): New variable.
2018-10-24 12:13:48 +02:00
Pierre Neidhardt 386bd7ba39
gnu: Add go-github-com-libp2p-go-flow-metrics.
* gnu/packages/golang.scm (go-github-com-libp2p-go-flow-metrics): New variable.
2018-10-24 12:13:22 +02:00
Pierre Neidhardt 48a279ee14
gnu: go-golang-org-x-crypto-union: Wrap all crypto packages.
* gnu/packages/golang.scm (go-golang-org-x-crypto-union): Include
go-golang-org-x-crypto-ed25519, go-golang-org-x-crypto-ripemd160,
go-golang-org-x-crypto-blake2s, go-golang-org-x-crypto-sha3 in union.
2018-10-24 12:13:22 +02:00
Pierre Neidhardt 19789c8b91
gnu: Add go-golang-org-x-crypto-sha3.
* gnu/packages/golang.scm (go-golang-org-x-crypto-sha3): New variable.
2018-10-24 12:13:22 +02:00
Pierre Neidhardt 6fa257cca7
gnu: Add go-golang-org-x-crypto-blake2s.
* gnu/packages/golang.scm (go-golang-org-x-crypto-blake2s): New variable.
2018-10-24 12:13:22 +02:00
Pierre Neidhardt a9010ead4c
gnu: Add go-golang-org-x-crypto-ripemd160.
* gnu/packages/golang.scm (go-golang-org-x-crypto-ripemd160): New variable.
2018-10-24 12:13:21 +02:00
Pierre Neidhardt 7eb0ad380b
gnu: Add go-golang-org-x-crypto-ed25519.
* gnu/packages/golang.scm (go-golang-org-x-crypto-ed25519): New variable.
2018-10-24 12:13:21 +02:00
Pierre Neidhardt 830dc25176
gnu: Move go-golang-org-x-crypto-union from syncthing.scm to golang.scm
* gnu/packages/syncthing.scm (go-golang-org-x-crypto-union): Delete.
* gnu/packages/golang.scm (go-golang-org-x-crypto-union): Add.
2018-10-24 12:13:21 +02:00
Pierre Neidhardt 5787e15230
gnu: Move go-github-com-gogo-protobuf* from syncthing.scm to golang.scm
* gnu/packages/syncthing.scm (go-github-com-gogo-protobuf,
  go-github-com-gogo-protobuf-protoc-gen-gogo,
  go-github-com-gogo-protobuf-union): Delete.

* gnu/packages/golang.scm (go-github-com-gogo-protobuf,
  go-github-com-gogo-protobuf-protoc-gen-gogo,
  go-github-com-gogo-protobuf-union): Add.
2018-10-24 10:46:05 +02:00
Marius Bakke d02bb02f7d
Merge branch 'master' into core-updates 2018-10-17 20:47:11 +02:00
Efraim Flashner 2ab321ca37
gnu: go@1.4: Add support for aarch64-linux.
* gnu/packages/golang.scm (go@1.4)[arguments]: Build for armhf-linux
when building for aarch64-linux.
[supported-systems]: Add aarch64-linux.
2018-10-15 14:21:07 +03:00
Leo Famulari 0a3e9bf621
gnu: Go 1.9: Fix test failure with binutils >= 2.31.
* gnu/packages/golang.scm (go-1.9)[arguments]: Add a substitution to the
prebuild phase.
2018-10-07 21:19:07 -04:00
Leo Famulari a18accba46
gnu: Remove Go 1.10.
* gnu/packages/golang.scm (go-1.10): Remove variable.
(go-1.11)[arguments]: Remove unnecessary environment variable from
'set-bootstrap-variables' phase.
2018-10-07 20:48:30 -04:00
Katherine Cox-Buday 227ce488d7
gnu: Go 1.11: Update to 1.11.1
* gnu/packages/golang.scm (go-1.11): Update to 1.11.1.

Signed-off-by: Leo Famulari <leo@famulari.name>
2018-10-03 10:33:46 -04:00
Katherine Cox-Buday 21280a8cd8
gnu: Add Go 1.11.
* gnu/packages/golang.scm (go-1.11): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2018-09-22 14:30:13 -04:00
Leo Famulari 32b3611375
gnu: Go 1.10: Update to 1.10.4.
* gnu/packages/golang.scm (go-1.10): Update to 1.10.4.
2018-09-18 15:30:03 -04:00
Pierre Neidhardt 4715f92ef0
Update email for Pierre Neidhardt.
* .mailmap: Add name and email for Pierre Neidhardt.
* gnu/packages/c.scm, gnu/packages/code.scm, gnu/packages/compression.scm,
gnu/packages/disk.scm, gnu/packages/emacs.scm, gnu/packages/freedesktop.scm,
gnu/packages/golang.scm, gnu/packages/image.scm, gnu/packages/music.scm,
gnu/packages/networking.scm, gnu/packages/password-utils.scm,
gnu/packages/perl-check.scm, gnu/packages/perl.scm,
gnu/packages/textutils.scm, gnu/packages/video.scm, gnu/packages/xdisorg.scm:
Update email for Pierre Neidhardt.
2018-08-27 14:46:26 +02:00
Leo Famulari ce5c3ecbd5
gnu: Remove go-github-com-davidjpeacock-cli.
* gnu/packages/golang.scm (go-github-com-davidjpeacock-cli): Remove variable.
2018-08-09 08:13:09 -04:00
Ludovic Courtès 0e11f5da4d
gnu: go-github-com-yookoala-realpath: Fix license.
* gnu/packages/golang.scm (go-github-com-yookoala-realpath)[license]:
Change to EXPAT.
2018-07-24 15:48:06 +02:00
Pierre Neidhardt 53182924eb
gnu: Add go-github-com-wtolson-go-taglib.
* gnu/packages/golang.scm (go-github-com-wtolson-go-taglib): New variable.
2018-07-22 21:44:28 +02:00
Pierre Neidhardt 62879d2216
gnu: Add go-github-com-michiwend-gomusicbrainz.
* gnu/packages/golang.scm (go-github-com-michiwend-gomusicbrainz): New variable.
2018-07-22 21:44:27 +02:00
Pierre Neidhardt 9630ae345b
gnu: Add go-github-com-michiwend-golang-pretty.
* gnu/packages/golang.scm (go-github-com-michiwend-golang-pretty): New variable.
2018-07-22 21:43:38 +02:00
Pierre Neidhardt bc3138d265
gnu: Add go-github-com-kr-text.
* gnu/packages/golang.scm (go-github-com-kr-text): New variable.
2018-07-22 21:40:05 +02:00
Pierre Neidhardt c496281724
gnu: Add go-github-com-stevedonovan-luar.
* gnu/packages/golang.scm (go-github-com-stevedonovan-luar): New variable.
2018-07-22 21:39:22 +02:00
Pierre Neidhardt 54b83f0e89
gnu: Add go-gitlab-com-ambrevar-damerau.
* gnu/packages/golang.scm (go-gitlab-com-ambrevar-damerau): New variable.
2018-07-22 21:31:36 +02:00
Pierre Neidhardt b4d1440f9f
gnu: Add go-github-com-yookoala-realpath.
* gnu/packages/golang.scm (go-github-com-yookoala-realpath): New variable.
2018-07-22 21:29:34 +02:00
Pierre Neidhardt f25e3b39d9
gnu: Add go-gitlab-com-ambrevar-golua-unicode.
* gnu/packages/golang.scm (go-gitlab-com-ambrevar-golua-unicode): New variable.
2018-07-22 21:29:08 +02:00
Pierre Neidhardt e25ddef5bd
gnu: Add go-github-com-aarzilli-golua.
* gnu/packages/golang.scm (go-github-com-aarzilli-golua): New variable.
2018-07-22 21:27:30 +02:00
Pierre Neidhardt 32cb1af632
gnu: Add go-github-com-mgutz-ansi.
* gnu/packages/golang.scm (go-github-com-mgutz-ansi): New variable.
2018-07-22 21:26:20 +02:00
Pierre Neidhardt 7601b4e4fe
gnu: Add go-github-com-mattn-go-colorable.
* gnu/packages/golang.scm (go-github-com-mattn-go-colorable): New variable.
2018-07-22 21:24:59 +02:00
Pierre Neidhardt 3291be815b
gnu: Add go-github-com-mattn-go-isatty.
* gnu/packages/golang.scm (go-github-com-mattn-go-isatty): New variable.
2018-07-22 21:23:13 +02:00
Rouby Pierre-Antoine d2c5e91278
gnu: Add go-gopkg-in-yaml-v2.
* gnu/packages/golang.scm (go-gopkg-in-yaml-v2): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-07-13 00:08:55 +02:00
Rouby Pierre-Antoine abd47216b7
gnu: Add go-gopkg-in-check-v1.
* gnu/packages/golang.scm (go-gopkg-in-check-v1): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-07-13 00:08:55 +02:00
Rouby Pierre-Antoine d850e7a0b7
gnu: Add go-github-com-gorhill-cronexpr.
* gnu/packages/golang.scm (go-github-com-gorhill-cronexpr): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-07-13 00:08:55 +02:00
Rouby Pierre-Antoine af132bcc00
gnu: Add go-github-com-docker-machine.
* gnu/packages/golang.scm (go-github-com-docker-machine): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-07-13 00:08:55 +02:00
Rouby Pierre-Antoine 01bcc94c2f
gnu: Add go-github-com-docker-go-connections.
* gnu/packages/golang.scm (go-github-com-docker-go-connections): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-07-13 00:08:55 +02:00
Rouby Pierre-Antoine e282611820
gnu: Add go-github-com-docker-distribution.
* gnu/packages/golang.scm (go-github-com-docker-distribution): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-07-07 18:10:32 +02:00
Tobias Geerinckx-Rice 188b88e244
gnu: go@1.9: Return #t from all phases.
* gnu/packages/golang.scm (go-1.9)[arguments]: Substitute INVOKE for
SYSTEM*. Return #t rather than undefined from phases.
2018-06-26 02:17:02 +02:00
Tobias Geerinckx-Rice 2a49f7ad51
gnu: go@1.4: Return #t from all phases.
* gnu/packages/golang.scm (go-1.4)[arguments]: Substitute INVOKE for
SYSTEM*. Return #t rather than undefined from phases.
2018-06-26 02:17:02 +02:00
Rouby Pierre-Antoine aed4944d51
gnu: Add go-github-com-ayufan-golang-kardianos-service.
* gnu/packages/golang.scm (go-github-com-ayufan-golang-kardianos-service): New
variable.
2018-06-20 12:55:01 -04:00
Leo Famulari 5cc2b8456f
gnu: Move go-github-com-kardianos-osext to (gnu packages golang).
This package will not be used in later versions of Syncthing but may be needed
by other Go programs.

* gnu/packages/syncthing.scm (go-github-com-kardianos-osext): Move to ...
* gnu/packages/golang.scm: ... here.
2018-06-20 12:55:01 -04:00
Rouby Pierre-Antoine 7427b2c6c1
gnu: Add go-github-com-sirupsen-logrus.
* gnu/packages/golang.scm (go-github-com-sirupsen-logrus): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2018-06-20 12:55:01 -04:00
Leo Famulari 9297fc61cc
gnu: Go 1.10: Update to 1.10.3.
* gnu/packages/golang.scm (go-1.10): Update to 1.10.3.
2018-06-14 17:49:56 -04:00
Leo Famulari 96fd9a0e62
gnu: Go 1.9: Update to 1.9.7.
* gnu/packages/golang.scm (go-1.9): Update to 1.9.7.
2018-06-14 17:49:53 -04:00
Rouby Pierre-Antoine 76a2b27897
gnu: Add go-github-com-spf13-pflag.
* gnu/packages/golang.scm (go-github-com-spf13-pflag): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-06-11 15:19:01 +02:00
Rouby Pierre-Antoine bcb2179085
gnu: Add go-github-com-jonboulle-clockwork.
* gnu/packages/golang.scm (go-github-com-jonboulle-clockwork): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-06-11 15:19:01 +02:00
Rouby Pierre-Antoine e8cdf560b0
gnu: Add go-github-com-gorilla-mux.
* gnu/packages/golang.scm (go-github-com-gorilla-mux): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-06-11 15:19:01 +02:00
Rouby Pierre-Antoine 9cf879a573
gnu: Add go-github-com-gorilla-context.
* gnu/packages/golang.scm (go-github-com-gorilla-context): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2018-05-29 18:39:08 -04:00
Rouby Pierre-Antoine daed2c5e6a
gnu: Add go-github-com-google-gofuzz.
* gnu/packages/golang.scm (go-github-com-google-gofuzz): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2018-05-29 18:39:08 -04:00
Rouby Pierre-Antoine 73fe19ef28
gnu: Add go-github-com-google-cadvisor.
* gnu/packages/golang.scm (go-github-com-google-cadvisor): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2018-05-29 18:39:08 -04:00
Rouby Pierre-Antoine 7979f7df9a
gnu: Add go-github-com-emicklei-go-restful.
* gnu/packages/golang.scm (go-github-com-emicklei-go-restful): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2018-05-29 18:39:08 -04:00
Rouby Pierre-Antoine 67836c5956
gnu: Add go-github-com-blang-semver.
* gnu/packages/golang.scm (go-github-com-blang-semver): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2018-05-29 18:39:08 -04:00
Rouby Pierre-Antoine 7c2ebbd4a6
gnu: Add go-github-com-urfave-cli.
* gnu/packages/golang.scm (go-github-com-urfave-cli): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2018-05-29 18:39:05 -04:00
Rouby Pierre-Antoine 21290c35b1
gnu: Add go-github-com-tevino-abool.
* gnu/packages/golang.scm (go-github-com-tevino-abool): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-05-23 13:53:14 +02:00
Rouby Pierre-Antoine 28380e0e28
gnu: Add go-github-com-stretchr-testify.
* gnu/packages/golang.scm (go-github-com-stretchr-testify): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-05-23 13:53:14 +02:00
Rouby Pierre-Antoine c4230cda09
gnu: Add go-github-com-jpillora-backoff.
* gnu/packages/golang.scm (go-github-com-jpillora-backoff): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-05-23 13:53:14 +02:00
Rouby Pierre-Antoine 0972411a57
gnu: Add go-github-com-hashicorp-go-version.
* gnu/packages/golang.scm (go-github-com-hashicorp-go-version): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-05-23 13:53:14 +02:00
Rouby Pierre-Antoine 8c5a69aa00
gnu: Add go-github-com-getsentry-raven-go.
* gnu/packages/golang.scm (go-github-com-getsentry-raven-go): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-05-23 13:53:14 +02:00
Rouby Pierre-Antoine fb50664f6b
gnu: Add go-github-com-burntsushi-toml.
* gnu/packages/golang.scm (go-github-com-burntsushi-toml): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-05-23 13:53:13 +02:00
Leo Famulari fb6357ceea
gnu: Go 1.10: Update to 1.10.2.
* gnu/packages/golang.scm (go-1.10): Update to 1.10.2.
2018-05-12 23:04:13 -04:00
Leo Famulari 9dc0cf83d2
gnu: Go 1.9: Update to 1.9.6.
* gnu/packages/golang.scm (go-1.9): Update to 1.9.6.
2018-05-12 23:04:10 -04:00
Leo Famulari f0b85055c7
gnu: go@1.10: Update to 1.10.1 [fixes CVE-2018-7187].
* gnu/packages/golang.scm (go-1.10): Update to 1.10.1.
[arguments]: Disable the 'TestTwoPkgConfigs' test.
2018-04-24 13:07:08 -04:00
Leo Famulari 3f15744349
gnu: go@1.9: Update to 1.9.5 [fixes CVE-2018-7187].
* gnu/packages/golang.scm (go-1.9): Update to 1.9.5.
[arguments]: Disable the 'TestTwoPkgConfigs' test.
2018-04-24 13:07:07 -04:00
Leo Famulari 3f0ec617f5
gnu: go@1.4: Use the "real" pkg-config.
* gnu/packages/golang.scm (go-1.4)[native-inputs]: Use pkg-config instead of
%pkg-config.
2018-04-24 13:07:04 -04:00
Tomáš Čech e60352e453
gnu: Add go-golang-org-x-crypto-ssh-terminal.
* gnu/packages/golang.scm (go-golang-org-x-crypto-ssh-terminal): New variable.
2018-04-20 10:38:31 +02:00
Leo Famulari 269d0858c6
gnu: Move the Go standard libraries to (gnu packages golang).
* gnu/packages/syncthing.scm (go-golang-org-x-crypto-bcrypt,
go-golang-org-x-crypto-blowfish, go-golang-org-x-crypto-pbkdf2,
go-golang-org-x-crypto-tea, go-golang-org-x-crypto-salsa20,
go-golang-org-x-crypto-cast5, go-golang-org-x-crypto-twofish,
go-golang-org-x-crypto-xtea, go-golang-org-x-net-ipv4, go-golang-org-x-net-bpf,
go-golang-org-x-net-context, go-golang-org-x-net-internal-iana,
go-golang-org-x-net-ipv6, go-golang-org-x-net-proxy, go-golang-org-x-sys-unix,
go-golang-org-x-text-transform, go-golang-org-x-text-unicode-norm,
go-golang-org-x-time-rate): Move these packages ...
* gnu/packages/golang.scm: ... to here.
2018-04-17 17:47:36 -04:00
Christopher Baines ed0c6a768e
gnu: Add go-github-com-hashicorp-hcl.
* gnu/packages/golang.scm (go-github-com-hashicorp-hcl): New variable.
2018-03-17 23:04:29 +00:00
Christopher Baines c4d2cffae7
gnu: Add go-github-com-tj-docopt.
* gnu/packages/golang.scm (go-github-com-tj-docopt): New variable.
2018-03-17 23:04:29 +00:00
Efraim Flashner 82f09c0e8e
gnu: go-github-com-aki237-nscjar: Declare a source file-name.
* gnu/packages/golang.scm (go-github-com-aki237-nscjar)[source]: Declare
a source file-name.
2018-03-04 12:38:51 +02:00
Efraim Flashner 6de107b0c9
gnu: go-github-com-davidjpeacock-cli: Declare a source file-name.
* gnu/packages/golang.scm (go-github-com-davidjpeacock-cli)[source]:
Declare a source file-name.
2018-03-04 12:38:50 +02:00
Efraim Flashner fdbece74aa
gnu: go-github-com-alsm-ioprogress: Declare a source file-name.
* gnu/packages/golang.scm (go-github-com-alsm-ioprogress)[source]:
Declare a source file-name.
2018-03-04 12:38:50 +02:00
Leo Famulari fcbb8461a4
gnu: Add go@1.10.
Building Go 1.10 with the Go 1.4 bootstrap, Thread Sanitizer from GCC 5
finds a data race during the the test suite of Go 1.10. With GCC 6, the
race doesn't seem to be present.

.##### ../misc/cgo/testsanitizers
--- FAIL: TestShared (0.03s)
    --- FAIL: TestShared/tsan_shared (2.54s)
        cshared_test.go:71: `/tmp/guix-build-go-1.10.drv-0/TestShared367937240/tsan_shared` exited with exit status 66
                ==================
                WARNING: ThreadSanitizer: data race (pid=28778)
                  Write of size 8 at 0x7ffff5495c30 by thread T1:
                    #0 pthread_attr_getstacksize <null> (tsan_shared+0x00000041be82)
                    #1 x_cgo_init <null> (libtsan_shared.so+0x00000008aeaf)
                    #2 runtime.rt0_go /tmp/guix-build-go-1.10.drv-0/go/src/runtime/asm_amd64.s:199 (libtsan_shared.so+0x000000081586)

                  Previous write of size 8 at 0x7ffff5495c30 by main thread:
                    #0 <null> <null> (0x000000000001)

                  Location is stack of thread T1.

                  Thread T1 (tid=28786, running) created by main thread at:
                    #0 pthread_create <null> (tsan_shared+0x00000040c794)
                    #1 _cgo_try_pthread_create <null> (libtsan_shared.so+0x00000008ad70)
                    #2 x_cgo_sys_thread_create <null> (libtsan_shared.so+0x00000008ab12)
                    #3 _rt0_amd64_lib /tmp/guix-build-go-1.10.drv-0/go/src/runtime/asm_amd64.s:56 (libtsan_shared.so+0x0000000813b6)

                SUMMARY: ThreadSanitizer: data race ??:0 __interceptor_pthread_attr_getstacksize

* gnu/packages/golang.scm (go-1.10): New variable.
(go-1.4)[native-inputs]: Use gcc:lib version 6.
2018-02-26 17:34:14 -05:00
Leo Famulari 95a396f4e1
gnu: go: Update to 1.9.4 [fixes CVE-2018-6574].
* gnu/packages/golang.scm (go-1.9): Update to 1.9.4.
2018-02-12 15:31:16 -05:00
Christopher Baines da6f9d41c1
gnu: Add go-github.com-jtolds-gls.
* gnu/packages/golang.scm (go-github.com-jtolds-gls): New variable.
2018-02-01 20:21:25 +00:00
Christopher Baines 210c6d959d
gnu: Add go-gopkg.in-tomb.v2.
* gnu/packages/golang.scm (go-gopkg.in-tomb.v2): New variable.
2018-01-30 07:41:30 +00:00
Christopher Baines 60a8cbc4b7
gnu: Add go-github.com-jessevdk-go-flags.
* gnu/packages/golang.scm (go-github.com-jessevdk-go-flags): New variable.
2018-01-30 07:41:29 +00:00
Leo Famulari f3a13a21e5
gnu: go: Update to 1.9.3.
* gnu/packages/golang.scm (go-1.9): Update to 1.9.3.
2018-01-23 16:01:13 -05:00
Tobias Geerinckx-Rice 247064c3d1
gnu: go: Improve description.
* gnu/packages/golang.scm (go-1.4)[description]: Edit for clarity.
2018-01-21 22:35:58 +01:00
Tobias Geerinckx-Rice e11a70176d
gnu: go@1.9: Drop left-over work-around.
* gnu/packages/golang.scm (go-1.9)[arguments]: Remove substitution for
fixed bug from the ‘prebuild’ phase.
2018-01-21 22:35:58 +01:00
Leo Famulari 12f496ba56
gnu: Add go-github-com-davidjpeacock-cli.
* gnu/packages/golang.scm (go-github-com-davidjpeacock-cli): New variable.
2017-12-31 12:36:08 -05:00
Leo Famulari 11b12655f0
gnu: Add go-github-com-aki237-nscjar.
* gnu/packages/golang.scm (go-github-com-aki237-nscjar): New variable.
2017-12-31 12:36:07 -05:00
Leo Famulari d3878e88f3
gnu: Add go-github-com-alsm-ioprogress.
* gnu/packages/golang.scm (go-github-com-alsm-ioprogress): New variable.
2017-12-31 12:36:07 -05:00
Leo Famulari 0cbcab7254
gnu: go: Update to 1.9.2.
* gnu/packages/golang.scm (go-1.9): Update to 1.9.2.
2017-10-26 12:14:33 -04:00
Efraim Flashner dda785f660
gnu: go@1.4: Limit supported systems.
* gnu/packages/golang.scm (go@1.4)[supported-systems]: New field,
Limit supported systems to x86_64-linux, i686-linux and armhf-linux.
(go@1.9)[supported-systems]: New field.
2017-10-25 19:07:10 +03:00
Leo Famulari 488d380c82
gnu: go: update to 1.9.1 [security fixes].
See the release announcement and bug reports for more details about the
security issues fixed in this release:

https://groups.google.com/forum/m/#!topic/golang-nuts/sHfMg4gZNps
https://golang.org/issue/22125
https://golang.org/issue/22134

* gnu/packages/golang.scm (go-1.9): Update to 1.9.1.
2017-10-04 19:08:09 -04:00
Marius Bakke 72e2815d18
Merge branch 'core-updates' 2017-08-26 15:15:49 +02:00
Leo Famulari 35131babc1
gnu: go: Update to 1.9.
* gnu/packages/golang.scm (go-1.8): Replace with ...
(go-1.9): ... new variable.
[arguments]: Adjust the pre-build phase accordingly.
2017-08-25 12:28:58 -04:00
Alex Vong eaca9ff07e
gnu: go@1.8: Fix test failure.
* gnu/packages/golang.scm (go-1.8)[arguments]: Escape braces in test data in
'prebuild' phase.

Signed-off-by: Leo Famulari <leo@famulari.name>
2017-07-15 16:13:56 -04:00
Leo Famulari 1c797d4bfb
gnu: go@1.8: Update to 1.8.3 [fixes CVE-2017-8932].
* gnu/packages/golang.scm (go-1.8): Update to 1.8.3.
2017-05-31 11:54:57 -04:00
Sergei Trofimovich 1d698a8ba6
gnu: go-1.4: Add missing '#:modules' imports.
Fixes <https://bugs.gnu.org/26840>.

* gnu/packages/golang.scm (go-1.4): Add missing '#:modules' imports.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2017-05-09 17:52:39 +02:00
Petter c04ef86e81
gnu: go: Update to 1.8.1.
* gnu/packages/golang.scm (go-1.7): Replace with ...
(go-1.8): New variable.
[arguments]: Update substitutions in 'prebuild' phase.
(go): Update to go-1.8.
2017-04-17 14:16:26 -04:00
Leo Famulari f826c8c7ee
gnu: go@1.4, go@1.7: Skip test that fails with tzdata-2017a.
* gnu/packages/golang.scm (go-1.4, go-1.7)[arguments]: Disable the test
TestParseInLocation in 'prebuild' phase.
2017-03-21 01:30:39 -04:00
Leo Famulari 173995453c
gnu: go: Update to 1.7.5.
* gnu/packages/golang.scm (go-1.7): Update to 1.7.5.
[arguments]: Re-enable test 'TestLoadFixed'.
2017-02-16 22:10:11 -05:00
Efraim Flashner 8a610eb605
gnu: Fix header in (gnu packages golang).
* gnu/packages/golang.scm: Replace header line declaring this file as
part of GNU Guix.
2016-12-04 08:50:30 +02:00
Leo Famulari cb8edaac35
gnu: go-1.7: Update to 1.7.4 [security fixes].
* gnu/packages/golang.scm (go-1.7): Update to 1.7.4.
2016-12-02 03:52:06 -05:00
Mark H Weaver ca0635b4ba
Merge branch 'master' into core-updates 2016-10-23 14:16:39 -04:00
Leo Famulari f08add0c5a
gnu: go-1.7: Skip test that fails due to time zone name change.
* gnu/packages/golang.scm (go-1.7)[arguments]: Skip test "TestLoadFixed" in
'prebuild' phase.
2016-10-21 19:13:01 -04:00
Leo Famulari 4b0bac4b3e
gnu: go-1.4: Skip test that fails due to time zone name change.
* gnu/packages/golang.scm (go-1.4)[arguments]: Skip test "TestLoadFixed" in
'prebuild' phase.
2016-10-21 19:13:01 -04:00
Leo Famulari 04a95a4fd6
gnu: go-1.4: Disable cgo.
* gnu/packages/golang.scm (go-1.4)[arguments]: Set "CGO_ENABLED=0" while
building.
(go-1.7)[arguments]: Keep "CGO_ENABLED=1".
2016-10-21 19:13:01 -04:00
Leo Famulari 57147c5d34
gnu: go-1.7: Update to 1.7.3.
* gnu/packages/golang.scm (go-1.7): Update to 1.7.3.
2016-10-21 19:03:21 -04:00
Leo Famulari 5f4d09b52c
gnu: go-1.7: Update to 1.7.1.
* gnu/packages/golang.scm (go-1.7): Update to 1.7.1.
2016-09-11 01:23:34 -04:00
Petter a61696216c
gnu: go: Update to 1.7.
* gnu/packages/golang.scm (go-1.6): Update to 1.7, with corresponding
  minor changes to prebuild phase, and rename variable to...
  (go-1.7): ...this new variable.
  (go): Inherit from new "go-1.7".

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2016-09-06 22:09:09 +03:00
Matthew Jordan ec91bcb500
gnu: Add Go 1.6.
* gnu/packages/golang.scm (go-1.6): New variable.

Co-authored-by: Efraim Flashner <efraim@flashner.co.il>
Co-authored-by: Andy Wingo <wingo@igalia.com>
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2016-08-01 01:11:57 +02:00
Matthew Jordan 7a2941a83e
gnu: Add Go 1.4.
* gnu/local.mk: Modified file.
* gnu/packages/golang.scm: New file.

Co-authored-by: Efraim Flashner <efraim@flashner.co.il>
Co-authored-by: Andy Wingo <wingo@igalia.com>
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2016-06-27 14:09:10 +02:00