summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
...
* gnu: pict: Use release tag and install doc.Maxim Cournoyer2022-02-08
| | | | | | * gnu/packages/check.scm (pict)[origin]: Use the release tag (newly added upstream). [phases]{install}: Also install the pict.md file.
* gnu: ocaml-fftw3: Update to 0.8.5.Julien Lepiller2022-02-08
| | | | * gnu/packages/ocaml.scm (ocaml-fftw3): Update to 0.8.5.
* gnu: emacs-mct: Update to 0.5.0.Nicolas Goaziou2022-02-08
| | | | * gnu/packages/emacs-xyz.scm (emacs-mct): Update to 0.5.0.
* gnu: nushell: Improve synopsis.Nicolas Goaziou2022-02-08
| | | | * gnu/packages/shells.scm (nushell)[synopsis]: Improve wording.
* gnu: nushell: Update to 0.44.0.Nicolas Goaziou2022-02-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/shells.scm (nushell): (rust-nu-ansi-term-0.44): (rust-nu-cli-0.44): (rust-nu-command-0.44): (rust-nu-completion-0.44): (rust-nu-data-0.44): (rust-nu-engine-0.44): (rust-nu-errors-0.44): (rust-nu-json-0.44): (rust-nu-parser-0.44): (rust-nu-path-0.44): (rust-nu-plugin-0.44): (rust-nu-plugin-binaryview-0.44): (rust-nu-plugin-chart-0.44): (rust-nu-plugin-from-bson-0.44): (rust-nu-plugin-from-sqlite-0.44): (rust-nu-plugin-inc-0.44): (rust-nu-plugin-match-0.44): (rust-nu-plugin-selector-0.44): (rust-nu-plugin-start-0.44): (rust-nu-plugin-textview-0.44): (rust-nu-plugin-to-bson-0.44): (rust-nu-plugin-to-sqlite-0.44): (rust-nu-plugin-tree-0.44): (rust-nu-plugin-xpath-0.44): (rust-nu-pretty-hex-0.44): (rust-nu-protocol-0.44): (rust-nu-serde-0.44): (rust-nu-source-0.44): (rust-nu-table-0.44): (rust-nu-test-support-0.44): (rust-nu-value-ext-0.44): Update to 0.44.0.
* gnu: chatty: Update to 0.4.0.Liliana Marie Prikler2022-02-08
| | | | | | | | | | * gnu/packages/messaging.scm (chatty): Update to 0.4.0. [#:phases]: Drop trailing #t. [native-inputs]: Use new style. Add protobuf. [inputs]: Add gspell, json-glib, libolm, libphonenumber and modem-manager. Replace libhandy-0.0 with libhandy. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: evolution-data-server: Build with libphonenumber.Liliana Marie Prikler2022-02-08
| | | | | | | | | * gnu/packages/gnome.scm (evolution)[#:configure-flags]: Drop inexistent flags. Add "-DWITH_PHONENUMBER=ON". [native-inputs]: Add protobuf. [inputs]: Add boost and libphonenumber. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: iwd: Update to 1.24.Simon South2022-02-08
| | | | | | | | * gnu/packages/linux.scm (ell): Update to 0.48. [arguments]: Remove obsolete "fix-dbus-tests" phase. * gnu/packages/networking.scm (iwd): Update to 1.24. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: ell: Remove input labels.Simon South2022-02-08
| | | | | | * gnu/packages/linux.scm (ell)[native-inputs]: Remove input labels. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: iwd: Build from Git sources.Simon South2022-02-08
| | | | | | | | | | | * gnu/packages/networking.scm (iwd)[source]: Use "git-fetch" and "git-file-name". [inputs]: Add ell source code. [native-inputs]: Add autoconf, automake, libtool. [arguments]<#:phases>: Add "copy-ell-header-files" phase to copy shared header files from ell source into source tree. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: iwd: Remove reference to %outputs.Simon South2022-02-08
| | | | | | | * gnu/packages/networking.scm (iwd)[arguments]: Remove reference to %outputs by using a gexp. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: iwd: Remove input labels.Simon South2022-02-08
| | | | | | * gnu/packages/networking.scm (iwd)[native-inputs]: Remove input labels. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: nomad: Depends on proper version of g-golf.Zhu Zihao2022-02-08
| | | | | | * gnu/packages/guile-xyz.scm (nomad)[inputs]: Replace 'g-golf' with 'guile2.2-g-golf'. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add guile2.2-g-golf.Zhu Zihao2022-02-08
| | | | | | * gnu/packages/guile-xyz.scm (guile2.2-g-golf): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Deprecate the 'g-golf' variable.Zhu Zihao2022-02-08
| | | | | | | | | | g-golf now supports both Guile 3.0 and 2.2. Assign a new name to identify the g-golf for different Guile version. * gnu/packages/guile-xyz.scm (g-golf): Rename to guile-g-golf. (g-golf): Define as deprecated by guile-g-golf. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: g-golf: Update to 0.0.1-1010-1824633.Zhu Zihao2022-02-08
| | | | | | | | | | | | | | | | | | | | | * gnu/packages/guile-xyz.scm (g-golf)[arguments]: Use G-Expression. <phases>: Add phase 'fix-guile-site-directory'. Patch 'configure.ac' before bootstrapping, avoid breaking configure script in accident. In phase 'substitute-libs', use `search-input-file` for searching libraries. In phase 'start-xorg-server', simplify the X server startup script. [inputs]: Remove gtk+ and clutter. Use label-less style. [native-inputs]: Add gtk+ and clutter, they're now only needed in test. Use label-less style. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Fix typo.jgart2022-02-08
| | | | | | * gnu/machine.scm: Fix typo in top-level comment. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add emacs-spray.Jai Vetrivelan2022-02-08
| | | | | | * gnu/packages/emacs-xyz.scm: (emacs-spray) new variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add bloomberg-bde.Greg Hogan2022-02-08
| | | | | | * gnu/packages/cpp.scm (bloomberg-bde): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add bloomberg-bde-tools.Greg Hogan2022-02-08
| | | | | | * gnu/packages/cpp.scm (bloomberg-bde-tools): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: guile-dsv: Update to 0.5.1Artyom V. Poptsov2022-02-08
| | | | | | * gnu/packages/guile-xyz.scm (guile-dsv): Update to 0.5.1. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: gallery-dl: Update to 1.20.3.Jai Vetrivelan2022-02-08
| | | | | | * gnu/packages/video.scm (gallery-dl): Update to 1.20.3. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: rofi-calc: Update to 2.1.0.Jai Vetrivelan2022-02-08
| | | | | | * gnu/packages/xdisorg.scm (rofi-calc): Update to 2.1.0. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: font-jetbrains-mono: Update to 2.242.jgart2022-02-08
| | | | | | * gnu/packages/fonts.scm (font-jetbrains-mono): Update to 2.242. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: waybar: Update to 0.9.9.Andrew Tropin2022-02-08
| | | | | | * gnu/packages/wm.scm (waybar): Update to 0.9.9. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: clojure-data-xml: Fix test suiteRyan Sundberg via Guix-patches via2022-02-08
| | | | | | | | | | Removes clojurescript related tests that interfere with the JDK clojure test suite, causing it to fail. * gnu/packages/clojure.scm (clojure-data-xml)[arguments]: Add 'delete-cljs-tests phase Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: enlightenment: Patch dlopen of ddcutil.Efraim Flashner2022-02-08
| | | | | | * gnu/packages/enlightenment.scm (enlightenment)[inputs]: Add ddcutil. [arguments]: Adjust custom 'set-system-actions phase to patch dlopen of libddcutil.
* gnu: enlightenment: Update to 0.25.2.Efraim Flashner2022-02-08
| | | | * gnu/packages/enlightenment.scm (enlightenment): Update to 0.25.2.
* gnu: efl: Build with librsvg-for-system.Efraim Flashner2022-02-08
| | | | | | * gnu/packages/enlightenment.scm (efl)[inputs]: Replace conditional librsvg with librsvg-for-system. [arguments]: Remove configure-flag disabling librsvg support.
* gnu: efl: Update to 1.26.2.Efraim Flashner2022-02-08
| | | | * gnu/packages/enlightenment.scm (efl): Update to 1.26.2.
* gnu: poke: Update to 2.1.Efraim Flashner2022-02-08
| | | | * gnu/packages/engineering.scm (poke): Update to 2.1.
* gnu: Add pict.base-for-series-11342base-for-series-11341base-for-series-11340base-for-series-11339base-for-series-11338base-for-series-11337base-for-series-11335base-for-series-11333base-for-series-11332base-for-series-11331base-for-series-11330Maxim Cournoyer2022-02-08
| | | | * gnu/packages/check.scm (pict): New variable.
* gnu: Add emacs-mct.Andrew Tropin2022-02-08
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-mct): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add emacs-volatile-highlights.Jai Vetrivelan2022-02-08
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-volatile-highlights): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: thinkfan: Use G-expressions.Nicolas Goaziou2022-02-08
| | | | | * gnu/packages/linux.scm (thinkfan)[arguments]<#:configure-flags, #:phases>: Use G-expressions.
* gnu: thinkfan: Update to 1.3.1.Nicolas Goaziou2022-02-08
| | | | * gnu/packages/linux.scm (thinkfan): Update to 1.3.1.
* gnu: Add emacs-popper.Niklas Eklund2022-02-08
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-popper): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: seahorse-adventures: Use G-expressions.Nicolas Goaziou2022-02-08
| | | | | * gnu/packages/games.scm (seahorse-adventures)[origin]<snippet>: [arguments]<#:phases>: Use G-expressions.
* gnu: seahorse-adventures: Remove trailing #T from phases and snippet.Nicolas Goaziou2022-02-08
| | | | | | * gnu/packages/games.scm (seahorse-adventures)[origin]<#:snippet>: Remove trailing #T. [arguments]<#:phases>: Remove trailing #T.
* gnu: seahorse-adventures: Update to 1.4.Nicolas Goaziou2022-02-07
| | | | * gnu/packages/games.scm (seahorse-adventures): Update to 1.4.
* gnu: samba: Update to 4.15.5 [security fixes].Marius Bakke2022-02-07
| | | | | | This fixes CVE-2021-44141, CVE-2021-44142, and CVE-2022-0336. * gnu/packages/samba.scm (samba): Update to 4.15.5.
* gnu: rofi: Update to 1.7.3.Jai Vetrivelan2022-02-07
| | | | | | * gnu/packages/xdisorg.scm (rofi): Update to 1.7.3. Signed-off-by: Marius Bakke <marius@gnu.org>
* gnu: picom: Update to 9.Jai Vetrivelan2022-02-07
| | | | | | * gnu/packages/compton.scm (picom): Update to 9. Signed-off-by: Marius Bakke <marius@gnu.org>
* gnu: python-honcho: Update to 1.1.0.Stefan Reichör2022-02-07
| | | | | | * gnu/packages/python-xyz.scm (python-honcho): Update to 1.1.0. Signed-off-by: Marius Bakke <marius@gnu.org>
* gnu: ganeti-instance-guix: Update to 0.6.1.Marius Bakke2022-02-07
| | | | * gnu/packages/virtualization.scm (ganeti-instance-guix): Update to 0.6.1.
* gnu: clitest: Use G-expressions.Marius Bakke2022-02-07
| | | | | * gnu/packages/check.scm (clitest)[arguments]: Rewrite as gexp. While here, respect TESTS? in check phase.
* gnu: clitest: Update to 0.4.0.Marius Bakke2022-02-07
| | | | | | * gnu/packages/check.scm (clitest): Update to 0.4.0. [inputs]: Add BASH-MINIMAL. [arguments]: Remove trailing #t.
* gnu: Disable compressed debug sections for mingw-w64Carl Dong2022-02-07
| | | | | | | | | | | | | | | | | | | | | | | The newly introduced --enable-compressed-debug-section=all configure flag in the base binutils package makes the mingw-w64 build system unusable. For example: $ guix build --target=x86_64-w64-mingw32 hello and $ guix build mingw-w64-x86_64-winpthreads Will fail to build with an error: "x86_64-w64-mingw32-ld: final link failed: bad value" Turning off this flag seems to fix the problem, but perhaps it'd also be worthwhile to investigate the root cause. * gnu/packages/cross-base.scm (cross-binutils): When building for mingw targets, append "--enable-compressed-debug-section=no" to configure flags.
* gnu: linux-libre: Expose running kernel config as /proc/config.gz.Maxim Cournoyer2022-02-07
| | | | | * gnu/packages/linux.scm (%default-extra-linux-options) [CONFIG_IKCONFIG, CONFIG_IKCONFIG_PROC]: Enable kernel options.
* gnu: linux-libre: Build the snd-emu10k1 kernel module.Maxim Cournoyer2022-02-07
| | | | | | | | | Add the CONFIG_SND_EMU10K1=m and CONFIG_SND_EMU10K1_SEQ=m kernel options to all of our x86 and ARM configurations. The change automated via: $ git grep -rl CONFIG_SND_INDIGODJX | xargs grep -rL CONFIG_SND_EMU10K1=m \ | xargs sed '/CONFIG_SND_INDIGODJX=m/a\ CONFIG_SND_EMU10K1=m\nCONFIG_SND_EMU10K1_SEQ=m' -i