summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-01-05file-systems: Handle LUKS2 header.David Trudgian
* gnu/build/file-systems.scm (luks-superblock?): Handle LUKS2 header. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-01-05gnu: linux-libre: Update to 5.4.8.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.8. (linux-libre-5.4-pristine-source): Update hash.
2020-01-05gnu: linux-libre@4.19: Update to 4.19.93.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.93. (linux-libre-4.19-pristine-source): Update hash.
2020-01-05gnu: linux-libre@4.14: Update to 4.14.162.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.162. (linux-libre-4.14-pristine-source): Update hash.
2020-01-05gnu: linux-libre@4.9: Update to 4.9.208.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.208. (linux-libre-4.9-pristine-source): Update hash.
2020-01-05gnu: linux-libre@4.4: Update to 4.4.208.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.208. (linux-libre-4.4-pristine-source): Update hash.
2020-01-05gnu: guix: Update to f38eabe.Tobias Geerinckx-Rice
* gnu/packages/package-management.scm (guix): Update to f38eabe.
2020-01-05gnu: dtc: Use Python 3 instead of Python 2.Björn Höfling
* gnu/packages/bootloaders.scm (dtc)[inputs]: Use python instead of python-2.
2020-01-05gnu: ncompress: Update to 4.2.4.6.Tobias Geerinckx-Rice
* gnu/packages/compression.scm (ncompress): Update to 4.2.4.6. * gnu/packages/patches/ncompress-fix-softlinks.patch: Adjust.
2020-01-05gnu: cppcheck: Update to 1.90.Tobias Geerinckx-Rice
* gnu/packages/check.scm (cppcheck): Update to 1.90.
2020-01-05doc: Add JFS to Guix System-supported file systems.Tobias Geerinckx-Rice
* doc/guix.texi (Keyboard Layout and Networking and Partitioning): Note JFS support.
2020-01-05installer: Add JFS support.Tobias Geerinckx-Rice
* gnu/installer/newt/partition.scm (run-fs-type-page): Add ‘jfs’ to the list box. * gnu/installer/parted.scm (user-fs-type-name, user-fs-type->mount-type) (partition-filesystem-user-type): Add ‘jfs’ mapping (create-jfs-file-system): New procedure. (format-user-partitions): Use it. * gnu/installer.scm (set-installer-path): Add jfsutils.
2020-01-05installer: Fix typo.Tobias Geerinckx-Rice
* gnu/installer/parted.scm (create-btrfs-file-system): Fix typo in docstring.
2020-01-05gnu: Add ode.Nicolas Goaziou
* gnu/packages/game-development.scm (ode): New variable.
2020-01-05gnu: Add libccd.Nicolas Goaziou
* gnu/packages/game-development.scm (libccd): New variable.
2020-01-05gnu: Add xcur2png.Leo Prikler
* gnu/packages/xorg.scm (xcur2png): New variable.
2020-01-05gnu: bitlbee: Use HTTPS home page.Timotej Lazar
* gnu/packages/messaging.scm (bitlbee)[home-page]: Use HTTPS.
2020-01-04gexp: Add 'raw-derivation-file'.Ludovic Courtès
* guix/gexp.scm (<raw-derivation-file>): New record type. (raw-derivation-file-compiler): New gexp compiler. * tests/gexp.scm ("lower-gexp, raw-derivation-file") ("raw-derivation-file"): New tests.
2020-01-04gnu: guile-hashing: Add variant for Guile 3.0.Ludovic Courtès
* gnu/packages/guile-xyz.scm (guile3.0-hashing): New variable.
2020-01-04gnu: Add guile-hashing.Ludovic Courtès
* gnu/packages/guile-xyz.scm (guile-hashing): New variable.
2020-01-04build-system/guile: Add #:implicit-inputs?.Jan Nieuwenhuizen
* guix/build-system/guile.scm (lower): Add implicit-inputs? keyword parameter. [private-keywords]: Add it. Honor it.
2020-01-04gnu: Add cl-zpb-ttf.Ricardo Wurmus
* gnu/packages/lisp-xyz.scm (sbcl-zpb-ttf, ecl-zpb-ttf, cl-zpb-ttf): New variables.
2020-01-04gnu: Add opencog.Ricardo Wurmus
* gnu/packages/opencog.scm (opencog): New variable.
2020-01-04gnu: Add attention.Ricardo Wurmus
* gnu/packages/opencog.scm (attention): New variable.
2020-01-04gnu: Add link-grammar.Ricardo Wurmus
* gnu/packages/language.scm (link-grammar): New variable.
2020-01-04gnu: Add cogserver.Ricardo Wurmus
* gnu/packages/opencog.scm (cogserver): New variable.
2020-01-04gnu: Add atomspace.Ricardo Wurmus
* gnu/packages/opencog.scm (atomspace): New variable.
2020-01-04gnu: Add cogutil.Ricardo Wurmus
* gnu/packages/opencog.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
2020-01-04gnu: nfs-utils: Update to 2.4.2.Ricardo Wurmus
* gnu/packages/nfs.scm (nfs-utils): Update to 2.4.2. [source]: Remove patch. [arguments]: Update configure flags, remove fix-glibc-compatability phase, update substitutions. [inputs]: Add keyutils and rpcsvc-proto. * gnu/packages/patches/nfs-utils-missing-headers.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it.
2020-01-04gnu: swi-prolog: Update to 8.1.20.Brett Gilio
* gnu/packages/prolog.scm (swi-prolog): Update to 8.1.20.
2020-01-04gnu: swi-prolog: Modify documentation installation.Brett Gilio
* gnu/packages/prolog.scm (swi-prolog)[arguments]: Remove configuration step for PDF documentation.
2020-01-04gnu: swi-prolog: Enable tests.Brett Gilio
* gnu/packages/prolog.scm (swi-prolog)[arguments]: Enable tests and work around tests that cause failure by trying to write to the store, or establishing a network connection.
2020-01-04gnu: Add jgmenu.Guillaume Le Vaillant
* gnu/packages/xdisorg.scm (jgmenu): New variable.
2020-01-03gnu: Add emacs-company-posframe.LaFreniere, Joseph
* gnu/packages/emacs-xyz.scm (emacs-company-posframe): New variable. Signed-off-by: Brett Gilio <brettg@gnu.org>
2020-01-03gnu: Add swi-prolog.Brett Gilio
* gnu/packages/prolog.scm (swi-prolog): New variable.
2020-01-03gnu: gprolog: Use license prefix.Brett Gilio
* gnu/packages/prolog.scm (gprolog)[license]: Use prefix for list of licenses.
2020-01-03Revert "gnu: Add swi-prolog."Brett Gilio
This reverts commit 3f37f3909712eb7269b6e8184c0d61bfc61b67f9.
2020-01-03gnu: Add swi-prolog.Brett Gilio
* gnu/packages/prolog.scm (swi-prolog): New variable.
2020-01-03gnu: Rename module gprolog to prolog.Brett Gilio
* gnu/local.mk (GNU_SYSTEM_MODULES): Replace gprolog.scm => prolog.scm. * gnu/packages/{gprolog.scm -> prolog.scm}: Rename file so it is not implementation specific.
2020-01-03gnu: femtolisp: Update to 0.0.0-2.Brett Gilio
* gnu/packages/scheme.scm (femtolisp): Update to 0.0.0-2. This commit revision patches several bugs.
2020-01-04gnu: soundtouch: Update to 2.1.2.Tobias Geerinckx-Rice
* gnu/packages/audio.scm (soundtouch): Update to 2.1.2.
2020-01-04gnu: doctest: Update to 2.3.6.Tobias Geerinckx-Rice
* gnu/packages/check.scm (doctest): Update to 2.3.6.
2020-01-04gnu: polybar: Update to 3.4.2.Tobias Geerinckx-Rice
* gnu/packages/wm.scm (polybar): Update to 3.4.2.
2020-01-04gnu: libshout: Update to 2.4.3.Tobias Geerinckx-Rice
* gnu/packages/xiph.scm (libshout): Update to 2.4.3.
2020-01-04gnu: html-xml-utils: Update to 7.8.Tobias Geerinckx-Rice
* gnu/packages/xml.scm (html-xml-utils): Update to 7.8.
2020-01-04gnu: mg: Use @command mark-up in description.Tobias Geerinckx-Rice
* gnu/packages/text-editors.scm (mg)[description]: Use @command.
2020-01-03gnu: python-language-server: Update to 0.31.4.Brett Gilio
* gnu/packages/python-xyz.scm (python-language-server): Update to 0.31.4.
2020-01-03gnu: emacs-pyvenv: Update to 1.21.Brett Gilio
* gnu/packages/emacs-xyz.scm (emacs-pyvenv): Update to 1.21.
2020-01-03gnu: emacs-request: Disable tests.Brett Gilio
* gnu/packages/emacs-xyz.scm (emacs-request)[arguments]: Disabling test phase as it checks for network access.
2020-01-03gnu: emacs-request: Update to 0.3.2.Brett Gilio
* gnu/packages/emacs-xyz.scm (emacs-request): Update to 0.3.2.