Age | Commit message (Expand) | Author |
2018-11-24 | gnu: gcl: Remove unnecessary texlive input....* gnu/packages/lisp.scm (gcl)[native-inputs]: Remove texlive.
| Pierre Neidhardt |
2018-11-24 | build-system: clojure-build-system: Fix %default-clojure location....* guix/build-system/clojure.scm (%default-clojure): Use new package path.
| Jelle Licht |
2018-11-24 | gnu: clojure: Move to new clojure.scm....* gnu/local.mk (clojure): Include new clojure.scm.
* gnu/packages/clojure.scm: Add clojure, clojure-algo-generic,
clojure-algo-monads, clojure-core-match, clojure-instaparse,
clojure-tools-macro.
* gnu/packages/lisp.scm: Remove clojure, clojure-algo-generic,
clojure-algo-monads, clojure-core-match, clojure-instaparse,
clojure-tools-macro.
| Pierre Neidhardt |
2018-11-24 | gnu: femtolisp: Move to scheme.scm....* gnu/packages/lisp.scm (femtolisp): Remove.
* gnu/packages/scheme.scm (femtolisp): Add.
| Pierre Neidhardt |
2018-11-23 | gnu: Add APFS-FUSE....* gnu/packages/file-systems.scm (apfs-fuse): New variable.
| Leo Famulari |
2018-11-23 | gnu: linux-libre: Update to 4.19.4....* gnu/packages/linux.scm (%linux-libre-version): Update to 4.19.4.
(%linux-libre-hash): Update hash.
| Mark H Weaver |
2018-11-23 | gnu: linux-libre@4.14: Update to 4.14.83....* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.83.
(%linux-libre-4.14-hash): Update hash.
| Mark H Weaver |
2018-11-23 | gnu: linux-libre@4.9: Update to 4.9.140....* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.140.
| Mark H Weaver |
2018-11-23 | gnu: linux-libre@4.4: Update to 4.4.164....* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.164.
| Mark H Weaver |
2018-11-24 | gnu: freedesktop.scm: Sort imports and remove duplicates....* gnu/packages/freedesktop.scm: Sort imports alphabetically.
| Marius Bakke |
2018-11-24 | gnu: libraw: Update to 0.19.1....* gnu/packages/photo.scm (libraw): Update to 0.19.1.
| Marius Bakke |
2018-11-24 | gnu: libtorrent-rasterbar: Update to 1.1.11....* gnu/packages/bittorrent.scm (libtorrent-rasterbar): Update to 1.1.11.
| Marius Bakke |
2018-11-24 | gnu: Add deluge....* gnu/packages/bittorrent.scm (deluge): New variable.
Co-authored-by: Mike Rosset <mike.rosset@gmail.com>
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| Nam Nguyen |
2018-11-24 | gnu: libtorrent-rasterbar: Compile Python bindings in C++11 mode....* gnu/packages/bittorrent.scm (libtorrent-rasterbar)[arguments]: Add phase to
substitute setup.py.
Co-authored-by: Marius Bakke <mbakke@fastmail.com>
| Nam Nguyen |
2018-11-24 | gnu: Add python-service-identity....* gnu/packages/python-crypto.scm (python-service-identity,
python2-service-identity): New variables.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| Nam Nguyen |
2018-11-23 | gnu: Add emacs-matrix-client....* gnu/packages/emacs.scm (emacs-matrix-client): New variable.
| Nicolas Goaziou |
2018-11-23 | gnu: Add emacs-a....* gnu/packages/emacs.scm (emacs-a): New variable.
| Nicolas Goaziou |
2018-11-23 | gnu: Add emacs-tracking....* gnu/packages/emacs.scm (emacs-tracking): New variable.
| Nicolas Goaziou |
2018-11-23 | gnu: Add emacs-ov....* gnu/packages/emacs.scm (emacs-ov): New variable.
| Nicolas Goaziou |
2018-11-23 | gnu: python-slepc4py: Update to 3.10.0....* gnu/packages/maths.scm (python-slepc4py): Update to 3.10.0.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| Paul Garlick |
2018-11-23 | gnu: python-petsc4py: Update to 3.10.0....* gnu/packages/maths.scm (python-petsc4py): Update to 3.10.0.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| Paul Garlick |
2018-11-23 | gnu: slepc: Update to 3.10.1....* gnu/packages/maths.scm (slepc): Update to 3.10.1.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| Paul Garlick |
2018-11-23 | gnu: petsc: Update to 3.10.2...* gnu/packages/maths.scm (petsc): Update to 3.10.2.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| Paul Garlick |
2018-11-23 | gnu: python-ilinkedlist: Update to 0.4.0....* gnu/packages/python.scm (python-ilinkedlist): Update to 0.4.0.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| Luther Thompson |
2018-11-23 | build: Binary tarball now populates the "current-guix" profile....* Makefile.am (guix-binary.%.tar.xz): Pass
'--profile-name=current-guix'. Remove glibc and glibc-utf8-locales.
* doc/guix.texi (Binary Installation): Update accordingly.
* etc/guix-install.sh
* etc/guix-install.sh (sys_create_store, sys_enable_guix_daemon)
(sys_authorize_build_farms): Likewise.
* etc/guix-publish.conf.in, etc/guix-publish.service.in,
etc/guix-daemon.conf.in, etc/guix-daemon.service.in: Update file names
accordingly.
| Ludovic Courtès |
2018-11-23 | pack: Add '--profile-name'....* guix/scripts/pack.scm (self-contained-tarball): Add #:profile-name and
honor it.
(squashfs-image, docker-image): Add #:profile-name.
(%default-options): Add 'profile-name'.
(%options, show-help): Add "--profile-name".
(guix-pack): Honor it.
* tests/guix-pack-localstatedir.sh: New file.
* Makefile.am (SH_TESTS): Add it.
* doc/guix.texi (Invoking guix pack): Document "--profile-name".
| Ludovic Courtès |
2018-11-23 | Update NEWS. | Ludovic Courtès |
2018-11-23 | status: Display 'build-remote' events....* guix/status.scm (print-build-event): Add clause for 'build-remote'.
| Ludovic Courtès |
2018-11-23 | Update Guile-SQLite3 URL everywhere....* README: Update Guile-SQLite3 URL.
* doc/guix.texi (Requirements): Likewise.
* guix/store/database.scm (sqlite-exec): Likewise.
* m4/guix.m4 (GUIX_CHECK_GUILE_SQLITE3): Likewise.
| Ludovic Courtès |
2018-11-23 | gnu: emacs-picpocket: Update to 40....Fix version string as well:
<https://lists.gnu.org/archive/html/guix-devel/2018-11/msg00286.html>.
* gnu/packages/emacs.scm (emacs-picpocket): Update to 40.
| Alex Vong |
2018-11-23 | gnu: xpra: Update to 2.4.2....* gnu/packages/xorg.scm (xpra): Update to 2.4.2.
| Rutger Helling |
2018-11-22 | gnu: Add u-boot-pinebook....* gnu/packages/patches/u-boot-pinebook-a64-update-dts.patch: New file.
* gnu/packages/patches/u-boot-pinebook-syscon-node.patch: New file.
* gnu/packages/patches/u-boot-pinebook-mmc-calibration.patch: New file.
* gnu/packages/patches/u-boot-pinebook-video-bridge.patch: New file.
* gnu/packages/patches/u-boot-pinebook-r_i2c-controller.patch: New file.
* gnu/packages/patches/u-boot-pinebook-dts.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/bootloaders.scm (u-boot-pinebook): New exported variable.
* gnu/bootloader/u-boot.scm (u-boot-pinebook-bootloader): New exported
variable.
* gnu/system/install.scm (pinebook-installation-os): New exported variable.
| Vagrant Cascadian |
2018-11-22 | gnu: ccl: Fix missing command line argument support in wrapper....* gnu/packages/lisp.scm (ccl): Fix missing command line argument support in wrapper.
| Pierre Neidhardt |
2018-11-22 | describe: Add recutils format....* guix/scripts/describe.scm (channel->recutils): New procedure.
(display-checkout-info, display-profile-info): Use this.
(%options): Add 'recutils' option.
* doc/guix.texi (Invoking guix describe): Document this.
| Oleg Pykhalov |
2018-11-22 | describe: Add json format....* guix/scripts/describe.scm (channel->json): New procedure.
(display-checkout-info, display-profile-info): Use this.
(%options): Add 'json' option.
* doc/guix.texi (Invoking guix describe): Document this.
| Oleg Pykhalov |
2018-11-22 | describe: Use a procedure to format output....* guix/scripts/describe.scm (channel->sexp): New procedure.
(display-checkout-info, display-profile-info): Use this.
| Oleg Pykhalov |
2018-11-22 | gnu: gajim: Rename wrap-program phases....* gnu/packages/messaging.scm (gajim)[arguments]: Rename wrap-program phases to
wrap-gi-typelib-path and wrap-gsettings-schema-dir.
| Arun Isaac |
2018-11-22 | gnu: supercollider: Update to 3.9.3....* gnu/packages/audio.scm (supercollider): Update to 3.9.3.
| Nicolas Goaziou |
2018-11-22 | gnu: giac-xcas: Add a "doc" output...* gnu/packages/algebra.scm (giac-xcas): Add "doc" output.
[arguments]: Add phase to install documentation in the appropriate directory.
| Nicolas Goaziou |
2018-11-22 | gnu: giac-xcas: Update to 1.5.0-19....* gnu/packages/algebra.scm (giac-xcas): Update to 1.5.0-19.
| Nicolas Goaziou |
2018-11-22 | gnu: ccl: Properly include x86-headers and remove missing "contrib" folder....* gnu/packages/lisp.scm (ccl): Include x86-headers and remove missing "contrib" folder.
[home-page]: Use HTTPS.
| Pierre Neidhardt |
2018-11-21 | linux-initrd: 'expression->initrd' returns the complete file name....Previously 'expression->initrd' would return the directory that contains
the 'initrd' file; now it returns the complete file name for that file.
* gnu/system/linux-initrd.scm (expression->initrd)[builder]: Change
output file name to "initrd.cpio.gz". Tail-call 'file-append' to return
the complete file name.
* gnu/system.scm (operating-system-initrd-file): Remove 'file-append'
call.
* gnu/build/linux-initrd.scm (write-cpio-archive): Check whether OUTPUT
already has the ".gz" suffix; rename if before invoking GZIP if it does,
and otherwise after.
* gnu/system/vm.scm (expression->derivation-in-linux-vm)[builder]: Do
not append "/initrd" to #$initrd.
| Ludovic Courtès |
2018-11-21 | guix system: Fix 'init' again....Fixes a regression introduced in
52ee4479ef26826a53b9929cd00ca7738be687b1, whereby 'install' would now be
passed a procedure instead of a lowerable object.
* guix/scripts/system.scm (perform-action): Pass BOOTLOADER-SCRIPT as
the #:bootloader-installer argument of 'install'.
| Ludovic Courtès |
2018-11-21 | gnu: mbedtls-apache: Update to 2.14.0....* gnu/packages/tls.scm (mbedtls-apache): Update to 2.14.0.
| Marius Bakke |
2018-11-21 | gnu: termite: Update to 14....* gnu/packages/terminals.scm (termite): Update to 14.
| Marius Bakke |
2018-11-21 | gnu: vte-ng: Update to 0.54.2.a....* gnu/packages/gnome.scm (vte-ng): Update to 0.54.2.a.
| Marius Bakke |
2018-11-21 | gnu: vte-ng: Fetch source using git....* gnu/packages/gnome.scm (vte-ng)[source]: Rewrite in terms of GIT-FETCH.
| Marius Bakke |
2018-11-21 | gnu: vte-ng: Add a home page....* gnu/packages/gnome.scm (vte-ng)[home-page]: New field.
| Marius Bakke |
2018-11-21 | gnu: python-numpy: Update to 1.14.6....* gnu/packages/python.scm (python-numpy): Update to 1.14.6.
| Marius Bakke |
2018-11-21 | gnu: webkitgtk: Update to 2.22.4....* gnu/packages/webkit.scm (webkitgtk-2.22): Update to 2.22.4.
| Marius Bakke |