summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
...
* gnu: Return appropriate defconfig for ppc64 (non-LE)Carl Dong2021-02-25
| | | | * gnu/packages/linux.scm (system->defconfig): Add "powerpc64-" prefix.
* gnu: make-nsis: Fix buildCarl Dong2021-02-25
| | | | | | * gnu/packages/installers.scm (make-nsis)[arguments]: Use C{,PLUS}_INCLUDE_PATH instead of CPATH environment variable to fix build.
* gnu: mcabber: Enable enchant support.Raghav Gururajan2021-02-26
| | | | | | | | * gnu/packages/messaging.scm (mcabber) [arguments]: Add --enable-enchant configure-flag. [inputs]: Add enchant. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: mcabber: Disable static libraries.Raghav Gururajan2021-02-26
| | | | | | | * gnu/packages/messaging.scm (mcabber) [arguments]: Add --disable-static configure-flag. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: mcabber: Add missing native-inputs.Raghav Gururajan2021-02-26
| | | | | | | * gnu/packages/messaging.scm (mcabber) [native-inputs]: Add perl and python-wrapper. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: mcabber: Update to 1.1.2.Raghav Gururajan2021-02-26
| | | | | | * gnu/packages/messaging.scm (mcabber) [version]: Update to 1.1.2. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: loudmouth: Generate documentation.Raghav Gururajan2021-02-26
| | | | | | | * gnu/packages/messaging.scm (loudmouth) [outputs]: New output "doc". [arguments]: Add --enable-gtk-doc and --with-html-dir configure-flags. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: loudmouth: Enable GSSAPI.Raghav Gururajan2021-02-26
| | | | | | * gnu/packages/messaging.scm (loudmouth) [inputs]: Add mit-krb5. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: loudmouth: Disable static libraries.Raghav Gururajan2021-02-26
| | | | | | | * gnu/packages/messaging.scm (loudmouth) [arguments]: Add --disable-static configure-flag and CFLAGS make-flag. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: loudmouth: Update to 1.5.4.Raghav Gururajan2021-02-26
| | | | | | * gnu/packages/messaging.scm (loudmouth) [version]: Update to 1.5.4. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: Add agent-proxy.Clément Lassieur2021-02-26
| | | | | | * gnu/packages/embedded.scm (agent-proxy): New variable. Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
* gnu: ruby-solargraph: Update to 0.40.3.Tomás Ortín Fernández2021-02-25
| | | | | | * gnu/packages/ruby.scm (ruby-solargraph): Update to 0.40.3. [propagated-inputs]: Add ruby-benchmark, ruby-e2emap, ruby-kramdown, ruby-kramdown-parser-gfm. Remove ruby-htmlentities.
* gnu: Add ruby-benchmark.Tomás Ortín Fernández2021-02-25
| | | | | | * gnu/packages/ruby.scm (ruby-benchmark): New variable. Signed-off-by: Björn Höfling <bjoern.hoefling@bjoernhoefling.de>
* gnu: Add ruby-e2mmap.Tomás Ortín Fernández2021-02-25
| | | | * gnu/packages/ruby.scm (ruby-e2mmap): New variable.
* gnu: Python 3.9: Update to 3.9.2.Greg Hogan2021-02-25
| | | | | | | | | * gnu/packages/python.scm (python-3.9): Update to 3.9.2. [source]: Remove obsolete patch. * gnu/packages/patches/python-3.9-CVE-2021-3177.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add caf.Greg Hogan2021-02-25
| | | | | | * gnu/packages/cpp.scm (caf): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add go-github-com-operatorfoundation-ed25519.LibreMiami2021-02-25
| | | | | | | | | | | | | * gnu/packages/golang.scm (go-github-com-operatorfoundation-ed25519): New variable. Co-authored-by: jgart <jgart@dismail.de> Co-authored-by: Julien Lepiller <julien@lepiller.eu> Co-authored-by: Ryan Prior <rprior@protonmail.com> Co-authored-by: Raghav Gururajan <rg@raghavgururajan.name> Co-authored-by: Yasuaki Kudo <yasu@yasuaki.com> Co-authored-by: Stephen Paul Weber <singpolyma@singpolyma.net> Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: emacs-undo-tree: Update home-page.Nicolas Goaziou2021-02-25
| | | | * gnu/packages/emacs-xyz.scm (emacs-undo-tree)[home-page]: Use new URL.
* file-systems: 'mount-file-system' preserves source flags for bind mounts.Ludovic Courtès2021-02-25
| | | | | | | Fixes <https://bugs.gnu.org/46292>. * gnu/build/file-systems.scm (mount-file-system): If FS is a bind mount, add its original mount flags to FLAGS.
* tests: docker-system: Increase VM memory.Ludovic Courtès2021-02-25
| | | | | * gnu/tests/docker.scm (run-docker-system-test)[vm]: Increase 'memory-size'.
* system: vm: Use Guile 3.0 in Docker images.Ludovic Courtès2021-02-25
| | | | * gnu/system/vm.scm (system-docker-image): Use GUILE-3.0.
* services: shepherd: Make /run/booted-system a symlink to the store item.Ludovic Courtès2021-02-25
| | | | | | | | | | | Fixes <https://bugs.gnu.org/46767>. Previously /run/booted-system would end up referring to /var/guix/profiles/system-NNN-link; consequently, the booted system would not be GC-protected. * gnu/services/shepherd.scm (shepherd-boot-gexp): Call 'canonicalize-path' instead of 'readlink'.
* machine: ssh: Use 'formatted-message'.Ludovic Courtès2021-02-25
| | | | | * gnu/machine/ssh.scm (machine-check-initrd-modules): Use 'formatted-message' instead of 'format' + '&message'.
* gnu: guile-simple-zmq: Update to 0.0.0-8.e944617.Mathieu Othacehe2021-02-25
| | | | | | | * gnu/packages/guile-xyz.scm (guile-simple-zmq): Update to 0.0.0-8.e944617. [build-system]: Switch to gnu-build-system. [arguments]: Remove the set-libzmq-file-name phase. [inputs]: Add autoconf, automake and pkg-config.
* gnu: Add python-esptool.qblade2021-02-25
| | | | | | * gnu/packages/engineering.scm (python-esptool-3.0): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add emacs-keystore-mode.Joseph LaFreniere2021-02-25
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-keystore-mode): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add emacs-ecukes.Joseph LaFreniere2021-02-25
| | | | * gnu/packages/emacs-xyz.scm (emacs-ecukes): New variable.
* gnu: Add cl-irc.Aurora2021-02-25
| | | | | | * gnu/packages/lisp-xyz.scm (cl-irc, ecl-cl-irc, sbcl-cl-irc): New variables. Co-authored-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Open vSwitch: Update to 2.13.3 [fixes CVE-2020-35498].Leo Famulari2021-02-24
| | | | * gnu/packages/networking.scm (openvswitch): Update to 2.13.3.
* gnu: Add chili-sddm-theme.Zheng Junjie2021-02-25
| | | | | | * gnu/packages/display-managers.scm (chili-sddm-theme): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: solaar: Add missing dependencies for the GUI.lasnesne2021-02-25
| | | | | | | * gnu/packages/admin.scm (solaar)[propagated-inputs]: Add PYTHON-PYYAML, PYTHON-PSUTIL, PYTHON-XLIB, GTK+, and PYTHON-PYGOBJECT. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: luajit-lua52-openresty: Use a source file-name.Efraim Flashner2021-02-24
| | | | | * gnu/packages/lua.scm (luajit-lua52-openresty)[source]: Add file-name field.
* gnu: mame: Update to 0.229.Nicolas Goaziou2021-02-24
| | | | * gnu/packages/emulators.scm (mame): Update to 0.229.
* Revert "gnu: Add ghc-protolude-0.2."Léo Le Bouter2021-02-24
| | | | This reverts commit 9ef7937766dd2e79807f3b0a6cd141ed310650a9.
* Revert "gnu: purescript: Move to version-specific ghc-protolude-0.2 input."Léo Le Bouter2021-02-24
| | | | This reverts commit 59c3ea22546f9bd7e0560a66f98a020af7d1ad6e.
* Revert "gnu: ghc-protolude: Update to 0.3.0."Léo Le Bouter2021-02-24
| | | | This reverts commit a281a67f3ca56b5dfa670b4019d26d4c39e0c804.
* gnu: greenclip: Move to version-specific ghc-protolude-0.3 input.Léo Le Bouter2021-02-24
| | | | | * gnu/packages/haskell-apps.scm (greenclip)[inputs]: Replace ghc-protolude with ghc-protolude-0.3.
* gnu: Add ghc-protolude-0.3.Léo Le Bouter2021-02-24
| | | | * gnu/packages/haskell-xyz.scm (ghc-protolude-0.3): New variable.
* gnu: Add monado.Andy Tai2021-02-24
| | | | | | * gnu/packages/graphics.scm (monado): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: linux-libre 4.4: Update to 4.4.258.Leo Famulari2021-02-24
| | | | | * gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.258. (linux-libre-4.4-pristine-source): Update hash.
* gnu: linux-libre 4.9: Update to 4.9.258.Leo Famulari2021-02-24
| | | | | * gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.258. (linux-libre-4.9-pristine-source): Update hash.
* gnu: linux-libre 4.14: Update to 4.14.222.Leo Famulari2021-02-24
| | | | | * gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.222. (linux-libre-4.14-pristine-source): Update hash.
* gnu: linux-libre 4.19: Update to 4.19.177.Leo Famulari2021-02-24
| | | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.177. (linux-libre-4.19-pristine-source): Update hash. (deblob-scripts-4.19): Use linux-libre-4.19-version.
* gnu: linux-libre 5.4: Update to 5.4.100.Leo Famulari2021-02-24
| | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.100. (linux-libre-5.4-pristine-source): Update hash.
* gnu: linux-libre 5.11: Update to 5.11.1.Leo Famulari2021-02-24
| | | | | * gnu/packages/linux.scm (linux-libre-5.11-version): Update to 5.11.1. (linux-libre-5.11-pristine-source): Update hash.
* gnu: linux-libre: Update to 5.10.18.Leo Famulari2021-02-24
| | | | | * gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.18. (linux-libre-5.10-pristine-source): Update hash.
* gnu: git-annex: Update to 8.20210223.Kyle Meyer2021-02-24
| | | | | | * gnu/packages/haskell-apps.scm (git-annex): Update to 8.20210223. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add ocrfeeder.Andy Tai2021-02-24
| | | | | | * gnu/packages/gnome.scm (ocrfeeder): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: notmuch: Update to 0.31.4.Xinglu Chen2021-02-24
| | | | | | * gnu/packages/mail.scm (notmuch): Update to 0.31.4. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add luajit-lua52-openresty.Vinícius dos Santos Oliveira2021-02-24
| | | | | | * gnu/packages/lua.scm (luajit-lua52-openresty): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>