summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-01-03gnu: pidgin-otr: Make some cosmetic changes.Raghav Gururajan
* gnu/packages/messaging.scm (pidgin-otr): Make some cosmetic changes. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2021-01-03gnu: libotr: Update license.Raghav Gururajan
* gnu/packages/messaging.scm (libotr) [license]: Modify. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2021-01-03gnu: libotr: Make some cosmetic changes.Raghav Gururajan
* gnu/packages/messaging.scm (libotr): Make some cosmetic changes. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2021-01-03gnu: pidgin: Enable MultiMedia and A/V support.Raghav Gururajan
* 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>
2021-01-03gnu: pidgin: Enable Gadu-Gadu protocol support.Raghav Gururajan
* gnu/packages/messaging.scm (pidgin) [inputs]: Add libgadu. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2021-01-03gnu: pidgin: Upgrade to 2.14.1.Raghav Gururajan
* 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>
2021-01-03gnu: pidgin: Enable support for Tk.Raghav Gururajan
* gnu/packages/messaging.scm (pidgin) [inputs]: Add tk. [arguments]<#:configure-flags>[--with-tkconfig]: New flag. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2021-01-03gnu: pidgin: Enable support for Tcl.Raghav Gururajan
* 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>
2021-01-03gnu: pidgin: Enable SILC protocol support.Raghav Gururajan
* gnu/packages/messaging.scm (pidgin) [inputs]: Add silc-toolkit. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2021-01-03gnu: pidgin: Enable CAP.Raghav Gururajan
* gnu/packages/messaging.scm (pidgin) [arguments]<#:configure-flags> [--enable-cap]: New flag. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2021-01-03gnu: pidgin: Enable meanwhile.Raghav Gururajan
* gnu/packages/messaging.scm (pidgin) [inputs]: Add meanwhile. [arguments]<#:configure-flags>[--disable-meanwhile]: Remove flag. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2021-01-03gnu: pidgin: Enable support for mono.Raghav Gururajan
* gnu/packages/messaging.scm (pidgin) [inputs]: Add mono. [arguments]<#:configure-flags>[--enable-mono]: New flag. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2021-01-03gnu: pidgin: Add missing inputs.Raghav Gururajan
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>
2021-01-03gnu: pidgin: Re-arrange inputs in alphabetical order.Raghav Gururajan
* gnu/packages/messaging.scm (pidgin) [native-inputs]: Re-order. [inputs]: Re-order. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2021-01-03gnu: pidgin: Make some cosmetic changes.Raghav Gururajan
* gnu/packages/messaging.scm (pidgin): Make some cosmetic changes. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2021-01-03/etc/profile.d/guix.sh: Add guix pull profile even when absentJakub Kądziołka
* etc/guix-install.sh (sys_create_init_profile): Set PATH and INFOPATH even when $_GUIX_PROFILE does not exist. After initial installation on a foreign distro, the guix pull profile won't be present in path. This means that the first guix pull won't take effect until the shell is restarted. ~/.guix-profile cannot be pre-loaded like this as the relevant paths are stored in ~/.guix-profile/etc/profile, which simply won't exist. However, guix package will output a relevant hint that instructs the user to reload the profile, so this isn't a problem.
2021-01-03gnu: Add ghq.Joseph LaFreniere
* gnu/packages/version-control.scm (ghq): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-01-03gnu: go-github-com-motemen-go-colorine: Propagate inputs.Efraim Flashner
* gnu/packages/golang.scm (go-github-com-motemen-go-colorine)[inputs]: Move go-github-com-daviddengcn-go-colortext ... [propagated-inputs]: ... to here.
2021-01-03gnu: Add go-github-com-urfave-cli-v2.Joseph LaFreniere
* gnu/packages/golang.scm (go-github-com-urfave-cli-v2): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-01-03gnu: Add go-golang.org-x-net-html.Joseph LaFreniere
* gnu/packages/golang.scm (go-golang.org-x-net-html): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-01-03gnu: Add go-github-com-motemen-go-colorine.Joseph LaFreniere
* gnu/packages/golang.scm (go-github-com-motemen-go-colorine): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-01-03gnu: Add go-github-com-daviddengcn-go-colortext.Joseph LaFreniere
* gnu/packages/golang.scm (go-github-com-daviddengcn-go-colortext): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-01-03gnu: Add go-github-com-golangplus-testing.Joseph LaFreniere
* gnu/packages/golang.scm (go-github-com-golangplus-testing): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-01-03gnu: Add go-github-com-golangplus-fmt.Joseph LaFreniere
* gnu/packages/golang.scm (go-github-com-golangplus-fmt): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-01-03gnu: Add go-github-com-songmu-gitconfig.Joseph LaFreniere
* gnu/packages/golang.scm (go-github-com-songmu-gitconfig): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-01-03gnu: Add go-github-com-goccy-yaml.Joseph LaFreniere
* gnu/packages/golang.scm (go-github-com-goccy-yaml): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-01-03gnu: Add go-gopkg-in-go-playground-validator-v9.Joseph LaFreniere
* gnu/packages/golang.scm (go-gopkg-in-go-playground-validator-v9): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-01-03gnu: Add go-gopkg-in-go-playground-assert-v1.Joseph LaFreniere
* gnu/packages/golang.scm (go-gopkg-in-go-playground-assert-v1): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-01-03gnu: Add go-github-com-go-playground-universal-translator.Joseph LaFreniere
* gnu/packages/golang.scm (go-github-com-go-playground-universal-translator): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-01-03gnu: Add go-github-com-go-playground-locales.Joseph LaFreniere
* gnu/packages/golang.scm (go-github-com-go-playground-locales): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-01-03gnu: Add go-github-com-leodido-go-urn.Joseph LaFreniere
* gnu/packages/golang.scm (go-github-com-leodido-go-urn): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-01-03gnu: ccid: Fix cross-compilation.Caliph Nomble
* gnu/packages/security-token.scm (ccid)[native-inputs]: Move pcsc-lite back to... [inputs]: ...here. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-01-03gnu: sdcv: Add 'STARDICT_DATA_DIR' search path spec.luhux
* gnu/packages/dictionaries.scm (sdcv)[native-search-paths]: New field. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-01-03gnu: sddm: Update to 0.19.0.Vincent Legoll
* gnu/packages/display-managers.scm (sddm): Update to 0.19.0. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-01-03gnu: graphicsmagick: Add dependency on libwebp.Vinicius Monego
* gnu/packages/imagemagick.scm (graphicsmagick): Add dependency on libwebp. [inputs]: Add libwebp. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-01-03gnu: rav1e: Update to 0.3.5.Antoine Côté
* gnu/packages/video.scm (rav1e): Update to 0.3.5. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-01-03gnu: guile-picture-language: Update to 0.0.1-3.7e5982a.Ricardo Wurmus
* 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+.
2021-01-03gnu: guix-data-service: Update to 0.0.1-23.e3878fe.Christopher Baines
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.
2021-01-03gnu: guix-build-coordinator: Update to 0-14.5149e4f.Christopher Baines
* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-14.5149e4f.
2021-01-03gnu: Add rust-num-enum-0.4.Nicolas Goaziou
* gnu/packages/crates-io.scm (rust-num-enum-0.4): New variable.
2021-01-03gnu: newsboat: Update to 2.22.Efraim Flashner
* gnu/packages/syndication.scm (newsboat): Update to 2.22. [arguments]: Remove rust-gettext-sys-0.19, rust-lazy-static-1, rust-nom-5, rust-xdg-2.2 from cargo-inputs. Add rust-cxx-0.5, rust-cxx-build-0.5, rust-nom-6.
2021-01-03gnu: Add rust-cxx-0.5, rust-cxxbridge-macro-0.5.Efraim Flashner
* gnu/packages/crates-io.scm (rust-cxx-0.5, rust-cxxbridge-macro-0.5): New variables.
2021-01-03gnu: Add rust-cxx-build-0.5.Efraim Flashner
* gnu/packages/crates-io.scm (rust-cxx-build-0.5): New variable.
2021-01-03gnu: Add rust-cxx-gen-0.6.Efraim Flashner
* gnu/packages/crates-io.scm (rust-cxx-gen-0.6): New variable.
2021-01-03gnu: Add rust-codespan-reporting-0.9.Efraim Flashner
* gnu/packages/crates-io.scm (rust-codespan-reporting-0.9): New variable.
2021-01-03gnu: rust-trybuild-1: Update to 1.0.38.Efraim Flashner
* gnu/packages/crates-io.scm (rust-trybuild-1): Update to 1.0.38.
2021-01-03gnu: Add rust-rustyline-6.Efraim Flashner
* gnu/packages/crates-io.scm (rust-rustyline-6): New variable.
2021-01-03gnu: Add rust-skim-0.7.Efraim Flashner
* gnu/packages/crates-io.scm (rust-skim-0.7): New variable.
2021-01-03gnu: Add rust-nix-0.18.Efraim Flashner
* gnu/packages/crates-io.scm (rust-nix-0.18): New variable.
2021-01-03gnu: Add rust-timer-0.2.Efraim Flashner
* gnu/packages/crates-io.scm (rust-timer-0.2): New variable.