summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Expand)Author
2021-01-03gnu: Add rust-loom-0.4....* gnu/packages/crates-io.scm (rust-loom-0.4): New variable. (rust-loom-0.3): Inherit from above. Nicolas Goaziou
2021-01-03gnu: rust-scoped-tls-1: Drop minor version from name....* gnu/packages/crates-io.scm (rust-scoped-tls-1): Drop minor version from name. (rust-loom-0.3): (rust-rayon-core-1): (rust-rustc-ap-rustc-ast-654): (rust-rustc-ap-rustc-span-654): (rust-rustc-rayon-core-0.3): (rust-scoped-tls-0.1): (rust-swc-1): (rust-wasm-bindgen-shared-0.2): (rust-wasm-bindgen-test-0.3): Apply removal. Nicolas Goaziou
2021-01-03gnu: guile-gi: Patch all references to libguile-gi....* gnu/packages/guile-xyz.scm (guile-gi)[patch-references-to-extension]: Use find-files to discover all modules. Leo Prikler
2021-01-03gnu: guile-gi: Update to 0.3.1....* gnu/packages/guile-xyz.scm (guile-gi): Update to 0.3.1. Leo Prikler
2021-01-03gnu: Add rust-cbindgen-0.16....* gnu/packages/rust-apps.scm (rust-cbindgen-0.16): New variable. Nicolas Goaziou
2021-01-03gnu: Add guile2.0-pg....* gnu/packages/guile-xyz.scm (guile2.0-pg): New variable. Christopher Baines
2021-01-03gnu: perl-lwp-protocol-https: Uncomment perl-mozilla-ca input....If there's no explicit SSL configuration, the perl-mozilla-ca library acts as a fallback. Including this as an input fixes the use of HTTPS in things that use perl-lwp-protocol-https, for example get-iplayer. * gnu/packages/web.scm (perl-lwp-protocol-https)[propagated-inputs]: Uncomment perl-mozilla-ca. Christopher Baines
2021-01-03gnu: Add rust-serial-test-0.5....* gnu/packages/crates-io.scm (rust-serial-test-0.5): New variable. (rust-serial-test-0.1): Inherit from above. Nicolas Goaziou
2021-01-03gnu: Add rust-serial-test-derive-0.5....* gnu/packages/crates-io.scm (rust-serial-test-derive-0.5): New variable. (rust-serial-test-derive-0.1): Inherit from above. Nicolas Goaziou
2021-01-03gnu: pidgin-otr: Add some inputs....* gnu/packages/messaging.scm (pidgin-otr) [native-inputs]: Add gettext-minimal. [inputs]: Add perl. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org> Raghav Gururajan
2021-01-03gnu: pidgin-otr: Update license....* gnu/packages/messaging.scm (pidgin-otr) [license]: Modify. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org> Raghav Gururajan
2021-01-03gnu: pidgin-otr: Make some cosmetic changes....* gnu/packages/messaging.scm (pidgin-otr): Make some cosmetic changes. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org> Raghav Gururajan
2021-01-03gnu: libotr: Update license....* gnu/packages/messaging.scm (libotr) [license]: Modify. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org> Raghav Gururajan
2021-01-03gnu: libotr: Make some cosmetic changes....* gnu/packages/messaging.scm (libotr): Make some cosmetic changes. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org> Raghav Gururajan
2021-01-03gnu: pidgin: Enable MultiMedia and A/V support....* gnu/packages/messaging.scm (pidgin) [patches]<search-patches> [pidgin-vv-gst.patch]: New patch. [arguments]<#:configure-flags>[--diable-vv]: Remove flag. [--disable-gstreamer]: Remove flag. [CFLAGS]: New flag. [inputs]: Add farstream and gstreamer. Move gtk+-2 to ... [propagated-inputs]: ... here. * gnu/packages/patches/pidgin-vv-gst.patch: New file. * gnu/local.mk (dist_patch_DATA): Add entry. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org> Raghav Gururajan
2021-01-03gnu: pidgin: Enable Gadu-Gadu protocol support....* gnu/packages/messaging.scm (pidgin) [inputs]: Add libgadu. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org> Raghav Gururajan
2021-01-03gnu: pidgin: Upgrade to 2.14.1....* gnu/packages/messaging.scm (pidgin) [version]: Modify. [source]<origin>[sha256]: Modify base32. [patches]<search-patches>[pidgin-libnm.patch]: Remove obsolete patch. * gnu/packages/patches/pidgin-libnm.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove entry. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org> Raghav Gururajan
2021-01-03gnu: pidgin: Enable support for Tk....* gnu/packages/messaging.scm (pidgin) [inputs]: Add tk. [arguments]<#:configure-flags>[--with-tkconfig]: New flag. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org> Raghav Gururajan
2021-01-03gnu: pidgin: Enable support for Tcl....* gnu/packages/messaging.scm (pidgin) [inputs]: Add Tcl. [arguments]<#:configure-flags>[--disable-tcl]: Remove flag. [--with-tclconfig]: New flag. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org> Raghav Gururajan
2021-01-03gnu: pidgin: Enable SILC protocol support....* gnu/packages/messaging.scm (pidgin) [inputs]: Add silc-toolkit. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org> Raghav Gururajan
2021-01-03gnu: pidgin: Enable CAP....* gnu/packages/messaging.scm (pidgin) [arguments]<#:configure-flags> [--enable-cap]: New flag. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org> Raghav Gururajan
2021-01-03gnu: pidgin: Enable meanwhile....* gnu/packages/messaging.scm (pidgin) [inputs]: Add meanwhile. [arguments]<#:configure-flags>[--disable-meanwhile]: Remove flag. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org> Raghav Gururajan
2021-01-03gnu: pidgin: Enable support for mono....* gnu/packages/messaging.scm (pidgin) [inputs]: Add mono. [arguments]<#:configure-flags>[--enable-mono]: New flag. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org> Raghav Gururajan
2021-01-03gnu: pidgin: Add missing inputs....These new inputs are referenced by the package but was missing in the package definition. Some of these inputs might have been used by the package indirectly via propagation from other inputs. * gnu/packages/messaging.scm (pidgin) [native-inputs]: Add graphviz. Move python-2 to ... [inputs]: ... here. Add libgnt, libx11, libxext, nspr, nss, pango and perl. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org> Raghav Gururajan
2021-01-03gnu: pidgin: Re-arrange inputs in alphabetical order....* gnu/packages/messaging.scm (pidgin) [native-inputs]: Re-order. [inputs]: Re-order. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org> Raghav Gururajan
2021-01-03gnu: pidgin: Make some cosmetic changes....* gnu/packages/messaging.scm (pidgin): Make some cosmetic changes. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org> Raghav Gururajan
2021-01-03gnu: Add ghq....* gnu/packages/version-control.scm (ghq): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Joseph LaFreniere
2021-01-03gnu: go-github-com-motemen-go-colorine: Propagate inputs....* gnu/packages/golang.scm (go-github-com-motemen-go-colorine)[inputs]: Move go-github-com-daviddengcn-go-colortext ... [propagated-inputs]: ... to here. Efraim Flashner
2021-01-03gnu: Add go-github-com-urfave-cli-v2....* gnu/packages/golang.scm (go-github-com-urfave-cli-v2): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Joseph LaFreniere
2021-01-03gnu: Add go-golang.org-x-net-html....* gnu/packages/golang.scm (go-golang.org-x-net-html): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Joseph LaFreniere
2021-01-03gnu: Add go-github-com-motemen-go-colorine....* gnu/packages/golang.scm (go-github-com-motemen-go-colorine): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Joseph LaFreniere
2021-01-03gnu: Add go-github-com-daviddengcn-go-colortext....* gnu/packages/golang.scm (go-github-com-daviddengcn-go-colortext): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Joseph LaFreniere
2021-01-03gnu: Add go-github-com-golangplus-testing....* gnu/packages/golang.scm (go-github-com-golangplus-testing): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Joseph LaFreniere
2021-01-03gnu: Add go-github-com-golangplus-fmt....* gnu/packages/golang.scm (go-github-com-golangplus-fmt): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Joseph LaFreniere
2021-01-03gnu: Add go-github-com-songmu-gitconfig....* gnu/packages/golang.scm (go-github-com-songmu-gitconfig): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Joseph LaFreniere
2021-01-03gnu: Add go-github-com-goccy-yaml....* gnu/packages/golang.scm (go-github-com-goccy-yaml): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Joseph LaFreniere
2021-01-03gnu: Add go-gopkg-in-go-playground-validator-v9....* gnu/packages/golang.scm (go-gopkg-in-go-playground-validator-v9): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Joseph LaFreniere
2021-01-03gnu: Add go-gopkg-in-go-playground-assert-v1....* gnu/packages/golang.scm (go-gopkg-in-go-playground-assert-v1): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Joseph LaFreniere
2021-01-03gnu: Add go-github-com-go-playground-universal-translator....* gnu/packages/golang.scm (go-github-com-go-playground-universal-translator): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Joseph LaFreniere
2021-01-03gnu: Add go-github-com-go-playground-locales....* gnu/packages/golang.scm (go-github-com-go-playground-locales): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Joseph LaFreniere
2021-01-03gnu: Add go-github-com-leodido-go-urn....* gnu/packages/golang.scm (go-github-com-leodido-go-urn): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Joseph LaFreniere
2021-01-03gnu: ccid: Fix cross-compilation....* gnu/packages/security-token.scm (ccid)[native-inputs]: Move pcsc-lite back to... [inputs]: ...here. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Caliph Nomble
2021-01-03gnu: sdcv: Add 'STARDICT_DATA_DIR' search path spec....* gnu/packages/dictionaries.scm (sdcv)[native-search-paths]: New field. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> luhux
2021-01-03gnu: sddm: Update to 0.19.0....* gnu/packages/display-managers.scm (sddm): Update to 0.19.0. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Vincent Legoll
2021-01-03gnu: graphicsmagick: Add dependency on libwebp....* gnu/packages/imagemagick.scm (graphicsmagick): Add dependency on libwebp. [inputs]: Add libwebp. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Vinicius Monego
2021-01-03gnu: rav1e: Update to 0.3.5....* gnu/packages/video.scm (rav1e): Update to 0.3.5. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Antoine Côté
2021-01-03gnu: guile-picture-language: Update to 0.0.1-3.7e5982a....* gnu/packages/guile-xyz.scm (guile-picture-language): Update to 0.0.1-3.7e5982a. [propagated-inputs]: Add guile-rsvg. [native-inputs]: Remove imagemagick; add librsvg. [license]: Add GPLv3+. Ricardo Wurmus
2021-01-03gnu: guix-data-service: Update to 0.0.1-23.e3878fe....This fixes the system test, which broke when the squee update broke the metrics endpoint. * gnu/packages/web.scm (guix-data-service): Update to 0.0.1-23.e3878fe. Christopher Baines
2021-01-03gnu: guix-build-coordinator: Update to 0-14.5149e4f....* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-14.5149e4f. Christopher Baines
2021-01-03gnu: Add rust-num-enum-0.4....* gnu/packages/crates-io.scm (rust-num-enum-0.4): New variable. Nicolas Goaziou