aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* gnu: libtorrent-rasterbar: Compile Python bindings in C++11 mode.Nam Nguyen2018-11-24
| | | | | | | * gnu/packages/bittorrent.scm (libtorrent-rasterbar)[arguments]: Add phase to substitute setup.py. Co-authored-by: Marius Bakke <mbakke@fastmail.com>
* gnu: Add python-service-identity.Nam Nguyen2018-11-24
| | | | | | | * gnu/packages/python-crypto.scm (python-service-identity, python2-service-identity): New variables. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: Add emacs-matrix-client.Nicolas Goaziou2018-11-23
| | | | * gnu/packages/emacs.scm (emacs-matrix-client): New variable.
* gnu: Add emacs-a.Nicolas Goaziou2018-11-23
| | | | * gnu/packages/emacs.scm (emacs-a): New variable.
* gnu: Add emacs-tracking.Nicolas Goaziou2018-11-23
| | | | * gnu/packages/emacs.scm (emacs-tracking): New variable.
* gnu: Add emacs-ov.Nicolas Goaziou2018-11-23
| | | | * gnu/packages/emacs.scm (emacs-ov): New variable.
* gnu: python-slepc4py: Update to 3.10.0.Paul Garlick2018-11-23
| | | | | | * gnu/packages/maths.scm (python-slepc4py): Update to 3.10.0. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: python-petsc4py: Update to 3.10.0.Paul Garlick2018-11-23
| | | | | | * gnu/packages/maths.scm (python-petsc4py): Update to 3.10.0. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: slepc: Update to 3.10.1.Paul Garlick2018-11-23
| | | | | | * gnu/packages/maths.scm (slepc): Update to 3.10.1. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: petsc: Update to 3.10.2Paul Garlick2018-11-23
| | | | | | * gnu/packages/maths.scm (petsc): Update to 3.10.2. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: python-ilinkedlist: Update to 0.4.0.Luther Thompson2018-11-23
| | | | | | * gnu/packages/python.scm (python-ilinkedlist): Update to 0.4.0. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* build: Binary tarball now populates the "current-guix" profile.Ludovic Courtès2018-11-23
| | | | | | | | | | | | * 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.
* pack: Add '--profile-name'.Ludovic Courtès2018-11-23
| | | | | | | | | | | | * 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".
* Update NEWS.Ludovic Courtès2018-11-23
|
* status: Display 'build-remote' events.Ludovic Courtès2018-11-23
| | | | * guix/status.scm (print-build-event): Add clause for 'build-remote'.
* Update Guile-SQLite3 URL everywhere.Ludovic Courtès2018-11-23
| | | | | | | * 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.
* gnu: emacs-picpocket: Update to 40.Alex Vong2018-11-23
| | | | | | | 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.
* gnu: xpra: Update to 2.4.2.Rutger Helling2018-11-23
| | | | * gnu/packages/xorg.scm (xpra): Update to 2.4.2.
* gnu: Add u-boot-pinebook.Vagrant Cascadian2018-11-22
| | | | | | | | | | | | | | * 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.
* gnu: ccl: Fix missing command line argument support in wrapper.Pierre Neidhardt2018-11-22
| | | | * gnu/packages/lisp.scm (ccl): Fix missing command line argument support in wrapper.
* describe: Add recutils format.Oleg Pykhalov2018-11-22
| | | | | | | * 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.
* describe: Add json format.Oleg Pykhalov2018-11-22
| | | | | | | * 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.
* describe: Use a procedure to format output.Oleg Pykhalov2018-11-22
| | | | | * guix/scripts/describe.scm (channel->sexp): New procedure. (display-checkout-info, display-profile-info): Use this.
* gnu: gajim: Rename wrap-program phases.Arun Isaac2018-11-22
| | | | | * gnu/packages/messaging.scm (gajim)[arguments]: Rename wrap-program phases to wrap-gi-typelib-path and wrap-gsettings-schema-dir.
* gnu: supercollider: Update to 3.9.3.Nicolas Goaziou2018-11-22
| | | | * gnu/packages/audio.scm (supercollider): Update to 3.9.3.
* gnu: giac-xcas: Add a "doc" outputNicolas Goaziou2018-11-22
| | | | | * gnu/packages/algebra.scm (giac-xcas): Add "doc" output. [arguments]: Add phase to install documentation in the appropriate directory.
* gnu: giac-xcas: Update to 1.5.0-19.Nicolas Goaziou2018-11-22
| | | | * gnu/packages/algebra.scm (giac-xcas): Update to 1.5.0-19.
* gnu: ccl: Properly include x86-headers and remove missing "contrib" folder.Pierre Neidhardt2018-11-22
| | | | | * gnu/packages/lisp.scm (ccl): Include x86-headers and remove missing "contrib" folder. [home-page]: Use HTTPS.
* linux-initrd: 'expression->initrd' returns the complete file name.Ludovic Courtès2018-11-21
| | | | | | | | | | | | | | | | 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.
* guix system: Fix 'init' again.Ludovic Courtès2018-11-21
| | | | | | | | | 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'.
* gnu: mbedtls-apache: Update to 2.14.0.Marius Bakke2018-11-21
| | | | * gnu/packages/tls.scm (mbedtls-apache): Update to 2.14.0.
* gnu: termite: Update to 14.Marius Bakke2018-11-21
| | | | * gnu/packages/terminals.scm (termite): Update to 14.
* gnu: vte-ng: Update to 0.54.2.a.Marius Bakke2018-11-21
| | | | * gnu/packages/gnome.scm (vte-ng): Update to 0.54.2.a.
* gnu: vte-ng: Fetch source using git.Marius Bakke2018-11-21
| | | | * gnu/packages/gnome.scm (vte-ng)[source]: Rewrite in terms of GIT-FETCH.
* gnu: vte-ng: Add a home page.Marius Bakke2018-11-21
| | | | * gnu/packages/gnome.scm (vte-ng)[home-page]: New field.
* gnu: python-numpy: Update to 1.14.6.Marius Bakke2018-11-21
| | | | * gnu/packages/python.scm (python-numpy): Update to 1.14.6.
* gnu: webkitgtk: Update to 2.22.4.Marius Bakke2018-11-21
| | | | * gnu/packages/webkit.scm (webkitgtk-2.22): Update to 2.22.4.
* gnu: git: Update to 2.19.2.Marius Bakke2018-11-21
| | | | * gnu/packages/version-control.scm (git): Update to 2.19.2.
* gnu: feh: Update to 3.1.Marius Bakke2018-11-21
| | | | * gnu/packages/image-viewers.scm (feh): Update to 3.1.
* gnu: teeworlds: Update to 0.7.0 [fixes CVE-2018-18541].Alex Vong2018-11-22
| | | | | | | | | * gnu/packages/games.scm (teeworlds): Update to 0.7.0. [source]: Switch to git-fetch. Remove all bundled libraries except md5. [arguments]: Adjust accordingly. [inputs]: Use sdl2 instead of sdl and python-wrapper instead of python-2. Add json-parser and pnglite. * gnu/packages/patches/teeworlds-use-latest-wavpack.patch: Update it.
* gnu: bam: Update to 0.5.1.Alex Vong2018-11-22
| | | | | | | * gnu/packages/build-tools.scm (bam): Update to 0.5.1. [source]: Switch to git-fetch. [arguments]: Use newly provided Makefile. [inputs]: Add lua.
* gnu: Add json-parser.Alex Vong2018-11-22
| | | | * gnu/packages/web.scm (json-parser): New variable.
* gnu: Add pnglite.Alex Vong2018-11-22
| | | | * gnu/packages/image.scm (pnglite): New variable.
* gnu: python-waf: Use a proper directory structure.Efraim Flashner2018-11-21
| | | | | | | | | Fixes <https://bugs.gnu.org/25634>. * gnu/packages/python.scm (python-waf): Replace custom 'install phase to install "waf" binary into the bin directory. Remove the 'wrap phase. * gnu/packages/video.scm (mpv)[arguments]: Adjust the 'setup-waf phase accordingly.
* gnu: font-ubuntu: Update url.Jan Nieuwenhuizen2018-11-21
| | | | * gnu/packages/fonts.scm (font-ubuntu): Use new url, update hash.
* describe: Add profile option.Oleg Pykhalov2018-11-21
| | | | | | | * guix/scripts/describe.scm (%options): Add profile option. (show-help): Document this. (display-checkout-info): Check for profile argument. * doc/guix.texi (Invoking guix describe): Document this.
* describe: Fix 'format' option.Oleg Pykhalov2018-11-21
| | | | | | Fix ‘guix describe’ ignores ‘--format=FORMAT’ option. * guix/scripts/describe.scm (%options): Fix 'format' option.
* gnu: Add python-wikidata.swedebugia2018-11-21
| | | | | | * gnu/packages/python.scm (python-wikidata): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* build: Add missing Clojure modules to the distribution.Ludovic Courtès2018-11-21
| | | | | * Makefile.am (MODULES): Add guix/build-system/clojure.scm and guix/build/clojure-build-system.scm
* gnu: thermald: Clean up package definition.Efraim Flashner2018-11-21
| | | | | * gnu/packages/admin.scm (thermald)[arguments]: Remove redundant 'bootstrap phase. Remove unnecessary udev configure flag.