summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-08-30gnu: robocut: Don't use unstable tarball.Tobias Geerinckx-Rice
* gnu/packages/printers.scm (robocut)[source]: Use GIT-FETCH and GIT-FILE-NAME.
2018-08-30gnu: gparted: Update to 0.32.0.Tobias Geerinckx-Rice
* gnu/packages/disk.scm (gparted): Update to 0.32.0.
2018-08-30gnu: duplicity: Update to 0.7.18.1.Tobias Geerinckx-Rice
* gnu/packages/backup.scm (duplicity): Update to 0.7.18.1. [arguments]: Remove upstreamed '--ignore-mdc-error' kluge. Rename 'patch-source' phase to 'use-store-file-names'.
2018-08-29gnu: audacity: Fix GtkFileChooserDialog.Kei Kebreau
* gnu/packages/audio.scm (audacity)[arguments]: Add 'wrap-program' phase to fix GtkFileChooserDialog. [inputs]: Rename "gtk" to "gtk+".
2018-08-30services: Add ddclient service.Oleg Pykhalov
* gnu/services/dns.scm (ddclient-configuration, ddclient-service-type): New variables. (uglify-field-name, serialize-field, serialize-boolean, serialize-integer, serialize-string, serialize-list, serialize-extra-options, ddclient-activation, ddclient-shepherd-service, generate-ddclient-documentation): New procedures. * doc/guix.texi (DNS Services): Document it.
2018-08-29linux-modules: Raise an error when a kernel module cannot be found.Ludovic Courtès
Previously we'd get an unhelpful backtrace like this: In gnu/build/linux-modules.scm: 184:47 4 (recursive-module-dependencies _ #:lookup-module _) 98:14 3 (module-dependencies _) 85:18 2 (modinfo-section-contents _) In ice-9/ports.scm: 439:11 1 (call-with-input-file #f #<procedure get-bytevector-al?> ?) In unknown file: 0 (open-file #f "r" #:encoding #f #:guess-encoding #f) ERROR: In procedure open-file: Wrong type (expecting string): #f builder for `/gnu/store/…-linux-modules.drv' failed with exit code 1 * gnu/build/linux-modules.scm (find-module-file): When MODULE cannot be found, raise an error instead of returning #f. This is more useful to the user.
2018-08-29tests: Warn about test module load failures.Ludovic Courtès
Reported by Clément Lassieur <clement@lassieur.org> and Leo Famulari <leo@famulari.name> at <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=32545#11>. * gnu/tests.scm (test-modules): Pass #:warn to 'scheme-modules'.
2018-08-29records: Adjust 'record-abi-mismatch-error' arguments.Ludovic Courtès
Previously, 'display-error' (as used by 'warn-about-load-error', for instance) would be called with a wrong number of arguments when a 'record-abi-mismatch-error' was caught: warning: failed to load '(gnu tests install)': Backtrace: [...] ERROR: In procedure display-error: Wrong number of arguments to #<procedure display-error (_ _ _ _ _ _)> Now you get warnings and error reports as intended: warning: failed to load '(gnu tests install)': In procedure abi-check: <openssh-configuration>: record ABI mismatch; recompilation needed warning: failed to load '(gnu tests ssh)': In procedure abi-check: <openssh-configuration>: record ABI mismatch; recompilation needed * guix/records.scm (print-record-abi-mismatch-error): Remove. Remove top-level call to 'set-exception-printer!'. (abi-check): Use arguments as expected by 'display-error'.
2018-08-29gnu: emacs-racket-mode: Update to commit 92c3348.Christopher Lemmer Webber
* gnu/packages/emacs.scm (emacs-racket-mode): Update to commit 92c3348.
2018-08-29gnu: python-trezor: Update to 0.10.2.Vagrant Cascadian
* gnu/packages/finance.scm (python-trezor): Update to 0.10.2. [arguments]: Replace check with tests that do not require hardware device. [propagated-inputs]: Add python-click, python-libusb1, python-pyblake2 and python-typing. [native-inputs]: Add python-mock and python-pytest. Signed-off-by: Leo Famulari <leo@famulari.name>
2018-08-29gnu: Add gffcompare.pimi
gnu/packages/bioinformatics.scm (gffcompare): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2018-08-29gnu: Add r-abcoptim.pimi
gnu/packages/cran.scm (r-abcoptim): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2018-08-29gnu: Add solaar.Danny Milosavljevic
* gnu/packages/admin.scm (solaar): New variable.
2018-08-29gnu: Add python-pyudev.Danny Milosavljevic
* gnu/packages/admin.scm (python-pyudev): New variable.
2018-08-29gnu: Add python-scanpy.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (python-scanpy): New variable.
2018-08-29gnu: Add python-anndata.Ricardo Wurmus
* gnu/packages/python.scm (python-anndata): New variable.
2018-08-29gnu: Add python-numba.Ricardo Wurmus
* gnu/packages/python.scm (python-numba): New variable.
2018-08-29gnu: Add python-llvmlite.Ricardo Wurmus
* gnu/packages/llvm.scm (python-llvmlite): New variable.
2018-08-29Revert "gnu: snappy: Optimise."Marius Bakke
This causes too many rebuilds for the master branch. This reverts commit f96ed06805db934ff735e80596f1373dc1c2b5a8.
2018-08-29gnu: Add ghc 8.4.3.Ricardo Wurmus
* gnu/packages/haskell.scm (ghc-8): Rename this... (ghc-8.0): ...to this. (ghc): Point at ghc-8.0. (ghc-8): New variable for GHC 8.4.3. Co-authored-by: Timothy Samplet <samplet@ngyro.com>
2018-08-29gnu: Add r-infotheo.Ricardo Wurmus
* gnu/packages/cran.scm (r-infotheo): New variable.
2018-08-28gnu: capstone: Use HTTPS home page.Tobias Geerinckx-Rice
* gnu/packages/engineering.scm (capstone)[home-page]: Use HTTPS.
2018-08-28gnu: r-plotrix: Update to 3.7-3.Tobias Geerinckx-Rice
* gnu/packages/statistics.scm (r-plotrix): Update to 3.7-3.
2018-08-28gnu: python-apipkg: Update home page.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-apipkg)[home-page]: Update.
2018-08-28gnu: r-pracma: Update to 2.1.5.Tobias Geerinckx-Rice
* gnu/packages/maths.scm (r-pracma): Update to 2.1.5.
2018-08-28gnu: claws-mail: Update to 3.17.1.Tobias Geerinckx-Rice
* gnu/packages/mail.scm (claws-mail): Update to 3.17.1.
2018-08-28gnu: libntlm: Update to 1.5.Tobias Geerinckx-Rice
* gnu/packages/gsasl.scm (libntlm): Update to 1.5. [source]: Use HTTPS.
2018-08-28gnu: snappy: Optimise.Tobias Geerinckx-Rice
* gnu/packages/compression.scm (snappy)[source]: Build with ‘-O2’. * gnu/package/patches/snappy-add-O2-flag-in-CmakeLists.txt.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
2018-08-28gnu: Add urlscan.Efraim Flashner
* gnu/packages/mail.scm (urlscan): New variable.
2018-08-28gnu: Add ephoto.Efraim Flashner
* gnu/packages/enlightenment.scm (ephoto): New variable.
2018-08-28gnu: electron-cash: Update to 3.3.1.Vagrant Cascadian
* gnu/packages/finance.scm (electron-cash): Update to 3.3.1. Signed-off-by: Leo Famulari <leo@famulari.name>
2018-08-28gnu: dropbear: Fix CVE-2018-15599.Leo Famulari
* gnu/packages/patches/dropbear-CVE-2018-15599.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/ssh.scm (dropbear)[source]: Use it.
2018-08-28services: openssh: Add 'log-level' field.Ludovic Courtès
* gnu/services/ssh.scm (<openssh-configuration>)[log-level]: New field. (openssh-config-file): Honor it. * doc/guix.texi (Networking Services): Document it.
2018-08-28gnu: dico: Update to 2.6.Ludovic Courtès
* gnu/packages/dico.scm (dico): Update to 2.6. [inputs]: Switch to GUILE-2.2.
2018-08-28gnu: Add SpaceFM.Ison111
* gnu/packages/lxde.scm (spacefm): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2018-08-28gnu: Add emacs-build-farm.Alex Kost
* gnu/packages/emacs.scm (emacs-build-farm): New variable.
2018-08-28gnu: openmw: Update to 0.44.0.Alex Kost
* gnu/packages/game-development.scm (openmw): Update to 0.44.0.
2018-08-28services: tor: Make it easier to use UNIX sockets.Chris Marusich
* doc/guix.texi (Networking Services): Document it, and mention that tor-service is deprecated. * gnu/services/networking.scm (<tor-configuration>) <socks-socket-type>: New field. (tor-configuration->torrc): When socks-socket-type is 'unix, set SocksPort to UNIX domain socket /var/run/tor/socks-sock and set UnixSocksGroupWritable to 1. * gnu/tests/networking.scm (%tor-os/unix-socks-socket): Instead of using a custom config file, just set socks-socket-type to 'unix.
2018-08-28tests: tor: Add more test cases.Chris Marusich
* gnu/tests/networking.scm (%tor-os/unix-socks-socket): New variable. (run-tor-test) <os/unix-socks-socket, marionette/unix-socks-socket> <socket-directory>: New variables. <"tor is alive">: Move common code from this test case... <tor-is-alive?>: ...into this new procedure. <"tor is listening", "tor is alive, even when using a SOCKS socket"> <"tor is listening, even when using a SOCKS socket">: New test cases.
2018-08-28marionette: Add wait-for-unix-socket.Chris Marusich
* gnu/build/marionette.scm (wait-for-unix-socket): New variable.
2018-08-28marionette: Add support for QEMU's "quit" command.Chris Marusich
* gnu/build/marionette.scm (marionette-control): Don't wait for the monitor prompt when the command was "quit".
2018-08-28services: tor: Rename activation procedure.Chris Marusich
* gnu/services/networking.scm: Rename the procedure tor-hidden-service-activation to tor-activation.
2018-08-28services: tor: Add a system test.Chris Marusich
* gnu/services/networking.scm (tor-configuration->torrc): Set PidFile to /var/run/tor/tor.pid in the base torrc configuration. (tor-shepherd-service) <start>: Call make-forkexec-constructor/container with a new #:pid-file argument to tell Shepherd where to find the PID file. Add a a new <file-system-mapping> to its existing #:mappings argument to share /var/run/tor with the the container. (tor-hidden-services-activation): Update docstring. Create /var/run/tor and set its permissions so only the tor user can access it. * gnu/tests/networking.scm (%test-tor, %tor-os): New variables. (run-tor-test): New procedure.
2018-08-28gnu: GRUB: Check for errors from efibootmgr.Marius Bakke
* gnu/packages/patches/grub-check-error-efibootmgr.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/bootloaders.scm (grub)[source](patches): New field.
2018-08-28gnu: seabios: Update source URI.Marius Bakke
* gnu/packages/firmware.scm (seabios)[source](uri): Download from seabios.org.
2018-08-28gnu: slang: Update to 2.3.2.Marius Bakke
* gnu/packages/slang.scm (slang): Update to 2.3.2.
2018-08-28gnu: emacs-async: Download using git.Marius Bakke
The MELPA tarball hash changed. Prevent this problem in the future by downloading a git checkout. * gnu/packages/emacs.scm (emacs-async)[home-page]: Update to actual. [source]: Use GIT-FETCH.
2018-08-27pull: Use (git) and (guix git) unconditionally.Ludovic Courtès
The autoload hack was added a year ago, before 0.14.0, i.e., before any release would depend on Guile-Git. Both 0.14.0 and 0.15.0 required Guile-Git, and 'guix pull' now automatically pulls it in, so this hack is no longer necessary. * guix/scripts/pull.scm: Use (git) and (guix git). Remove top-level call to 'module-autoload!'. (ensure-guile-git!): Remove. (guix-pull): Remove call to 'ensure-guile-git!'.
2018-08-27self: Shrink the module search path of the 'guix' command.Ludovic Courtès
Previously we'd have lots of useless entries on the search paths, such as libtasn1, libidn2, zlib, gmp, etc. because they are propagated by gnutls. * guix/self.scm (guix-command)[source-directories, object-directories]: New variables. Use them in the body of "guix-command". Filter their items with 'file-exists?'.
2018-08-27gnu: feh: Enable EXIF support.Leo Famulari
* gnu/packages/image-viewers.scm (feh)[arguments]: Enable EXIF support. (inputs): Add libexif.