Vagrant Cascadian
b044754744
gnu: go-golang-org-x-crypto-twofish: Fix typo "This package".
...
* gnu/packages/golang (go-golang-org-x-crypto-twofish)[description]: Fix typo.
2019-05-22 18:08:25 -07:00
Vagrant Cascadian
46e8da9765
gnu: go-golang-org-x-crypto-cast5: Fix typo "This package".
...
* gnu/packages/golang (go-golang-org-x-crypto-cast5)[description]: Fix typo.
2019-05-22 18:08:22 -07:00
Vagrant Cascadian
8374bbe2b8
gnu: go-golang-org-x-crypto-salsa20: Fix typo "This package".
...
* gnu/packages/golang (go-golang-org-x-crypto-salsa20)[description]: Fix typo.
2019-05-22 18:08:19 -07:00
Vagrant Cascadian
575fa9b3c2
gnu: go-golang-org-x-crypto-tea: Fix typo "This package".
...
* gnu/packages/golang (go-golang-org-x-crypto-tea)[description]: Fix typo.
2019-05-22 18:08:17 -07:00
Leo Famulari
755a6027ce
gnu: Go 1.11: Update to 1.11.10.
...
* gnu/packages/golang.scm (go-1.11): Update to 1.11.10.
2019-05-10 13:30:07 -04:00
Tobias Geerinckx-Rice
52beae7b8a
gnu, guix: Yearly ritual purging of the filesystems.
...
* gnu/packages/android.scm (android-ext4-utils)[synopsis]: Fix ‘file
system’ spelling.
* gnu/packages/disk.scm (rmlint)[synopsis, description]: Likewise.
* gnu/packages/golang.scm (go-github-com-kr-fs)[synopsis, description]:
Likewise & edit for grammar.
* gnu/packages/ipfs.scm (gx, go-ipfs)[description]: Likewise.
* /gnu/packages/java.scm (java-commons-vfs)[synopsis]: Likewise.
* gnu/packages/linux.scm (fuseiso)[description]: Likewise.
(genext2fs)[synopsis, description]: Likewise.
* gnu/packages/package-management.scm (libostree)[description]: Likewise.
* gnu/packages/python-xyz.scm (python-requests-file)[description]:
Likewise & mark up.
* gnu/packages/rails.scm (ruby-with-advisory-lock)[description]:
Likewise.
* gnu/packages/ruby.scm (ruby-rerun)[description]: Likewise.
* guix/build/go-build-system.scm (setup-go-environment)<docstring>:
Likewise.
* guix/store/deduplication.scm (get-temp-link)<docstring>: Likewise.
2019-04-25 04:42:16 +02:00
Leo Famulari
9c1b4316dc
gnu: Go standard crypto library: Update to 0.0.0-3.b7391e9 [security fixes].
...
Fixes a vulnerability in 'golang.org/x/crypto/salsa20' where, if more than 256
GiB of keystream is generated, or if the counter otherwise grows greater than 32
bits, the amd64 implementation will first generate incorrect output, and then
cycle back to previously generated keystream.
https://go.googlesource.com/crypto/+/b7391e95e576cacdcdd422573063bc057239113d
* gnu/packages/golang.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-crypto-ed25519,
go-golang-org-x-crypto-ripemd160, go-golang-org-x-crypto-blake2s,
go-golang-org-x-crypto-sha3, go-golang-org-x-crypto-ssh-terminal): Update to
0.0.0-3.b7391e9.
(go-golang-org-x-crypto-blake2s)[propagated-inputs]: Add
go-golang-org-x-sys-cpu.
(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-crypto-ssh-terminal):
Inherit from go-golang-org-x-crypto-bcrypt.
2019-04-02 13:07:03 -04:00
Leo Famulari
4a136536e8
gnu: Add go-golang-org-x-sys-cpu.
...
* gnu/packages/golang.scm (go-golang-org-x-sys-cpu): New variable.
2019-04-02 13:07:03 -04:00
Leo Famulari
0e55864036
gnu: go-github-com-burntsushi-toml: Update to 0.3.1.
...
* gnu/packages/golang.scm (go-github-com-burntsushi-toml): Update to 0.3.1.
2019-04-01 16:07:21 -04:00
Leo Famulari
bf197dcda0
gnu: Go 1.11: Update to 1.11.6.
...
* gnu/packages/golang.scm (go-1.11): Update to 1.11.6.
[arguments]: Remove the 'tarbomb-workaround' phase and inherit the 'chdir'
phase.
2019-03-18 16:10:48 -04:00
Katherine Cox-Buday
18199da4b7
gnu: Add Go 1.12.
...
* gnu/packages/golang.scm (go-1.12): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
2019-03-18 16:10:44 -04:00
Giovanni Biscuolo
4ddf067f21
gnu: Add go-github-com-burntsushi-locker
...
* gnu/packages/golang.scm (go-github-com-burntsushi-locker): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
2019-03-18 13:23:42 -04:00
Leo Famulari
10b30b9773
gnu: Remove duplicate go-github-com-kr-text.
...
This effectively reverts 56f610f5c7
. But I removed
the preexisting package since the new one is simpler.
* gnu/packages/golang.scm (go-github-com-kr-text): Remove variable.
2019-03-14 19:10:17 -04:00
Leo Famulari
2f9bbd8e6c
gnu: Gogo protocol buffers: Update to 1.2.1.
...
* gnu/packages/golang.scm (go-github-com-gogo-protobuf,
go-github-com-gogo-protobuf-protoc-gen-gogo,
go-github-com-gogo-protobuf-gogoproto, go-github-com-gogo-protobuf-proto):
Update to 1.2.1.
(go-github-com-gogo-protobuf-proto)[license] Fix license.
[synopsis, description]: Complete.
(go-github-com-gogo-protobuf-protoc-gen-gogo)[arguments]: Skip the tests.
2019-03-14 15:34:30 -04:00
Leo Famulari
e3f14f47ff
gnu: Add go-github-com-gogo-protobuf-gogoproto.
...
* gnu/packages/golang.scm (go-github-com-gogo-protobuf-gogoproto): New variable.
2019-03-14 15:34:30 -04:00
Leo Famulari
c83f9f661d
gnu: go-github-com-urfave-cli: Update to 1.20.0-0.693af58.
...
* gnu/packages/golang.scm (go-github-com-urfave-cli): Update to
1.20.0-0.693af58.
2019-03-14 15:34:29 -04:00
Leo Famulari
24e3520dd0
gnu: go-github-com-mattn-go-isatty: Use upstream version string.
...
* gnu/packages/golang.scm (go-github-com-mattn-go-isatty): Use upstream
version.
2019-03-14 15:34:29 -04:00
Leo Famulari
b3f0f8a62e
gnu: go-golang-org-x-sys-unix: Update to 0.0.0-2.4d1cda0.
...
* gnu/packages/golang.scm (go-golang-org-x-sys-unix): Update to 0.0.0-2.4d1cda0.
[arguments]: Remove the 'patch-tests' phase.
2019-03-14 15:34:29 -04:00
Leo Famulari
3034d1a193
gnu: Go networking libraries: Update to 0.0.0-2.351d144.
...
* gnu/packages/golang.scm (go-golang-org-x-net-internal-socks,
go-golang-org-x-net-internal-socket): New variables.
(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): Update to 0.0.0-2.351d144.
2019-03-14 15:34:29 -04:00
Leo Famulari
782dd442b5
gnu: Go crypto libraries: Update to 0.0.0-2.0fcca48.
...
* gnu/packages/golang.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): Update to 0.0.0-2.0fcca48.
2019-03-14 15:34:29 -04:00
Leo Famulari
aa413ff8f7
gnu: Add go-github-com-kr-pretty.
...
* gnu/packages/golang.scm (go-github-com-kr-pretty): New variable.
2019-03-14 15:34:28 -04:00
Leo Famulari
56f610f5c7
gnu: Add go-github-com-kr-text.
...
* gnu/packages/golang.scm (go-github-com-kr-text): New variable.
2019-03-14 15:34:28 -04:00
Leo Famulari
0c28ee8cc1
gnu: go-github-com-minio-sha256-simd: Update to 0.0.0-3.cc1980c.
...
* gnu/packages/golang.scm (go-github-com-minio-sha256-simd): Update to
0.0.0-3.cc1980c.
2019-03-14 15:34:28 -04:00
Leo Famulari
9c359ff445
gnu: Remove the various Go union meta-packages.
...
* gnu/packages/golang.scm (go-github-com-gogo-protobuf-union,
go-golang-org-x-crypto-union): Remove variables.
(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-xtea, go-golang-org-x-crypto-salsa20,
go-golang-org-x-crypto-twofish,)[arguments]: Remove obsolete
'make-gzip-archive-writable' phase.
(go-golang-org-x-crypto-ed25519)[arguments]: The phase
'make-gzip-archive-writable' belongs here now.
(go-github-com-multiformats-go-multihash)[native-inputs]: Remove
go-golang-org-x-crypto-union. Add go-golang-org-x-crypto-blake2s and
go-golang-org-x-crypto-sha3.
(go-github-com-libp2p-go-libp2p-peer)[native-inputs]: Remove
go-golang-org-x-crypto-union. Add go-golang-org-x-crypto-blake2s,
go-golang-org-x-crypto-ed25519, and go-golang-org-x-crypto-sha3.
(go-github-com-libp2p-go-libp2p-metrics)[native-inputs]: Remove
go-golang-org-x-crypto-union. Add go-golang-org-x-crypto-sha3,
go-golang-org-x-crypto-ed25519, and go-golang-org-x-crypto-blake2s.
(go-github-com-multiformats-go-multiaddr)[native-inputs]: Remove
go-golang-org-x-crypto-union. Add go-golang-org-x-crypto-sha3 and
go-golang-org-x-crypto-blake2s.
(go-github-com-multiformats-go-multiaddr-net)[native-inputs]: Remove
go-golang-org-x-crypto-union. Add go-golang-org-x-crypto-sha3 and
go-golang-org-x-crypto-blake2s.
* gnu/packages/ipfs.scm (go-github-com-ipfs-go-ipfs-api)[native-inputs]: Remove
go-golang-org-x-crypto-union. Add go-golang-org-x-crypto-blake2s,
go-golang-org-x-crypto-ed25519, and go-golang-org-x-crypto-sha3.
(gx)[native-inputs]: Remove go-golang-org-x-crypto-union. Add
go-golang-org-x-crypto-blake2s, go-golang-org-x-crypto-ed25519, and
go-golang-org-x-crypto-sha3.
(gx-go)[native-inputs]: Remove go-golang-org-x-crypto-union. Add
go-golang-org-x-crypto-blake2s, go-golang-org-x-crypto-ed25519, and
go-golang-org-x-crypto-sha3.
* gnu/packages/syncthing.scm: Remove go-golang-org-x-text-union,
go-golang-org-x-net-union, and go-github-com-vitrun-qart-union.
2019-03-14 15:34:26 -04:00
Leo Famulari
5a14b913ad
gnu: Remove Go 1.9.
...
* gnu/packages/golang.scm (go-1.9): Remove variable.
(go-1.11): Inherit from go-1.4 and consolidate the inherited build
phases from go-1.9.
Go 1.11 should be essentially unchanged with this commit, although the
derivation is different.
2019-03-14 15:34:26 -04:00
Leo Famulari
f0736d4795
gnu: go-github.com-jtolds-gls: Update to 4.20.
...
* gnu/packages/golang.scm (go-github.com-jtolds-gls): Update to 4.20.
2019-03-04 17:04:42 -05:00
Ricardo Wurmus
c5b806a94a
gnu: go-github-com-minio-sha256-simd: Remove duplicate.
...
* gnu/packages/syncthing.scm (go-github-com-minio-sha256-simd): Remove
duplicate.
* gnu/packages/golang.scm (go-github-com-minio-sha256-simd): Bump revision to
supersede the older duplicate.
2019-02-04 12:13:07 +01:00
Efraim Flashner
1009e6e7ec
gnu: go@1.4: Build with binutils-gold on armhf and aarch64.
...
* gnu/packages/golang.scm (go@1.4)[native-inputs]: Add binutils-gold
for armhf-linux and aarch64-linux.
2019-02-04 08:07:47 +02:00
Leo Famulari
bc58bb9bdf
gnu: Add go-github-com-direnv-go-dotenv.
...
* gnu/packages/golang.scm (go-github-com-direnv-go-dotenv): New variable.
2019-02-01 17:21:10 +01:00
Leo Famulari
c6bc0fc3a5
gnu: Go: Update to 1.11.5 [fixes CVE-2019-6486].
...
* gnu/packages/golang.scm (go-1.11): Update to 1.11.5.
[arguments]: Add a 'tarbomb-workaround' phase and adapt the 'chdir' phase for
the tarbomb.
2019-01-25 19:24:59 -05:00
Leo Famulari
2119cd3a35
gnu: Go 1.11: Update to 1.11.4 [fixes CVE-2018-{16873,16874}].
...
* gnu/packages/golang.scm (go-1.11): Update to 1.11.4.
2018-12-16 16:24:12 -05:00
Christopher Baines
69a64ecd66
gnu: go-gopkg.in-tomb.v2: Fix build.
...
Looks like this test isn't compiling with newer versions of go, so fix it to
get the package building again.
* gnu/packages/golang.scm (go-gopkg.in-tomb.v2)[arguments]: Add new
patch-source phase.
2018-12-04 19:53:04 +00:00
Marius Bakke
79ee97a144
Merge branch 'master' into core-updates
2018-11-14 21:20:46 +01:00
Pierre Neidhardt
5c4758415d
gnu: go-github-com-aarzilli-golua: Fix for go-1.11.
...
* gnu/packages/golang.scm (go-github-com-aarzilli-golua)[arguments]: Fix for go-1.11.
[native-inputs]: Remove lua.
[propagated-inputs]: Add lua.
2018-11-12 10:31:23 +01:00
Pierre Neidhardt
46a4ae2212
gnu: go-github-com-wtolson-go-taglib: Fix tests and build for go-1.11.
...
* gnu/packages/golang.scm (go-github-com-wtolson-go-taglib)[arguments]: Fix tests for go-1.11.
[native-inputs]: Remove pkg-config and taglib.
[propagated-inputs]: Add pkg-config and taglib.
2018-11-12 10:30:10 +01:00
Pierre Neidhardt
9a65a05201
gnu: go: Update default to 1.11.
...
* gnu/packages/golang.scm (go): Update default to 1.11.
2018-11-12 10:28:46 +01:00
Marius Bakke
f4a5faa9dc
Merge branch 'master' into core-updates
2018-11-05 23:56:22 +01:00
Pierre Neidhardt
97b7b96efc
gnu: go-github-com-urfave-cli: Remove duplicate declaration.
...
* gnu/packages/golang.scm (go-github-com-urfave-cli): Remove duplicate declaration.
2018-11-04 23:33:24 +01:00
Leo Famulari
b3325eb306
gnu: Go 1.11: Avoid unnecessary store references.
...
This shrinks the closure of Go 1.11 from 1379 MiB to 581 MiB.
Fixes <https://bugs.gnu.org/32949 >.
* gnu/packages/golang.scm (go-1.11)[arguments]: Add a 'delete-extraneous-files'
phase.
2018-11-01 23:23:09 -04:00
Pierre Neidhardt
5b6c3ad0cd
gnu: Add go-github-com-kr-fs.
...
* gnu/packages/golang.scm (go-github-com-kr-fs): New variable.
2018-10-24 14:41:44 +02:00
Pierre Neidhardt
56eb7bd33c
gnu: Add go-github-com-whyrusleeping-stump.
...
* gnu/packages/golang.scm (go-github-com-whyrusleeping-stump): New variable.
2018-10-24 12:13:50 +02:00
Pierre Neidhardt
38566e975e
gnu: Add go-github-com-whyrusleeping-progmeter.
...
* gnu/packages/golang.scm (go-github-com-whyrusleeping-progmeter): New variable.
2018-10-24 12:13:50 +02:00
Pierre Neidhardt
7bd9020e48
gnu: Add go-github-com-whyrusleeping-json-filter.
...
* gnu/packages/golang.scm (go-github-com-whyrusleeping-json-filter): New variable.
2018-10-24 12:13:50 +02:00
Pierre Neidhardt
b5bb0b500b
gnu: Add go-github-com-urfave-cli.
...
* gnu/packages/golang.scm (go-github-com-urfave-cli): New variable.
2018-10-24 12:13:50 +02:00
Pierre Neidhardt
20f48e4b5d
gnu: Add go-github-com-sabhiram-go-gitignore.
...
* gnu/packages/golang.scm (go-github-com-sabhiram-go-gitignore): New variable.
2018-10-24 12:13:50 +02:00
Pierre Neidhardt
ad8d463740
gnu: Add go-github-com-cheekybits-is.
...
* gnu/packages/golang.scm (go-github-com-cheekybits-is): New variable.
2018-10-24 12:13:50 +02:00
Pierre Neidhardt
38d346dcc6
gnu: Add go-github-com-whyrusleeping-tar-utils.
...
* gnu/packages/golang.scm (go-github-com-whyrusleeping-tar-utils): New variable.
2018-10-24 12:13:50 +02:00
Pierre Neidhardt
66fb6e292a
gnu: Add go-github-com-multiformats-go-multiaddr-net.
...
* gnu/packages/golang.scm (go-github-com-multiformats-go-multiaddr-net): New variable.
2018-10-24 12:13:49 +02:00
Pierre Neidhardt
e53121b36f
gnu: Add go-github-com-multiformats-go-multiaddr.
...
* gnu/packages/golang.scm (go-github-com-multiformats-go-multiaddr): New variable.
2018-10-24 12:13:49 +02:00
Pierre Neidhardt
8cb9128173
gnu: Add go-github-com-mitchellh-go-homedir.
...
* gnu/packages/golang.scm (go-github-com-mitchellh-go-homedir): New variable.
2018-10-24 12:13:49 +02:00
Pierre Neidhardt
77d8a91792
gnu: Add go-github-com-libp2p-go-libp2p-metrics.
...
* gnu/packages/golang.scm (go-github-com-libp2p-go-libp2p-metrics): New variable.
2018-10-24 12:13:49 +02:00
Pierre Neidhardt
43a5c17737
gnu: Add go-github-com-libp2p-go-libp2p-protocol.
...
* gnu/packages/golang.scm (go-github-com-libp2p-go-libp2p-protocol): New variable.
2018-10-24 12:13:49 +02:00
Pierre Neidhardt
1db1e3c79e
gnu: Add go-github-com-libp2p-go-libp2p-peer.
...
* gnu/packages/golang.scm (go-github-com-libp2p-go-libp2p-peer): New variable.
2018-10-24 12:13:49 +02:00
Pierre Neidhardt
2e42e587b4
gnu: Add go-github-com-multiformats-go-multihash.
...
* gnu/packages/golang.scm (go-github-com-multiformats-go-multihash): New variable.
2018-10-24 12:13:49 +02:00
Pierre Neidhardt
9a7f157571
gnu: Add go-github-com-spaolacci-murmur3.
...
* gnu/packages/golang.scm (go-github-com-spaolacci-murmur3): New variable.
2018-10-24 12:13:49 +02:00
Pierre Neidhardt
90f2a84805
gnu: Add go-github-com-minio-blake2b-simd.
...
* gnu/packages/golang.scm (go-github-com-minio-blake2b-simd): New variable.
2018-10-24 12:13:49 +02:00
Pierre Neidhardt
27d59d8bf5
gnu: Add go-github-com-gxed-hashland-keccakpg.
...
* gnu/packages/golang.scm (go-github-com-gxed-hashland-keccakpg): New variable.
2018-10-24 12:13:49 +02:00
Pierre Neidhardt
15272a5053
gnu: Add go-github-com-mr-tron-base58.
...
* gnu/packages/golang.scm (go-github-com-mr-tron-base58): New variable.
2018-10-24 12:13:49 +02:00
Pierre Neidhardt
71f3680499
gnu: Add go-github-com-libp2p-go-libp2p-crypto.
...
* gnu/packages/golang.scm (go-github-com-libp2p-go-libp2p-crypto): New variable.
2018-10-24 12:13:49 +02:00
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