Age | Commit message (Collapse) | Author |
|
* gnu/packages/cran.scm (r-stabs): New variable.
|
|
* gnu/packages/cran.scm (r-partykit): New variable.
|
|
* gnu/packages/emacs-xyz.scm (emacs-explain-pause-mode)[synopsis,
description]: Conform to style recommendations.
|
|
* gnu/packages/emacs-xyz.scm (emacs-org-contrib): Version 20200908 does not
exist yet, use the last one on ELPA.
|
|
* gnu/packages/emacs-xyz.scm (emacs-org-contrib): Update to 20200908.
|
|
* gnu/packages/emacs-xyz.scm (emacs-sly-macrostep): Update to 20191211.
|
|
* gnu/packages/emacs-xyz.scm (emacs-sly): Update to 20200903.
|
|
* gnu/packages/mp3.scm (taglib): Add "" around the substitution of
ZLIB_LIBRARIES_FLAGS and add "/lib".
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/enlightenment.scm (enlightenment)[inputs]: Move efl,
wayland-protocols ...
[propagated-inputs]: ... to here. Add libxkbcommon.
|
|
* gnu/packages/kde-frameworks.scm (breeze): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/kde-frameworks.scm (breeze-assets): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/haskell-apps.scm (git-annex): Update to 8.20200908.
[arguments]: Drop flag to disable WebDAV because the latest release
unconditionally builds with WebDAV support.
[inputs]: Add ghc-dav.
Signed-off-by: Timothy Sample <samplet@ngyro.com>
|
|
* gnu/packages/haskell-web.scm (ghc-dav): New variable.
Signed-off-by: Timothy Sample <samplet@ngyro.com>
|
|
* gnu/packages/haskell-xyz.scm (ghc-xml-hamlet): New variable.
Signed-off-by: Timothy Sample <samplet@ngyro.com>
|
|
* gnu/packages/patches/genimage-signedness.patch: New file.
* gnu/packages/genimage.scm (genimage)[source]: Add patch.
* gnu/local.mk (dist_patch_DATA): Register patch.
|
|
* gnu/packages/genimage.scm (native-inputs): Drop fdisk, which is not used.
|
|
* gnu/packages/ebook.scm (calibre): Wrap QTWEBENGINEPROCESS_PATH in
addition to wrapping PYTHONPATH as python-build-system does.
Signed-off-by: Andreas Enge <andreas@enge.fr>
|
|
* gnu/packages/emacs-xyz.scm (emacs-helm-fish-completion): Update to 0.6.
|
|
* gnu/packages/coq.scm (coq-stdpp): Update to 1.4.0.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/emacs-xyz.scm (emacs-fountain-mode): Update to 3.2.2.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
* gnu/packages/emacs-xyz.scm (emacs-gdscript-mode): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
* gnu/packages/emacs-xyz.scm (emacs-ebdb): Update to 0.6.19.
|
|
* gnu/packages/emacs-xyz.scm (emacs-oauth2): Update to 0.15.
|
|
* gnu/packages/emacs-xyz.scm (emacs-org): Update to 9.3.8.
|
|
* gnu/packages/maths.scm (metamath): Update to 0.192.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/syndication.scm (liferea): Update to 1.12.9. Fix indentation.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/version-control.scm (pre-commit): Update to 2.7.1.
[native-inputs]: Change git to git-minimal.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/gnupg.scm (pinentry-gtk2, pinentry-gnome3, pinentry-qt,
pinentry-efl)[arguments]: Add configure-flag for fallback curses mode.
|
|
Triggers "assert-no-store-file-names" when running "make dist".
* gnu/packages/lisp-xyz (sbcl-caveman): Adjust reference to store file name.
|
|
Fixes compilation of emacs-emms-print-metadata.
* gnu/packages/mp3.scm (taglib)[arguments]: Add #:phases.
|
|
* gnu/packages/rust-apps.scm (rust-cbindgen-0.14): New variable.
|
|
* gnu/packages/mail.scm (notmuch): Update to 0.31.
[source]: Remove the workarounds that were temporarily needed to cope with the
tilde ("~") in the upstream "~rc" version number.
|
|
* gnu/packages/admin.scm (htop): Update to 3.0.1.
|
|
* gnu/packages/emacs-xyz.scm (emacs-org): Update to 9.3.7.
|
|
* gnu/packages/freeipmi.scm (freeipmi): Update to 1.6.6.
|
|
Follow-up to a1a39ed5a46044161a71cbe6931c7e3006a82ecb.
* gnu/tests/nfs.scm (run-nfs-root-fs-test): Improve tests.
|
|
* gnu/tests/nfs.scm (run-nfs-root-fs-test): New procedure.
(%test-nfs-root-fs): New variable. Export it.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
|
|
* gnu/packages/tex.scm (texlive-biblatex): New variable.
|
|
* gnu/packages/coq.scm (coq) [arguments]:
Turn duplicates into symlinks instead of deleting them in remove-duplicate.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
|
|
* gnu/packages/networking.scm (nbd): New variable.
|
|
* gnu/packages/kde-multimedia.scm (inputs): Add zlib. Remove FIXME for
library that is referenced by the final package.
|
|
* gnu/build/linux-boot.scm (device-string->file-system-device): Support
nfs-root "device" strings.
* gnu/build/file-systems.scm (canonicalize-device-spec): Support nfs-root
"device" strings.
* gnu/machine/ssh.scm (machine-check-file-system-availability): Avoid
checking of NFS file systems.
* gnu/system.scm (read-boot-parameters, device-sexp->device): Support
nfs-root "device" strings.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
|
|
* gnu/packages/guile-xyz.scm (nomad): Update to 0.2.0-alpha-100-g6a565d3.
[source]: Use permanent redirect for source url.
[native-inputs]: Add gnu-gettext.
[inputs]: Add gstreamer, gst-plugins-base, gst-plugins-good, gst-plugins-bad,
gst-plugins-ugly.
[propagated-inputs]: Move to inputs gstreamer, gst-plugins-base, gst-plugins-good,
gst-plugins-bad, gst-plugins-ugly. Removed gsettings-desktop-scheme.
[arguments]: Set GST_PLUGINS_PATH, NOMAD_WEB_EXTENSION_DIR and GI_TYPELIB_PATH
variables in 'wrap-binaries phase.
[native-search-paths]: Remove it.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
|
|
* gnu/packages/rust.scm (rust-1.46): New variable.
|
|
* gnu/packages/web.scm (guix-data-service): Update to c596a1c.
[inputs]: Add guile-prometheus.
|
|
* gnu/packages/python-web.scm (python-httpx): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
|
|
* gnu/packages/python-web.scm (python-httpcore): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
|
|
* gnu/packages/python-xyz.scm (python-trio-typing): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
|
|
* gnu/packages/python-xyz.scm (python-autoflake): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
|
|
* gnu/packages/python-xyz.scm (python-flake8-pie): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
|