summaryrefslogtreecommitdiff
path: root/gnu/packages/golang.scm
Commit message (Collapse)AuthorAge
...
| * gnu: go-github-com-stretchr-testify: Update to 1.7.0.Efraim Flashner2022-01-09
| | | | | | | | | | | | | | | | | | * gnu/packages/golang.scm (go-github-com-stretchr-testify): Update to 1.7.0. [propagated-inputs]: Replace go-gopkg-in-yaml-v2 with go-gopkg-in-yaml-v3. (go-github-com-stretchr-testify-bootstrap)[propagated-inputs]: Add go-gopkg-in-yaml-v2. (go-github-com-stretchr-objx)[native-inputs]: Remove go-gopkg-in-yaml-v2.
| * gnu: go-github-com-microcosm-cc-bluemonday: Adjust inputs.Efraim Flashner2022-01-06
| | | | | | | | | | | | | | | | * gnu/packages/golang.scm (go-github-com-microcosm-cc-bluemonday) [native-inputs]: Remove go-github-com-aymeric-douceur, go-github-com-gorillia-css. Move go-github-com-chris-ramon-douceur, go-glang-org-x-net ... [propagated-inputs]: ... to here.
| * gnu: go-github-com-hashicorp-hcl: Update to 1.0.0.Sharlatan Hellseher2022-01-05
| | | | | | | | | | | | | | | | * gnu/packages/golang: Use the latest tag for HCL V1 instead of commit [native-inputs]: add go-github-com-davecgh-go-spew Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: go-github-com-stretchr-objx: Remove vendored code.Efraim Flashner2022-01-03
| | | | | | | | | | | | | | | | | | | | * gnu/packages/golang.scm (go-github-com-stretchr-objx)[source]: Add snippet to remove vendor directory. [propagated-inputs]: Add go-github-com-davecgh-go-spew, go-github-com-pmezard-go-difflib [inputs]: Add go-github-com-stretchr-testify-bootstrap. [native-inputs]" Add go-gopkg-in-yaml-v2. (go-github-com-stretchr-testify-bootstrap): New variable.
| * gnu: go-github-com-fatih-color: Remove vendored code.Efraim Flashner2022-01-03
| | | | | | | | | | | | | | * gnu/packages/golang.scm (go-github-com-fatih-color)[source]: Add snippet. [propagated-inputs]: Add go-github-com-mattn-go-colorable, go-github-com-mattn-go-isatty.
| * gnu: go-github-com-chris-ramon-douceur: Adjust inputs.Efraim Flashner2022-01-03
| | | | | | | | | | | | | | * gnu/packages/golang.scm (go-github-com-chris-ramon-douceur) [native-inputs]: Move go-github-com-aymerick-douceur, go-github-com-gorilla-css from here ... [propagated-inputs]: ... to here.
| * gnu: go-github-com-androiddnsfix: Rename to go-github-com-mtibben-androiddnsfix.Efraim Flashner2022-01-02
| | | | | | | | | | | | * gnu/packages/golang.scm (go-github-com-androiddnsfix): Rename to go-github-com-mtibben-androiddnsfix. (aws-vault)[native-inputs]: Adjust accordingly.
| * gnu: go-github-com-kingpin: Rename to go-github-com-alecthomas-kingpin.Efraim Flashner2022-01-02
| | | | | | | | | | | | * gnu/packages/golang.scm (go-github-com-kingpin): Rename to go-github-com-alecthomas-kingpin. (aws-vault)[native-inputs]: Adjust accordingly.
| * gnu: go-github-com-go-libsecret: Rename to go-github-com-gsterjov-go-libsecret.Efraim Flashner2022-01-02
| | | | | | | | | | | | | | * gnu/packages/golang.scm (go-github-com-go-libsecret): Rename to go-github-com-gsterjov-go-libsecret. (go-github-com-99designs-go-keyring, aws-vault)[native-inputs]: Adjust accordingly.
| * gnu: go-github-com-percent: Rename to go-github-com-mtibben-percent.Efraim Flashner2022-01-02
| | | | | | | | | | | | | | * gnu/packages/golang.scm (go-github-com-percent): Rename to go-github-com-mtibben-percent. (aws-vault, go-github-com-99designs-go-keyring)[native-inputs]: Adjust accordingly.
| * gnu: go-github-com-olekukonko-tablewriter: Adjust inputs.Efraim Flashner2022-01-02
| | | | | | | | | | | | * gnu/packages/golang.scm (go-github-com-olekukonko-tablewriter) [native-inputs]: Move go-github.com-mattn-go-runewidth to ... [propagated-inputs]: ... here.
| * gnu: go-github-com-aws-aws-sdk-go: Adjust inputs.Efraim Flashner2022-01-02
| | | | | | | | | | | | * gnu/packages/golang.scm (go-github-com-aws-aws-sdk-go) [native-inputs]: Move go-github-com-jmespath-go-jmespath to ... [propagated-inputs]: ... here.
| * gnu: go-github-com-androiddnsfix: Rewrite synopsis and description.Ludovic Courtès2022-01-01
| | | | | | | | | | * gnu/packages/golang.scm (go-github-com-androiddnsfix): Rewrite 'synopsis' and 'description'.
| * gnu: Add aws-vaultCollin J. Doering2022-01-01
| | | | | | | | | | | | * gnu/packages/golang.scm (aws-vault): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Add go-github-com-kingpinCollin J. Doering2022-01-01
| | | | | | | | | | | | * gnu/packages/golang.scm (go-github-com-kingpin): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Add go-github-com-alecthomas-unitsCollin J. Doering2022-01-01
| | | | | | | | | | | | * gnu/packages/golang.scm (go-github-com-alecthomas-units): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Add go-github-com-alecthomas-templateCollin J. Doering2022-01-01
| | | | | | | | | | | | * gnu/packages/golang.scm (go-github-com-alecthomas-template): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Add go-open-golangCollin J. Doering2022-01-01
| | | | | | | | | | | | * gnu/packages/golang.scm (go-open-golang): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Add go-gopkg-in-iniCollin J. Doering2022-01-01
| | | | | | | | | | | | * gnu/packages/golang.scm (go-gopkg-in-ini): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Add go-github-com-aws-aws-sdk-goCollin J. Doering2022-01-01
| | | | | | | | | | | | * gnu/packages/golang.scm (go-github-com-aws-aws-sdk-go): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Add go-github-com-androiddnsfixCollin J. Doering2022-01-01
| | | | | | | | | | | | * gnu/packages/golang.scm (go-github-com-androiddnsfix): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Add go-github-com-99designs-go-keyringCollin J. Doering2022-01-01
| | | | | | | | | | | | * gnu/packages/golang.scm (go-github-com-99designs-go-keyring): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Add go-github-com-go-libsecretCollin J. Doering2022-01-01
| | | | | | | | | | | | * gnu/packages/golang.scm (go-github-com-go-libsecret): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Add go-github-com-dvsekhvalnov-jose2goCollin J. Doering2022-01-01
| | | | | | | | | | | | * gnu/packages/golang.scm (go-github-com-dvsekhvalnov-jose2go): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Add go-github-com-percentCollin J. Doering2022-01-01
| | | | | | | | | | | | * gnu/packages/golang.scm (go-github-com-percent): New Variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Remove trailing period from synopsis.Vagrant Cascadian2021-12-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/anddroid.scm (android-liblog, git-repo)[synopsis]: Remove trailing period. * gnu/packages/audio.scm (audio-to-midi)[synopsis]: Likewise. * gnu/packages/bioinformatics.scm (python-mygene, python-scanpy, nanosv)[synopsis]: Likewise. * gnu/packages/cran.scm (r-gsubfn)[synopsis]: Likewise. * gnu/packages/crates-io.scm (rust-ascii-1, rust-bindgen-0.59, rust-byte-unit-4, rust-clircle-0.3, rust-dashmap-4, rust-dhcp4r-0.2, rust-fast-float-0.2, rust-fst-0.4, rust-futures-core-preview-0.3, rust-http-types-2, rust-hyper-0.14, rust-indexmap-1, rust-minimal-lexical-0.1, rust-oorandom-11.1, rust-runtime-raw-0.3, rust-sharded-slab-0.1, rust-takeable-option-0.4, rust-tower-service-0.3, rust-ttf-parser-0.12)[synopsis]: Likewise. * gnu/packages/disk.scm (f3)[synopsis]: Likewise. * gnu/packages/emacs-xyz.scm (emacs-scribble-mode, emacs-psession)[synopsis]: Likewise. * gnu/packages/golang.scm (go-github-com-kylelemons-godebug)[synopsis]: Likewise. * gnu/packages/haskell-xyz.scm (ghc-fsnotify, ghc-libyaml, ghc-emojis, ghc-regex-tdfa, ghc-th-lift-instances, ghc-commonmark-pandoc)[synopsis]: Likewise. * gnu/packages/java.scm (java-commons-jxpath, java-jakarta-regexp)[synopsis]: Likewise. * gnu/packages/lisp-xyz.scm (sbcl-cl-annot, sbcl-envy)[synopsis]: Likewise. * gnu/packages/mail.scm (go-gitlab.com-shackra-goimapnotify)[synopsis]: Likewise. * gnu/packages/maven.scm (maven-wagon-http-shared, maven-surefire-plugin)[synopsis]: Likewise. * gnu/packages/perl.scm (perl-text-soundex)[synopsis]: Likewise. * gnu/packages/python-check.scm (python-httmock)[synopsis]: Likewise. * gnu/packages/python-web.scm (python-bottle)[synopsis]: Likewise. * gnu/packages/python-xyz.scm (python-olefile, python-tokenize-rt, python-pylzma)[synopsis]: Likewise. * gnu/packages/tex.scm (texlive-docstrip)[synopsis]: Likewise.
| * gnu: go-github-com-xanzy-ssh-agent: Fix trailing whitespace in description.Vagrant Cascadian2021-12-29
| | | | | | | | | | * gnu/packages/golang.scm (go-github-com-xanzy-ssh-agent)[description]: Fix trailing whitespace.
| * gnu: go-github-com-mattn-go-zglob: Fix trailing whitespace in description.Vagrant Cascadian2021-12-29
| | | | | | | | | | * gnu/packages/golang.scm (go-github-com-mattn-go-zglob)[description]: Fix trailing whitespace.
| * gnu: go-1.17: Disable tests on aarch64-linux.Efraim Flashner2021-12-28
| | | | | | | | | | * gnu/packages/golang.scm (go-1.17)[arguments]: Disable tests when building for aarch64-linux.
| * build-system/go: Use go-1.17 by default.Sarah Morgensen2021-12-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Build all Go packages with go-1.17 by default. Explicitly specify an older Go version in packages which cannot build with go-1.17. * gnu/packages/golang.scm (go): Update from 'go-1.14' to 'go-1.17'. * gnu/packages/docker.scm (docker)[native-inputs]: Explicitly use 'go-1.14'. * gnu/packages/ipfs.scm (go-github-com-ipfs-go-ipfs-cmdkit-files)[arguments]: Explicitly use Go 1.16. (go-ipfs)[arguments]: Use the default version of Go. * gnu/packages/syncthing.scm (syncthing)[arguments]: Likewise. * gnu/packages/admin.scm (runitor)[arguments]: Likewise. Signed-off-by: Leo Famulari <leo@famulari.name>
| * build-system/go: Add pre-built standard library as implicit input.Sarah Morgensen2021-12-24
| | | | | | | | | | | | | | | | * gnu/packages/golang.scm (make-go-std): New procedure. * guix/build-system/go.scm (make-go-std): New procedure. (lower): Use it. Add pre-built standard library to inputs. Signed-off-by: Leo Famulari <leo@famulari.name>
| * gnu: Move go-github-com-aswinkarthik-csvdiff to textutils.Liliana Marie Prikler2021-12-24
| | | | | | | | | | | | | | | | This fixes a build error caused by cross-module use of deprecated-package. * gnu/packages/golang.scm (go-github-com-aswinkarthik-csvdiff): Move from here... * gnu/packages/textutils.scm (go-github-com-aswinkarthik-csvdiff): ... to here.
| * gnu: go-1.17: Build with gcc:lib on arm* architectures.Efraim Flashner2021-12-21
| | | | | | | | | | | | * gnu/packages/golang.scm (go-1.17)[arguments]: Add phase on arm* architectures to link to gcc:lib. [inputs]: When building for arm* don't remove gcc:lib.
| * gnu: go-1.17: Simplify native-inputs.Efraim Flashner2021-12-21
| | | | | | | | | | * gnu/packages/golang.scm (go-1.17)[native-inputs]: Remove unnecessary quoting.
| * gnu: Move csvdiff to (gnu packages textutils).BonfaceKilz2021-12-20
| | | | | | | | | | | | | | | | * gnu/packages/golang.scm (go-github-com-aswinkarthik-csvdiff): Add deprecated alias. Move to ... * gnu/packages/textutils (csvdiff): ... here. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
| * gnu: Go 1.17: Update to 1.17.5.Leo Famulari2021-12-17
| | | | | | | | * gnu/packages/golang.scm (go-1.17): Update to 1.17.5.
| * gnu: Go 1.16: Update to 1.16.12.Leo Famulari2021-12-17
| | | | | | | | * gnu/packages/golang.scm (go-1.16): Update to 1.16.12.
| * gnu: Simplify package inputs.Ludovic Courtès2021-12-13
| | | | | | | | | | | | | | | | This commit was obtained by running: ./pre-inst-env guix style without any additional argument.
| * gnu: go-1.14: Fix building on some platforms.Efraim Flashner2021-12-12
| | | | | | | | | | | | | | | | * gnu/packages/golang.scm (go-1.14)[arguments]: In custom 'prebuild phase also search for loader without 'linux' in the string. In custom 'build phase set the GOCACHE directory. [native-inputs]: On systems which don't have support in go-1.4 use gccgo-10 instead.
| * Merge remote-tracking branch 'signed/master' into core-updatesMathieu Othacehe2021-12-10
| |\
| | * gnu: sendgmail: Rename package to match command.Philip McGrath2021-12-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Suggested by Ludo’ in <https://issues.guix.gnu.org/50420#3>. * gnu/packages/golang.scm (go-github-com-google-gmail-oauth2-tools-go-sendgmail): Move to ... * gnu/packages/mail.scm (sendgmail): ... this variable. Change `propagated-inputs` to `inputs`. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| | * gnu: go-github-com-alcortesm-tgz: Don't reset gzip timestamps.Sarah Morgensen2021-12-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The tgz files are committed test fixtures, so don't reset their timestamps. * gnu/packages/golang.scm (go-github-com-alcortesm-tgz)[arguments]: Remove 'make-git-checkout-writable' phase. Delete 'reset-gzip-timestamps' phase instead. Signed-off-by: Leo Famulari <leo@famulari.name>
| | * gnu: Go 1.17: Update to 1.17.4.Leo Famulari2021-12-06
| | | | | | | | | | | | * gnu/packages/golang.scm (go-1.17): Update to 1.17.4.
| | * gnu: Go 1.16: Update to 1.16.11.Leo Famulari2021-12-06
| | | | | | | | | | | | * gnu/packages/golang.scm (go-1.16): Update to 1.16.11.
| | * gnu: go-gopkg-in-yaml-v2: Update to 2.4.0.Efraim Flashner2021-12-06
| | | | | | | | | | | | * gnu/packages/golang.scm (go-gopkg-in-yaml-v2): Update to 2.4.0.
| | * gnu: go-gopkg-in-yaml-v2: Fix test suite on 32-bit systems.Efraim Flashner2021-12-06
| | | | | | | | | | | | | | | * gnu/packages/golamg.scm (go-gopkg-in-yaml-v2)[source]: Add snippet to no longer cause integer overflow on 32-bit systems during test suite.
| * | Merge remote-tracking branch 'origin/master' into core-updates-frozenRicardo Wurmus2021-12-05
| |\|
| | * gnu: go-golang-zx2c4-com-wireguard: Fix downloading source.Efraim Flashner2021-12-02
| | | | | | | | | | | | | | | * gnu/packages/golang.scm (go-golang-zx2c4-com-wireguard)[source]: Adjust commit string in git-reference.
| | * gnu: go-github-com-vividcortex-ewma: Adjust import-path.Efraim Flashner2021-12-02
| | | | | | | | | | | | | | | * gnu/packages/golang.scm (go-github-com-vividcortex-ewma)[arguments]: Adjust import-path to location other go packages expect it to be.
| | * gnu: Add go-github-com-arceliar-ironwood.raingloom2021-12-01
| | | | | | | | | | | | | | | | | | * gnu/packages/golang.scm (go-github-com-arceliar-ironwood): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>