summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* gnu: qview: Update to 5.0.Nicolas Goaziou2022-02-14
| | | | | | | | | * gnu/packages/image-viewers.scm (qview): Update to 5.0. [build-system]: Use QT-BUILD-SYSTEM. [arguments]<#:phases>: Use G-expressions. Remove trailing #T. Add a new phase for tests. [native-inputs]: Add QTTOOLS. [inputs]: Re-order alphabetically.
* gnu: Mutt: Update to 2.2.0.Leo Famulari2022-02-13
| | | | * gnu/packages/mail.scm (mutt): Update to 2.2.0.
* gnu: libngspice: Update to 36.Vinicius Monego2022-02-13
| | | | | * gnu/packages/engineering.scm (libngspice, ngspice): Update to 36. (libngspice)[inputs]: Remove labels.
* gnu: cozy: Update to 1.2.0.Vinicius Monego2022-02-13
| | | | | | * gnu/packages/ebook.scm (cozy): Update to 1.2.0. [native-inputs]: Remove labels. [inputs]: Add bash-minimal to please 'guix lint'.
* gnu: gnome-commander: Update to 1.14.0.Vinicius Monego2022-02-13
| | | | | | * gnu/packages/gnome.scm (gnome-commander): Update to 1.14.0. [native-inputs]: Add flex. [inputs]: Remove deprecated gnome-vfs. Add glib.
* gnu: python-astropy: Update to 5.0.1.Vinicius Monego2022-02-13
| | | | * gnu/packages/astronomy.scm (python-astropy): Update to 5.0.1.
* gnu: libredwg: Update to 0.12.5.Vinicius Monego2022-02-13
| | | | | * gnu/packages/engineering.scm (libredwg): Update to 0.12.5. [native-inputs]: Remove labels.
* gnu: openxr: Update to 1.0.22.Vinicius Monego2022-02-13
| | | | * gnu/packages/graphics.scm (openxr): Update to 1.0.22.
* gnu: linux-libre 4.14.266: Fix source code hash.Leo Famulari2022-02-13
| | | | | | This is a followup to commit 54ac2ec4e95a3ef7f95dcbc03089fbffc47e609b. * gnu/packages/linux.scm (linux-libre-4.14-pristine-source): Fix hash.
* gnu: linux-libre 4.9: Update to 4.9.301.Leo Famulari2022-02-13
| | | | | * gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.301. (linux-libre-4.9-pristine-source): Update hash.
* gnu: linux-libre 4.14: Update to 4.14.266.Leo Famulari2022-02-13
| | | | | * gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.266. (linux-libre-4.14-pristine-source): Update hash.
* gnu: linux-libre 4.19: Update to 4.19.229.Leo Famulari2022-02-13
| | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.229. (linux-libre-4.19-pristine-source): Update hash.
* gnu: linux-libre 5.4: Update to 5.4.179.Leo Famulari2022-02-13
| | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.179. (linux-libre-5.4-pristine-source): Update hash.
* gnu: linux-libre 5.10: Update to 5.10.100.Leo Famulari2022-02-13
| | | | | * gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.100. (linux-libre-5.10-pristine-source): Update hash.
* gnu: linux-libre: Update to 5.15.23.Leo Famulari2022-02-13
| | | | | * gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.23. (linux-libre-5.15-pristine-source): Update hash.
* gnu: linux-libre 5.16: Update to 5.16.9.Leo Famulari2022-02-13
| | | | | * gnu/packages/linux.scm (linux-libre-5.16-version): Update to 5.16.9. (linux-libre-5.16-pristine-source): Update hash.
* gnu: cpu: Add detection for AMD CPUs.Efraim Flashner2022-02-13
| | | | | | * guix/cpu.scm <cpu>: Add vendor field. (current-cpu): Also fill in the 'vendor' field. (cpu->gcc-architecture): Add detection logic for AMD CPUs.
* guix: cpu: Rewrite based on feature flags.Efraim Flashner2022-02-13
| | | | | * guix/cpu.scm (cpu->gcc-architecture): Rewrite detection based on detected feature flags.
* gnu: gcc: Add compiler-cpu-architectures for armhf.Efraim Flashner2022-02-13
| | | | | | * gnu/packages/gcc.scm (%gcc-7.5-armhf-micro-architectures, %gcc-10-armhf-micro-architectures): New variables. (gcc-7, gcc-10)[properties]: Add armhf compiler-cpu-architectures.
* gnu: gcc: Add compiler-cpu-architectures for aarch64.Efraim Flashner2022-02-13
| | | | | | * gnu/packages/gcc.scm (%gcc-7.5-aarch64-micro-architectures, %gcc-10-aarch64-micro-architectures): New variables. (gcc-7, gcc-10)[properties]: Add aarch64 compiler-cpu-architectures.
* gnu: monado: Remove input labels.Marius Bakke2022-02-13
| | | | * gnu/packages/graphics.scm (monado)[inputs]: Remove labels.
* gnu: monado: Provide missing input.Marius Bakke2022-02-13
| | | | * gnu/packages/graphics.scm (monado)[inputs]: Add PYTHON.
* gnu: fping: Update to 5.1.Marius Bakke2022-02-13
| | | | * gnu/packages/networking.scm (fping): Update to 5.1.
* doc: Zabbix: Improvide description.Marius Bakke2022-02-13
| | | | | | | | | * doc/guix.texi (Monitoring Services): Document the various 'zabbix-*' service types, and expand description of all Zabbix services. Use less marketing terms. (Web Services): Add subsubheading for PHP-FPM, and anchors for cross-referencing. * gnu/services/monitoring.scm (zabbix-front-end-configuration): Use @ref instead of @pxref for cross-referencing.
* gnu: Zabbix: Update to 5.4.10.Marius Bakke2022-02-13
| | | | | * gnu/packages/monitoring.scm (zabbix-agentd): Update to 5.4.10. [source](snippet): Simplify fping substitution.
* gnu: zabbix-agentd: Use the correct license.Marius Bakke2022-02-13
| | | | * gnu/packages/monitoring.scm (zabbix-agentd)[license]: Change from GPL2 to GPL2+.
* gnu: zabbix-agentd: Add release-monitoring-url.Marius Bakke2022-02-13
| | | | * gnu/packages/monitoring.scm (zabbix-agentd)[properties]: New field.
* gnu: qt5ct: Update to 1.5.Marius Bakke2022-02-13
| | | | | * gnu/packages/qt.scm (qt5ct): Update to 1.5. [arguments]: Remove trailing #t.
* gnu: enlightenment: Update to 0.25.3.Efraim Flashner2022-02-13
| | | | * gnu/packages/enlightenment.scm (enlightenment): Update to 0.25.3.
* gnu: Add julia-optim.Efraim Flashner2022-02-13
| | | | * gnu/packages/julia-xyz.scm (julia-optim): New variable.
* gnu: Add julia-linesearches.Efraim Flashner2022-02-13
| | | | * gnu/packages/julia-xyz.scm (julia-linesearches): New variable.
* gnu: dino: Update to 0.3.0.Ricardo Wurmus2022-02-13
| | | | | | | * gnu/packages/messaging.scm (dino): Update to 0.3.0. [arguments]: Add 'wrap phase. [inputs]: Add gstreamer, gst-plugins-base, gst-plugins-good, libcanberra, libsrtp, and webrtc-audio-processing.
* gnu: Add texlive-stmaryrd/fixed.Ricardo Wurmus2022-02-13
| | | | * gnu/packages/tex.scm (texlive-stmaryrd/fixed): New variable.
* gnu: Add texlive-psnfss/fixed.Ricardo Wurmus2022-02-13
| | | | * gnu/packages/tex.scm (texlive-psnfss/fixed): New variable.
* gnu: Add texlive-babel/fixed.Ricardo Wurmus2022-02-13
| | | | * gnu/packages/tex.scm (texlive-babel/fixed): New variable.
* gnu: Add texlive-amsmath.Ricardo Wurmus2022-02-13
| | | | | | This is a corrected variant of texlive-latex-amsmath, which should be removed. * gnu/packages/tex.scm (texlive-amsmath): New variable.
* gnu: emacs-corfu: Update to 0.19.Nicolas Goaziou2022-02-13
| | | | * gnu/packages/emacs-xyz.scm (emacs-corfu): Update to 0.19.
* gnu: Add emacs-multi-vterm.base-for-series-11398base-for-series-11397base-for-series-11394base-for-series-11393base-for-series-11392base-for-series-11391Oleg Pykhalov2022-02-13
| | | | * gnu/packages/emacs-xyz.scm (emacs-multi-vterm): New variable.
* gnu: protonvpn-cli: Remove sanity-check phase.base-for-series-11390base-for-series-11389base-for-series-11388base-for-series-11387base-for-series-11386Josselin Poiret2022-02-12
| | | | | * gnu/packages/vpn.scm (protonvpn-cli)[arguments]: Remove sanity-check phase.
* gnu: protonvpn-cli: Do not try to wrap the wrapper.Josselin Poiret2022-02-12
| | | | | | * gnu/packages/vpn.scm (protonvpn-cli)[arguments]: Try to wrap the original program, and not the wrapper, as wrap-program handles that properly.
* gnu: emacs-with-editor: Update to 3.2.0.Nicolas Goaziou2022-02-12
| | | | | * gnu/packages/emacs-xyz.scm (emacs-with-editor): Update to 3.2.0. [arguments]<#:phases>: Use G-expressions.
* gnu: emacs-no-littering: Update to 1.2.5.Nicolas Goaziou2022-02-12
| | | | * gnu/packages/emacs-xyz.scm (emacs-no-littering): Update to 1.2.5.
* gnu: emacs-moody: Update to 0.7.1.Nicolas Goaziou2022-02-12
| | | | * gnu/packages/emacs-xyz.scm (emacs-moody): Update to 0.7.1.
* gnu: emacs-keycast: Update to 1.2.0.Nicolas Goaziou2022-02-12
| | | | * gnu/packages/emacs-xyz.scm (emacs-keycast): Update to 1.2.0.
* gnu: uBlock Origin: Update to 1.41.2.Marius Bakke2022-02-11
| | | | * gnu/packages/browser-extensions.scm (ublock-origin): Update to 1.41.2.
* gnu: ungoogled-chromium: Update to 98.0.4758.80-1.Marius Bakke2022-02-11
| | | | | | | | | | | | | * gnu/packages/patches/ungoogled-chromium-accelerated-video-decode.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/chromium.scm (%chromium-version): Set to 98.0.4758.80. (arch-patch, %arch-patches): Remove variables. (%guix-patches): Remove accelerated video decode patch which no longer works. (%ungoogled-origin): Update hash. (ungoogled-chromium-snippet): Don't apply %ARCH-PATCHES. (ungoogled-chromium)[source]: Update hash. [arguments]: Remove obsolete #:configure-flags. Adjust substitutions.
* gnu: wxsvg: Update to 1.5.23.Marius Bakke2022-02-11
| | | | * gnu/packages/wxwidgets.scm (wxsvg): Update to 1.5.23.
* gnu: re2: Use G-expressions.Marius Bakke2022-02-11
| | | | | * gnu/packages/regex.scm (re2)[arguments]: Rewrite with gexps. Simplify cross-compilation fix by using CXX-FOR-TARGET.
* gnu: re2: Update to 2022-02-01.Marius Bakke2022-02-11
| | | | * gnu/packages/regex.scm (re2): Update to 2022-02-01.
* gnu: rav1e: Remove input labels.Marius Bakke2022-02-11
| | | | * gnu/packages/video.scm (rav1e)[native-inputs]: Remove labels.