summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-10-21gnu: re2: Update to 2018-10-01....* gnu/packages/regex.scm (re2): Update to 2018-10-01. Marius Bakke
2018-10-21gnu: libgphoto2: Update to 2.5.19....* gnu/packages/photo.scm (libgphoto2): Update to 2.5.19. Marius Bakke
2018-10-21gnu: appstream-glib: Update to 0.7.14....* gnu/packages/glib.scm (appstream-glib): Update to 0.7.14. Marius Bakke
2018-10-21gnu: openal: Update to 1.19.1....* gnu/packages/audio.scm (openal): Update to 1.19.1. Marius Bakke
2018-10-21gnu: kodi: Disable version checker....Fixes bug#32997. * gnu/packages/kodi.scm (kodi)[arguments]: Add substitution to remove the version checking configuration option. Efraim Flashner
2018-10-21gnu: python2-dendropy: Disable failing test....* gnu/packages/bioinformatics.scm (python2-dendropy)[arguments]: Disable failing test. Ben Woodcroft
2018-10-20gnu: bowtie: Update to 2.3.4.3....* gnu/packages/bioinformatics.scm (bowtie): Update to 2.3.4.3. [source]: Fetch from git. [inputs]: Replace python-2 with python-wrapper; move perl, perl-clone, perl-test-deep, and perl-test-simple from here... [native-inputs]: ...to here. [arguments]: Simplify check phase. Ricardo Wurmus
2018-10-20gnu: blast+: Use INVOKE and return #T unconditionally....* gnu/packages/bioinformatics.scm (blast+)[arguments]: Use INVOKE and return #T unconditionally. Ricardo Wurmus
2018-10-20gnu: bedops: Update to 2.4.35....* gnu/packages/bioinformatics.scm (bedops): Update to 2.4.35. [source]: Fetch from git. Ricardo Wurmus
2018-10-20gnu: bedops: Use INVOKE....* gnu/packages/bioinformatics.scm (bedops)[arguments]: Use INVOKE. Ricardo Wurmus
2018-10-20gnu: bamm: Fetch from git and use INVOKE....* gnu/packages/bioinformatics.scm (bamm)[source]: Fetch from git. [arguments]: Use INVOKE and return #T unconditionally. Ricardo Wurmus
2018-10-20gnu: aragorn: Use invoke and simplify....* gnu/packages/bioinformatics.scm (aragorn)[arguments]: Use INVOKE in build phase; simplify install phase. Ricardo Wurmus
2018-10-20gnu: clipper: Update to 1.2.1....* gnu/packages/bioinformatics.scm (clipper): Update to 1.2.1. [source]: Fetch from git. [arguments]: Add fix-typo phase. Ricardo Wurmus
2018-10-20gnu: python-pybedtools: Update to 0.7.10....* gnu/packages/bioinformatics.scm (python2-pybedtools): Update to 0.7.10. [arguments]: Disable broken tests. [propagated-inputs]: Replace bedtools with bedtools-2.26; add python-matplotlib, python-pysam, and python-pyyaml. [native-inputs]: Remove python-pyyaml; add kentutils, python-numpy, python-pandas, and python-six. (python-pybedtools): New variable. Ricardo Wurmus
2018-10-20gnu: Add bedtools-2.26....* gnu/packages/bioinformatics.scm (bedtools-2.26): New variable. Ricardo Wurmus
2018-10-20gnu: cataclysm-dda: Update snapshot....* gnu/packages/games.scm (cataclysm-dda): Update snapshot to 0b2c194e5. Kei Kebreau
2018-10-20gnu: maxima: Update to 5.42.0....* gnu/packages/maths.scm (maxima): Update to 5.42.0. Kei Kebreau
2018-10-20gnu: python-glances: Update to 3.0.2....* gnu/packages/python.scm (python-glances): Update to 3.0.2. Oleg Pykhalov
2018-10-20gnu: emacs-hy-mode: Update to 1.0.3....* gnu/packages/emacs.scm (emacs-hy-mode): Update to 1.0.3. Oleg Pykhalov
2018-10-20gnu: emacs-erc-hl-nicks: Update to 1.3.3....* gnu/packages/emacs.scm (emacs-erc-hl-nicks): Update to 1.3.3. Oleg Pykhalov
2018-10-20gnu: emacs-yasnippet: Update to 0.13.0....* gnu/packages/emacs.scm (emacs-yasnippet): Update to 0.13.0. Oleg Pykhalov
2018-10-20gnu: emacs-nginx-mode: Update to 1.1.9....* gnu/packages/emacs.scm (emacs-nginx-mode): Update to 1.1.9. Oleg Pykhalov
2018-10-20gnu: emacs-rainbow-mode: Update to 1.0.1....* gnu/packages/emacs.scm (emacs-rainbow-mode): Update to 1.0.1. Oleg Pykhalov
2018-10-20gnu: emacs-smart-mode-line: Update to 2.12.0....* gnu/packages/emacs.scm (emacs-smart-mode-line): Update to 2.12.0. Oleg Pykhalov
2018-10-20gnu: emacs-fill-column-indicator: Update to 1.89....* gnu/packages/emacs.scm (emacs-fill-column-indicator): Update to 1.89. Oleg Pykhalov
2018-10-20gnu: emacs-ggtags: Update to 0.8.13....* gnu/packages/emacs.scm (emacs-ggtags): Update to 0.8.13. Oleg Pykhalov
2018-10-20gnu: emacs-which-key: Update to 3.3.0....* gnu/packages/emacs.scm (emacs-which-key): Update to 3.3.0. Oleg Pykhalov
2018-10-20gnu: Add soundconverter....* gnu/packages/gnome.scm (soundconverter): New variable. * gnu/packages/patches/soundconverter-remove-gconf-dependency.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Christopher Baines
2018-10-19gnu: Add enchive....* gnu/packages/crypto.scm (enchive): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> nixo
2018-10-19services: ntp: Document 'ntp-service-type' and 'ntp-configuration'....* gnu/services/networking.scm (<ntp-configuration>)[servers]: Add default value. (ntp-service-type)[default-value]: New field. (ntp-service): Mark as deprecated. * gnu/services/desktop.scm (%desktop-services): Use (service ntp-service-type) instead of calling 'ntp-service'. * doc/guix.texi (Networking Services): Document 'ntp-service-type' and 'ntp-configuration'. Ludovic Courtès
2018-10-19gnu: Add i3blocks....* gnu/packages/wm.scm (i3blocks): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Meiyo Peng
2018-10-19gnu: qsynth: Update to 0.5.3....* gnu/packages/audio.scm (qsynth): Update to 0.5.3. Ricardo Wurmus
2018-10-19gnu: sbcl-slime-swank: Remove reference to unbound variable....Fixes a regression introduced in commit c4d4ae1e16254a96caaeb5ccb4486f301ae4f1b7. * gnu/packages/lisp.scm (sbcl-slime-swank)[license]: Remove extra 'license'. Ludovic Courtès
2018-10-19gnu: guile-wiredtiger: Update to 0.7.0....* gnu/packages/databases.scm (guile-wiredtiger): Update to 0.7.0. [inputs]: Replace wiredtiger with wiredtiger-3 [propagated-inputs]: Remove guile-lib, add guile-bytestructures [description]: Update it. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Amirouche
2018-10-19gnu: Add wiredtiger 3.1.0...* gnu/packages/databases.scm (wiredtiger-3): New variable that inherits from wiredtiger Signed-off-by: Ludovic Courtès <ludo@gnu.org> Amirouche
2018-10-19tests: Run 'guix pack' tests using the external store....Fixes <https://bugs.gnu.org/32184>. * guix/tests.scm (call-with-external-store): New procedure. (with-external-store): New macro. * tests/pack.scm (%store): Remove. (test-assertm): Add 'store' parameter. ("self-contained-tarball"): Wrap in 'with-external-store'. * tests/guix-pack.sh: Connect to the external store, if possible, by setting NIX_STORE_DIR and GUIX_DAEMON_SOCKET. Remove most uses of '--bootstrap'. Ludovic Courtès
2018-10-19pack: Fix "-C none -f tarball"....Fixes a regression introduced in 48b444304e206c35cf2c8e0d87a4711f1aac4fd4 whereby "guix pack -C none hello" would fail with: ERROR: In procedure string-join: In procedure string-join: Wrong type argument in position 1: #f builder for `/gnu/store/…-tarball-pack.tar.drv' failed with exit code 1 * guix/scripts/pack.scm (self-contained-tarball): Adjust for when 'compressor-command' returns #f. Ludovic Courtès
2018-10-19gnu: emacs-slime: License is a mix of GPL2+ and public domain....* gnu/packages/emacs.scm (emacs-slime)[license]: Update to (gpl2+ public-domain) Pierre Neidhardt
2018-10-19gnu: Add lparallel....* gnu/packages/lisp.scm (cl-lparallel, ecl-lparallel, sbcl-lparallel): New variables. Pierre Neidhardt
2018-10-19gnu: Add sbcl-cl-webkit....* gnu/packages/lisp.scm (sbcl-cl-webkit): New variable. Pierre Neidhardt
2018-10-19gnu: Add sbcl-cl-cffi-gtk....* gnu/packages/lisp.scm (sbcl-cl-cffi-gtk): New variable. Pierre Neidhardt
2018-10-19gnu: Add sbcl-cl-cffi-gtk-gdk....* gnu/packages/lisp.scm (sbcl-cl-cffi-gtk-gdk): New variable. Pierre Neidhardt
2018-10-19gnu: Add sbcl-cl-cffi-gtk-gdk-pixbuf....* gnu/packages/lisp.scm (sbcl-cl-cffi-gtk-gdk-pixbuf): New variable. Pierre Neidhardt
2018-10-19gnu: Add sbcl-cl-cffi-gtk-pango....* gnu/packages/lisp.scm (sbcl-cl-cffi-gtk-pango): New variable. Pierre Neidhardt
2018-10-19gnu: Add sbcl-cl-cffi-gtk-cairo....* gnu/packages/lisp.scm (sbcl-cl-cffi-gtk-cairo): New variable. Pierre Neidhardt
2018-10-19gnu: Add sbcl-cl-cffi-gtk-gio....* gnu/packages/lisp.scm (sbcl-cl-cffi-gtk-gio): New variable. Pierre Neidhardt
2018-10-19gnu: Add sbcl-cl-cffi-gtk-gobject....* gnu/packages/lisp.scm (sbcl-cl-cffi-gtk-gobject): New variable. Pierre Neidhardt
2018-10-19gnu: Add sbcl-cl-cffi-gtk-glib....* gnu/packages/lisp.scm (sbcl-cl-cffi-gtk-glib): New variable. Pierre Neidhardt
2018-10-19gnu: Add sbcl-cl-cffi-gtk....* gnu/packages/lisp.scm (sbcl-cl-cffi-gtk): New variable. Pierre Neidhardt
2018-10-19gnu: Add closer-mop....* gnu/packages/lisp.scm (cl-closer-mop, ecl-closer-mop, sbcl-closer-mop): New variables. Pierre Neidhardt