- Nov 22, 2018
-
-
Oleg Pykhalov authored
* 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 authored
* guix/scripts/describe.scm (channel->sexp): New procedure. (display-checkout-info, display-profile-info): Use this.
-
Arun Isaac authored
* gnu/packages/messaging.scm (gajim)[arguments]: Rename wrap-program phases to wrap-gi-typelib-path and wrap-gsettings-schema-dir.
-
Nicolas Goaziou authored
* gnu/packages/audio.scm (supercollider): Update to 3.9.3.
-
Nicolas Goaziou authored
* gnu/packages/algebra.scm (giac-xcas): Add "doc" output. [arguments]: Add phase to install documentation in the appropriate directory.
-
Nicolas Goaziou authored
* gnu/packages/algebra.scm (giac-xcas): Update to 1.5.0-19.
-
Pierre Neidhardt authored
* gnu/packages/lisp.scm (ccl): Include x86-headers and remove missing "contrib" folder. [home-page]: Use HTTPS.
-
- Nov 21, 2018
-
-
Ludovic Courtès authored
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 authored
Fixes a regression introduced in 52ee4479, 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'.
-
Marius Bakke authored
* gnu/packages/tls.scm (mbedtls-apache): Update to 2.14.0.
-
Marius Bakke authored
* gnu/packages/terminals.scm (termite): Update to 14.
-
Marius Bakke authored
* gnu/packages/gnome.scm (vte-ng): Update to 0.54.2.a.
-
Marius Bakke authored
* gnu/packages/gnome.scm (vte-ng)[source]: Rewrite in terms of GIT-FETCH.
-
Marius Bakke authored
* gnu/packages/gnome.scm (vte-ng)[home-page]: New field.
-
Marius Bakke authored
* gnu/packages/python.scm (python-numpy): Update to 1.14.6.
-
Marius Bakke authored
* gnu/packages/webkit.scm (webkitgtk-2.22): Update to 2.22.4.
-
Marius Bakke authored
* gnu/packages/version-control.scm (git): Update to 2.19.2.
-
Marius Bakke authored
* gnu/packages/image-viewers.scm (feh): Update to 3.1.
-
Alex Vong authored
* 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.
-
Alex Vong authored
* gnu/packages/build-tools.scm (bam): Update to 0.5.1. [source]: Switch to git-fetch. [arguments]: Use newly provided Makefile. [inputs]: Add lua.
-
Alex Vong authored
* gnu/packages/web.scm (json-parser): New variable.
-
Alex Vong authored
* gnu/packages/image.scm (pnglite): New variable.
-
Efraim Flashner authored
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.
-
Jan Nieuwenhuizen authored
* gnu/packages/fonts.scm (font-ubuntu): Use new url, update hash.
-
Oleg Pykhalov authored
* 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.
-
Oleg Pykhalov authored
Fix ‘guix describe’ ignores ‘--format=FORMAT’ option. * guix/scripts/describe.scm (%options): Fix 'format' option.
-
swedebugia authored
* gnu/packages/python.scm (python-wikidata): New variable. Co-authored-by:
Ludovic Courtès <ludo@gnu.org>
-
Ludovic Courtès authored
* Makefile.am (MODULES): Add guix/build-system/clojure.scm and guix/build/clojure-build-system.scm
-
Efraim Flashner authored
* gnu/packages/admin.scm (thermald)[arguments]: Remove redundant 'bootstrap phase. Remove unnecessary udev configure flag.
-
Efraim Flashner authored
* gnu/packages/admin.scm (thermald)[source]: Download source using git-fetch.
-
Maxim Cournoyer authored
* gnu/packages/emacs.scm (emacs-elpy): Update to 1.26.0.
-
- Nov 20, 2018
-
-
Vagrant Cascadian authored
* gnu/packages/bootloaders.scm (make-u-boot-sunxi64-package): New procedure. (u-boot-pine64-plus): Use it. Signed-off-by:
Danny Milosavljevic <dannym@scratchpost.org>
-
Vagrant Cascadian authored
* gnu/packages/firmware (arm-trusted-firmware-pine64-plus): Rename to... (arm-trusted-firmware-sun50i-a64): ...this. * gnu/packages/bootloaders (u-boot-pine64-plus)[native-inputs]: Use it. Signed-off-by:
Danny Milosavljevic <dannym@scratchpost.org>
-
Vagrant Cascadian authored
* gnu/packages/firmware.scm (arm-trusted-firmware-pine64-plus): Use platform name from upstream ("sun50i_a64"). [version]: Update to 2.0-1.cabe0a3, [source](uri): Use upstream git repository. Signed-off-by:
Danny Milosavljevic <dannym@scratchpost.org>
-
Christopher Baines authored
* gnu/packages/django.scm (python-django-debug-toolbar, python2-django-debug-toolbar): New variables.
-
Christopher Baines authored
* gnu/packages/django.scm (python-django-jinja, python2-django-jinja): New variables.
-
Christopher Baines authored
* gnu/packages/django.scm (python-django-pipeline, python2-django-pipeline): New variables.
-
Christopher Baines authored
* gnu/packages/python-web.scm (python-slimit, python2-slimit): New variables.
-
Christopher Baines authored
* gnu/packages/python-web.scm (python-jsmin, python2-jsmin): New variables.
-
Kei Kebreau authored
* gnu/packages/compression.scm (cabextract): Update to 1.9. [arguments]: Add phase "unpack-libmspack". [inputs]: Add libmspack-source.
-