summaryrefslogtreecommitdiff
path: root/gnu/packages
Commit message (Expand)AuthorAgeFilesLines
* gnu: xmonad: Add patch to support dynamic linking.•••Fixes <https://bugs.gnu.org/43131>. * gnu/packages/patches/xmonad-dynamic-linking.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/wm.scm (xmonad)[source]: Use it. Timothy Sample2020-09-022-1/+18
* gnu: sbcl: Update to 2.0.8.•••* gnu/packages/lisp.scm (sbcl): Update to 2.0.8. Pierre Neidhardt2020-09-021-2/+2
* gnu: ogre: Update to 1.12.6.•••* gnu/packages/graphics.scm (ogre): Update to 1.12.6. Tobias Geerinckx-Rice2020-09-021-2/+2
* gnu: perl-pdf-api2: Update to 2.038.•••* gnu/packages/perl.scm (perl-pdf-api2): Update to 2.038. Tobias Geerinckx-Rice2020-09-021-2/+2
* gnu: perl-hash-merge: Update to 0.302.•••* gnu/packages/perl.scm (perl-hash-merge): Update to 0.302. Tobias Geerinckx-Rice2020-09-021-4/+3
* gnu: perl-hash-merge: Run more tests.•••* gnu/packages/perl.scm (perl-hash-merge)[native-inputs]: Add perl-clone and perl-clone-pp. Tobias Geerinckx-Rice2020-09-021-0/+4
* gnu: Add sieve-connect.•••* gnu/packages/mail.scm (sieve-connect): New public variable. Tobias Geerinckx-Rice2020-09-021-1/+64
* gnu: hedgewars: Fix build with shared libraries.•••Fixes: <https://bugs.gnu.org/43112>. * gnu/packages/games.scm (hedgewars)[arguments]: Set "haskell_flags" in #:configure-flags to enable dynamic linking. Timothy Sample2020-09-021-1/+2
* gnu: rust-aho-corasick-0.6: Don't skip build.•••* gnu/packages/crates-io.scm (rust-aho-corasick-0.6)[arguments]: Don't skip build. Efraim Flashner2020-09-021-2/+1
* gnu: guix: Update to 2056226.•••* gnu/packages/package-management.scm (guix): Update to 2056226. Ludovic Courtès2020-09-021-3/+3
* gnu: Add knockd.•••* gnu/packages/networking.scm (knockd): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Hendursaga2020-09-021-0/+22
* gnu: emacs-calibredb: Update to 2.6.0.•••* gnu/packages/emacs-xyz.scm (emacs-calibredb): Update to 2.6.0. [propagated-inputs]: removed emacs-org, because it's optional now. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Michael Rohleder2020-09-021-3/+2
* gnu: Add xlsxio•••* gnu/packages/xml.scm: (xlsxio): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Edouard Klein2020-09-021-0/+38
* gnu: Add gerbil•••* gnu/packages/scheme.scm: (gerbil): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Edouard Klein2020-09-021-1/+107
* gnu: Add emacs-next.•••* gnu/packages/emacs.scm (emacs-next): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Morgan Smith2020-09-021-0/+38
* gnu: chez-scheme: Install libraries to 'lib/csvX.Y.Z-site'•••* gnu/packages/chez.scm (chez-make-flags): Add 'chezversion'. Co-authored-by: Ludovic Courtès <ludo@gnu.org> Martin Becze2020-09-021-3/+7
* gnu: nyxt: Update to 2-pre-release-1.•••* gnu/packages/web-browsers.scm (nyxt): Update to 2-pre-release-1. Pierre Neidhardt2020-09-021-120/+121
* gnu: Add sbcl-clack-handler-hunchentoot.•••* gnu/packages/lisp-xyz.scm (sbcl-clack-handler-hunchentoot): New variable. Pierre Neidhardt2020-09-021-0/+20
* gnu: Add clack-handler-fcgi.•••* gnu/packages/lisp-xyz.scm (cl-clack-handler-fcgi, sbcl-clack-handler-fcgi): New variables. (sbcl-clack): Extract revision and commit so that they can be factored with sbcl-clack-handler-fcgi. Pierre Neidhardt2020-09-021-18/+35
* gnu: Add cl-fastcgi.•••* gnu/packages/lisp-xyz.scm (cl-fastcgi, ecl-fastcgi, sbcl-fastcgi): New variables. Pierre Neidhardt2020-09-021-0/+46
* gnu: sbcl-mito: Remove spurious comment.•••* gnu/packages/lisp-xyz.scm (sbcl-mito)[arguments]: Remove spurious comment, this test is already removed a few lines below. Pierre Neidhardt2020-09-021-1/+0
* gnu: sbcl-dbi: Update to 20200518.•••* gnu/packages/lisp-xyz.scm (sbcl-dbi): Update to 20200518. Pierre Neidhardt2020-09-021-24/+28
* gnu: sbcl-cl-sqlite: Update to 0.2.1.•••* gnu/packages/lisp-xyz.scm (sbcl-cl-sqlite): Update to 0.2.1. Pierre Neidhardt2020-09-021-38/+36
* gnu: js-filesaver: Also install unminified version.•••* gnu/packages/javascript.scm (js-filesaver)[arguments]: Add phase to install unminified javascript file. Efraim Flashner2020-09-021-0/+6
* gnu: xfsprogs: Update to 5.7.0.•••* gnu/packages/linux.scm (xfsprogs): Update to 5.7.0. Efraim Flashner2020-09-021-2/+2
* gnu: osip: Update to 5.1.2.•••* gnu/packages/telephony.scm (osip): Update to 5.1.2. Efraim Flashner2020-09-021-2/+2
* gnu: %default-extra-linux-options: Enable kernel options for elogind service.•••Fixes: https://issues.guix.gnu.org/43078 These options are already enabled in the kernel configs included in guix, but might be missing from variants using a defconfig from the upstream kernel, such as linux-libre-arm-generic and linux-libre-arm64-generic. * gnu/packages/linux (%default-extra-linux-options): Enable CONFIG_CGROUP_FREEZER, CONFIG_BLK_CGROUP, CONFIG_CGROUP_WRITEBACK, CONFIG_CGROUP_SCHED, CONFIG_CGROUP_PIDS, CONFIG_CGROUP_FREEZER, CONFIG_CGROUP_DEVICE, CONFIG_CGROUP_CPUACCT, CONFIG_CGROUP_PERF, CONFIG_SOCK_CGROUP_DATA, CONFIG_BLK_CGROUP_IOCOST, CONFIG_CGROUP_NET_PRIO, CONFIG_CGROUP_NET_CLASSID, CONFIG_MEMCG, CONFIG_MEMCG_SWAP, CONFIG_MEMCG_KMEM, CONFIG_CPUSETS and CONFIG_PROC_PID_CPUSET. Vagrant Cascadian2020-09-011-0/+20
* gnu: guile-cairo: Update to 1.11.1.•••* gnu/packages/gtk.scm (guile-cairo): Update to 1.11.1. [arguments]: Add make-flag to hide guild warnings. Efraim Flashner2020-09-011-3/+4
* gnu: ttfautohint: Don't build static library.•••* gnu/packages/fontutils.scm (ttfautohint)[arguments]: Add configure-flag to not build static library. Efraim Flashner2020-09-011-1/+2
* gnu: ttfautohint: Update to 1.8.3.•••* gnu/packages/fontutils.scm (ttfautohint): Update to 1.8.3. [source]: Remove patch. * gnu/packages/patches/ttfautohint-source-date-epoch.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it. Efraim Flashner2020-09-012-74/+3
* gnu: wireless-regdb: Update to 2020.04.29.•••* gnu/packages/linux.scm (wireless-regdb): Update to 2020.04.29. Efraim Flashner2020-09-011-2/+2
* gnu: xf86-video-sis: Update to 0.12.0.•••* gnu/packages/xorg.scm (xf86-video-sis): Update to 0.12.0. [source]: Remove patch. * gnu/packages/patches/xf86-video-sis-xorg-compat.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it. Efraim Flashner2020-09-012-23/+4
* gnu: xf86-video-ati: Update to 19.1.0.•••* gnu/packages/xorg.scm (xf86-video-ati): Update to 19.1.0. [arguments]: Enable glamor. Efraim Flashner2020-09-011-3/+2
* gnu: xf86-video-amdgpu: Update to 19.1.0.•••* gnu/packages/xorg.scm (xf86-video-amdgpu): Update to 19.1.0. Efraim Flashner2020-09-011-3/+3
* gnu: emacs-org-webring: Update to 1.6.•••* gnu/packages/emacs-xyz.scm (emacs-org-webring): Update to 1.6. Signed-off-by: Brett Gilio <brettg@gnu.org> Alexandru-Sergiu Marton2020-09-011-2/+2
* gnu: emacs-elisp-refs: Disable test failing on Emacs 27.1.•••* gnu/packages/emacs-xyz.scm (emacs-elisp-refs)[arguments]: Add phase to disable failing test "elisp-refs-next-match" on emacs27. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Michael Rohleder2020-09-011-1/+11
* gnu: Add guile-srfi-180.•••* gnu/packages/guile-xyz.scm (guile-srfi-180): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Martin Becze2020-09-011-0/+39
* gnu: emacs-helm: Update to 3.6.5.•••* gnu/packages/emacs-xyz.scm (emacs-helm): Update to 3.6.5. Oleg Pykhalov2020-09-011-2/+2
* gnu: kakoune: Update to 2020.09.01.•••* gnu/packages/text-editors.scm (kakoune): Update to 2020.09.01. Tobias Geerinckx-Rice2020-09-011-2/+2
* gnu: libopenmpt: Remove 5.1-MiB static library.•••* gnu/packages/audio.scm (libopenmpt)[arguments]: Add a ‘delete-static-libraries’ phase. Tobias Geerinckx-Rice2020-09-011-1/+9
* gnu: libopenmpt: Remove duplicate LICENSE file.•••* gnu/packages/audio.scm (libopenmpt)[arguments]: Set the default ‘--docdir’ in #:configure-flags. Tobias Geerinckx-Rice2020-09-011-0/+4
* gnu: libopenmpt: Update to 0.5.2.•••* gnu/packages/audio.scm (libopenmpt): Update to 0.5.2. Tobias Geerinckx-Rice2020-09-011-2/+2
* gnu: Add dovecot-pigeonhole.•••* gnu/packages/mail.scm (dovecot-pigeonhole): New public variable. Co-authored-by: Tobias Geerinckx-Rice <me@tobias.gr> Alexey Abramov2020-09-011-0/+79
* gnu: Add opensmtpd-filter-dkimsign.•••* gnu/packages/mail.scm (libopensmtpd): New variable. opensmtpd-filter-dkimsign): New public variable. Tobias Geerinckx-Rice2020-09-012-2/+122
* gnu: Add caveman.•••* gnu/packages/lisp-xyz.scm (cl-caveman, ecl-caveman, sbcl-caveman): New variables. Pierre Neidhardt2020-09-011-0/+68
* gnu: Add cl-project.•••* gnu/packages/lisp-xyz.scm (cl-project, ecl-cl-project, sbcl-cl-project): New variables. Pierre Neidhardt2020-09-011-0/+38
* gnu: Add cl-emb.•••* gnu/packages/lisp-xyz.scm (cl-emb, ecl-emb, sbcl-emb): New variables. Pierre Neidhardt2020-09-011-0/+31
* gnu: Add do-urlencode.•••* gnu/packages/lisp-xyz.scm (cl-do-urlencode, ecl-do-urlencode, sbcl-do-urlencode): New variables. Pierre Neidhardt2020-09-011-0/+31
* gnu: Add datafly.•••* gnu/packages/lisp-xyz.scm (cl-datafly, ecl-datafly, sbcl-datafly): New variables. Pierre Neidhardt2020-09-011-0/+55
* gnu: Add kebab.•••* gnu/packages/lisp-xyz.scm (cl-kebab, ecl-kebab, sbcl-kebab): New variables. Pierre Neidhardt2020-09-011-0/+41