summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* gnu: openvswitch: Omit most static libraries.Tobias Geerinckx-Rice2021-11-031-0/+1
| | | | | * gnu/packages/networking.scm (openvswitch)[arguments]: Add "--disable-static" to #:configure-flags.
* gnu: openvswitch: Update to 2.16.1.Tobias Geerinckx-Rice2021-11-031-2/+2
| | | | * gnu/packages/networking.scm (openvswitch): Update to 2.16.1.
* gnu: webkitgtk: Fix the build.Mark H Weaver2021-11-031-2/+14
| | | | | | | | | | This is a followup to commit 8797a07ac0c2f2cce93b6642942a2654eaec1c69. * gnu/packages/webkit.scm (webkitgtk)[arguments]: Add "-DUSE_SOUP2=ON" to the configure flags. Add the 'prepare-build-environment' phase, which arranges to use clang for compilation. [native-inputs]: Add clang-11. [inputs]: Add lcms.
* gnu: proxychains-ng: Cross-compile.Tobias Geerinckx-Rice2021-11-031-2/+1
| | | | | * gnu/packages/networking.scm (proxychains-ng)[arguments]: Use CC-FOR-TARGET.
* gnu: proxychains-ng: Update to 4.15.Tobias Geerinckx-Rice2021-11-031-4/+3
| | | | | * gnu/packages/networking.scm (proxychains-ng): Update to 4.15. [arguments]: Don't explicitly return #t from phases.
* gnu: putty: Edit description.Tobias Geerinckx-Rice2021-11-031-5/+7
| | | | | * gnu/packages/networking.scm (putty)[synopsis, description]: Write PuTTY. Expand the used @acronym{}s.
* gnu: putty: Try the upstream download URL first.Tobias Geerinckx-Rice2021-11-031-2/+4
| | | | | * gnu/packages/networking.scm (putty)[source]: Add greenend.org.uk URL to the list.
* gnu: putty: Update to 0.76.Tobias Geerinckx-Rice2021-11-031-5/+3
| | | | | * gnu/packages/networking.scm (putty): Update to 0.76. [arguments]: Don't explicitly return #t from phases.
* gnu: neomutt: Update to 20211029.Tobias Geerinckx-Rice2021-11-031-4/+3
| | | | | * gnu/packages/mail.scm (neomutt): Update to 20211029. [arguments]: Don't explicitly return #t from phases.
* gnu: fetchmail: Update to 6.4.23.Tobias Geerinckx-Rice2021-11-031-2/+2
| | | | * gnu/packages/mail.scm (fetchmail): Update to 6.4.23.
* gnu: qtractor: Update to 0.9.24.Tobias Geerinckx-Rice2021-11-031-2/+2
| | | | * gnu/packages/music.scm (qtractor): Update to 0.9.24.
* gnu: img2pdf: Update to 0.4.3.Tobias Geerinckx-Rice2021-11-031-2/+2
| | | | * gnu/packages/pdf.scm (img2pdf): Update to 0.4.3.
* gnu: poppler-data: Update to 0.4.11.Tobias Geerinckx-Rice2021-11-031-2/+2
| | | | * gnu/packages/pdf.scm (poppler-data): Update to 0.4.11.
* gnu: purescript: Update to 0.14.5.Tobias Geerinckx-Rice2021-11-031-3/+3
| | | | * gnu/packages/purescript.scm (purescript): Update to 0.14.5.
* gnu: ldb: Update to 2.4.1.Tobias Geerinckx-Rice2021-11-031-4/+3
| | | | | * gnu/packages/samba.scm (ldb): Update to 2.4.1. [source]: Don't explicitly return #t from snippet.
* gnu: pavucontrol: Update to 5.0.Tobias Geerinckx-Rice2021-11-031-2/+3
| | | | | * gnu/packages/pulseaudio.scm (pavucontrol): Update to 5.0. [inputs]: Add json-glib.
* gnu: pamixer: Update to 1.5.Tobias Geerinckx-Rice2021-11-031-6/+5
| | | | | * gnu/packages/pulseaudio.scm (pamixer): Update to 1.5. [arguments]: Don't explicitly return #t from phases.
* gnu: iproute2: Update to 5.15.0.Tobias Geerinckx-Rice2021-11-031-2/+2
| | | | * gnu/packages/linux.scm (iproute): Update to 5.15.0.
* gnu: openjdk11: Update to 11.0.13.Julien Lepiller2021-11-031-3/+5
| | | | | | | The new URL was found in the release announcement at https://mail.openjdk.java.net/pipermail/jdk-updates-dev/2021-October/009368.html * gnu/packages/java.scm (openjdk11): Update to 11.0.13.
* gnu: mksh: Update to 59c.Tobias Geerinckx-Rice2021-11-031-4/+3
| | | | | * gnu/packages/shells.scm (mksh): Update to 59c. [arguments]: Don't explicitly return #t from phases.
* gnu: oil: Update to 0.9.3.Tobias Geerinckx-Rice2021-11-031-2/+2
| | | | * gnu/packages/shells.scm (oil): Update to 0.9.3.
* gnu: inxi-minimal: Update to 3.3.08-1.Tobias Geerinckx-Rice2021-11-031-2/+2
| | | | * gnu/packages/admin.scm (inxi-minimal): Update to 3.3.08-1.
* gnu: mu: Fix typo.Tobias Geerinckx-Rice2021-11-031-1/+1
| | | | * gnu/packages/mail.scm (mu)[description]: Fix typo.
* gnu: mu: Update to 1.6.9.Tobias Geerinckx-Rice2021-11-031-3/+3
| | | | * gnu/packages/mail.scm (mu): Update to 1.6.9.
* gnu: foot: Update to 1.9.2.Tobias Geerinckx-Rice2021-11-031-2/+2
| | | | * gnu/packages/terminals.scm (foot): Update to 1.9.2.
* gnu: python-httpx: Honor #:tests? flag.Efraim Flashner2021-11-021-12/+13
| | | | | * gnu/packages/python-web.scm (python-httpx)[arguments]: Adjust custom 'check phase to honor the #:tests? flag.
* gnu: Add emacs-org-contacts.Morgan Smith2021-11-021-0/+24
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-org-contacts): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: emacs-org-contrib: Remove org-contacts.el.Morgan Smith2021-11-021-1/+5
| | | | | | | * gnu/packages/emacs-xyz.scm (emacs-org-contrib)[origin]: Remove "org-contacts.el". Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add emacs-orglink.Aleksandr Vityazev2021-11-021-0/+20
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-orglink): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: emacs-link-hint: Update to 0.1-4-83cd0489.Aleksandr Vityazev2021-11-021-3/+3
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-link-hint): Update to 0.1-4-83cd0489. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add naev.Nicolas Goaziou2021-11-021-0/+60
| | | | * gnu/packages/games.scm (naev): New variable.
* gnu: emacs-exwm: Remove obsolete patch.Jelle Licht2021-11-023-46/+1
| | | | | | * gnu/packages/patches/emacs-exwm-fix-fullscreen-states.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. * gnu/packages/emacs-xyz.scm (emacs-exwm)[source]: Remove patch.
* gnu: emacs-extmap: Update to 1.2.1.Nicolas Goaziou2021-11-021-3/+3
| | | | | * gnu/packages/emacs-xyz.scm (emacs-extmap): Update to 1.2.1. [description]: Use full sentences.
* gnu: emacs-embark: Update to 0.13.Nicolas Goaziou2021-11-021-24/+27
| | | | | * gnu/packages/emacs-xyz.scm (emacs-embark): Update to 0.13. [description]: Fix typo.
* gnu: emacs-emms: Update to 7.8.Nicolas Goaziou2021-11-021-2/+2
| | | | * gnu/packages/emacs-xyz.scm (emacs-emms): Update to 7.8.
* gnu: icecat: Update to 91.3.0-guix0-preview1 [security fixes].Mark H Weaver2021-11-021-6/+6
| | | | | | | | | Includes fixes for CVE-2021-38503, CVE-2021-38504, CVE-2021-38506, CVE-2021-38507, CVE-2021-38508, CVE-2021-38509, MOZ-2021-0007, and MOZ-2021-0008. * gnu/packages/gnuzilla.scm (%icecat-version, %icecat-build-id): Update. (icecat-source): Update gnuzilla commit, base version, and hashes.
* gnu: icecat: Add system fonts directory to the sandbox whitelist.Mark H Weaver2021-11-021-0/+1
| | | | | | | | Mitigates <https://bugs.gnu.org/51478#29>. * gnu/packages/gnuzilla.scm (icecat)[arguments]: In the 'build-sandbox-whitelist' phase, add "/run/current-system/profile/share/fonts/" to the whitelist.
* gnu: emacs-treemacs: Update to 2.9.5.Nicolas Goaziou2021-11-021-2/+2
| | | | * gnu/packages/emacs-xyz.scm (emacs-treemacs): Update to 2.9.5.
* gnu: emacs-transient: Update to 0.3.7.Nicolas Goaziou2021-11-021-10/+10
| | | | * gnu/packages/emacs-xyz.scm (emacs-transient): Update to 0.3.7.
* gnu: emacs-rust-mode: Update to 1.0.1.Nicolas Goaziou2021-11-021-2/+2
| | | | * gnu/packages/emacs-xyz.scm (emacs-rust-mode): Update to 1.0.1.
* gnu: emacs-rustic: Update to 2.0.Nicolas Goaziou2021-11-021-41/+38
| | | | | * gnu/packages/emacs-xyz.scm (emacs-rustic): Update to 2.0. [propagated-inputs]: Add emacs-rust-mode.
* gnu: emacs-org-reveal: Update to 3.12.4.Nicolas Goaziou2021-11-021-2/+2
| | | | * gnu/packages/emacs-xyz.scm (emacs-org-reveal): Update to 3.12.4.
* gnu: emacs-olivetti: Update to 2.0.4.Nicolas Goaziou2021-11-021-2/+2
| | | | * gnu/packages/emacs-xyz.scm (emacs-olivetti): Update to 2.0.4.
* gnu: emacs-ecukes: Update to 0.6.18.Nicolas Goaziou2021-11-021-4/+4
| | | | * gnu/packages/emacs-xyz.scm (emacs-ecukes): Update to 0.6.18.
* gnu: emacs-tramp: Update to 2.5.1.4.Nicolas Goaziou2021-11-021-2/+2
| | | | * gnu/packages/emacs-xyz.scm (emacs-tramp): Update to 2.5.1.4.
* gnu: emacs-exwm: Update to 0.25.Nicolas Goaziou2021-11-021-2/+2
| | | | * gnu/packages/emacs-xyz.scm (emacs-exwm): Update to 0.25.
* gnu: mpv: Update to 0.34.0.Efraim Flashner2021-11-021-12/+9
| | | | | | | * gnu/packages/video.scm (mpv): Update to 0.34.0. [inputs]: Remove youtube-dl; add yt-dlp. [arguments]: Adjust custom 'patch-paths phase to adjust for change in inputs.
* gnu: ghc-persistent-postgresql: Update to 2.13.2.1.Lars-Dominik Braun2021-11-021-2/+2
| | | | * gnu/packages/haskell-xyz.scm (ghc-persistent-postgresql): Update to 2.13.2.1.
* gnu: ghc-mysql-simple: Update to 0.4.7.Lars-Dominik Braun2021-11-021-2/+3
| | | | | * gnu/packages/haskell-xyz.scm (ghc-mysql-simple): Update to 0.4.7. [inputs]: Add ghc-vector.
* gnu: ghc-mysql: Update to 0.2.1.Lars-Dominik Braun2021-11-021-2/+2
| | | | * gnu/packages/haskell-xyz.scm (ghc-mysql): Update to 0.2.1.