summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2018-06-24gnu: sbcl-stumpwm: Update to 18.05.Oleg Pykhalov
* gnu/packages/lisp.scm (sbcl-stumpwm): Update to 18.05.
2018-06-23gnu: Add python-send2trash.Oleg Pykhalov
* gnu/packages/python.scm (python-send2trash, python2-send2trash): New public variables.
2018-06-23gnu: maven-core: Fill properties.Julien Lepiller
* gnu/packages/maven.scm (maven-core-bootstrap)[arguments]: Add a fill-properties phase.
2018-06-23gnu: maven: Propagate mvn script requirements.Julien Lepiller
* gnu/packages/maven.scm (maven)[propagated-inputs]: Add coreutils and which.
2018-06-23gnu: tome4: Update to 1.5.10.Oleg Pykhalov
* gnu/packages/games.scm (tome4): Update to 1.5.10.
2018-06-23gnu: tome4: Use invoke.Oleg Pykhalov
* gnu/packages/games.scm (tome4)[arguments]: Use invoke.
2018-06-23services: Fix "authentication" service name.Danny Milosavljevic
Follow-up to 7f93bbd5aadf0427190769fba8f478c29e37b4f4. * gnu/services/authentication.scm: Fix module name.
2018-06-23services: Add fingerprint identification service.Danny Milosavljevic
* gnu/services/authentication.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. * doc/guix.texi (Miscellaneous Services): Document it.
2018-06-22gnu: make-u-boot-package: Improve error handling.Danny Milosavljevic
* gnu/packages/bootloaders.scm (make-u-boot-package): Improve error handling.
2018-06-22gnu: perl-cgi-simple: Update to 1.15.Tobias Geerinckx-Rice
* gnu/packages/web.scm (perl-cgi-simple): Update to 1.15. [source]: Update URI. [native-inputs]: Add perl-test-exception & perl-test-nowarnings.
2018-06-22gnu: perl-catalyst-runtime: Remove left-over input.Tobias Geerinckx-Rice
This is a follow-up to commit b544dde3e7a306c9050a031fe30c85a2ee4b9e15. * gnu/packages/web.scm (perl-catalyst-runtime)[native-inputs]: Remove perl-io-stringy.
2018-06-22gnu: workrave: Edit description.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (workrave)[description]: Edit and mark up.
2018-06-22gnu: eid-mw: Update to 4.4.3.Tobias Geerinckx-Rice
* gnu/packages/security-token.scm (eid-mw): Update to 4.4.3.
2018-06-22gnu: eid-mw: Fix build.Tobias Geerinckx-Rice
* gnu/packages/security-token.scm (eid-mw)[arguments]: Move the ‘bootstrap’ phase to after ‘unpack’. Modify it to run without errors, and call upstream's bootstrap.sh script instead of our own copy.
2018-06-22gnu: eid-mw: Don't use unstable tarball.Tobias Geerinckx-Rice
* gnu/packages/security-token.scm (eid-mw)[source]: Use GIT-FETCH.
2018-06-22gnu: Use more HTTPS.Tobias Geerinckx-Rice
* gnu/packages/admin.scm (net-base, wakelan, pam-krb5) [home-page]: Use HTTPS. (dfc, libpcap, tcpdump, wpa-supplicant-minimal, libcap-ng, audit) [source, home-page]: Likewise. * gnu/packages/algebra.scm (eigen)[home-page]: Likewise. (gp2c, pari-gp)[source, home-page]: Likewise. * gnu/packages/animation.scm (etl, synfig, synfigstudio, papagayo) [home-page]: Likewise. * gnu/packages/bioinformatics.scm (tadbit)[home-page]: Likewise.
2018-06-22gnu: Use HTTPS for drobilla.net URIs.Tobias Geerinckx-Rice
* gnu/packages/audio.scm (jalv, lilv, patchage, raul, raul-devel) (sratom, suil)[source, home-page]: Use HTTPS. * gnu/packages/gtk.scm (ganv, ganv-devel)[source, home-page]: Likewise. * gnu/packages/music.scm (ingen)[source, home-page]: Likewise. * gnu/packages/rdf.scm (serd, sord)[source, home-page]: Likewise.
2018-06-22gnu: libgit2: Return #t from all phases.Tobias Geerinckx-Rice
* gnu/packages/version-control.scm (libgit2)[arguments]: Substitute INVOKE for SYSTEM*.
2018-06-22gnu: busybox: Return #t from all phases.Tobias Geerinckx-Rice
* gnu/packages/busybox.scm (busybox)[arguments]: Substitute INVOKE for SYSTEM*.
2018-06-22gnu: corkscrew: Clean up dead code.Tobias Geerinckx-Rice
* gnu/packages/ssh.scm (corkscrew)[arguments]: Remove unnecessary variables and procedure calls.
2018-06-22gnu: corkscrew: Deduplicate documentation directories.Tobias Geerinckx-Rice
* gnu/packages/ssh.scm (corkscrew)[arguments]: Install documentation to the correct versioned subdirectory, as already done by the build system.
2018-06-22gnu: corkscrew: Return #t from all phases.Tobias Geerinckx-Rice
* gnu/packages/ssl.scm (corkscrew)[arguments]: Substitute INVOKE for SYSTEM*.
2018-06-22gnu: guile-ssh: Return #t from all phases.Tobias Geerinckx-Rice
* gnu/packages/ssh.scm (guile-ssh)[arguments]: Substitute INVOKE for SYSTEM* and all its trappings.
2018-06-22gnu: libtocc: Return #t from all phases.Tobias Geerinckx-Rice
* gnu/packages/search.scm (libtocc)[arguments]: Substitute INVOKE for SYSTEM*. Return #t rather than undefined from phases. Re-indent.
2018-06-22gnu: qemu: Return #t from phases.Tobias Geerinckx-Rice
* gnu/packages/virtualization.scm (qemu)[arguments]: Substitute INVOKE for SYSTEM*.
2018-06-22gnu: git-crypt: Return #t from all phases.Tobias Geerinckx-Rice
* gnu/packages/version-control.scm (git-crypt)[arguments]: Substitute INVOKE for SYSTEM*.
2018-06-22gnu: lxc: Return #t from phases.Tobias Geerinckx-Rice
* gnu/packages/virtualization.scm (lxc)[arguments]: Substitute INVOKE for SYSTEM*.
2018-06-22gnu: lookingglass: Update to a11.Rutger Helling
* gnu/packages/virtualization.scm (lookingglass): Update to a11. [native-inputs]: Add 'libconfig', 'nettle'. [arguments]: Add 'CC=gcc' make-flag.
2018-06-22gnu: extempore: Fetch sources from git.Ricardo Wurmus
* gnu/packages/music.scm (extempore)[source]: Fetch from git.
2018-06-22gnu: patchmatrix: Update to 0.12.0-1.a0b0b1e.Ricardo Wurmus
* gnu/packages/music.scm (patchmatrix): Update to 0.12.0-1.a0b0b1e. [arguments]: Add phase "make-gzip-archive-writable".
2018-06-22gnu: sfarkxtc: Update to 0-1.13cd6f937.Ricardo Wurmus
* gnu/packages/compression.scm (sfarkxtc): Update to 0-1.13cd6f937.
2018-06-22services: cuirass: Add description.Ricardo Wurmus
* gnu/services/cuirass.scm (cuirass-service-type): Add description.
2018-06-22services: cups: Add description.Ricardo Wurmus
* gnu/services/cups.scm (cups-service-type): Add description.
2018-06-22gnu: non-sequencer: Update to 1.9.5-4.5ae43bb.Ricardo Wurmus
* gnu/packages/music.scm (non-sequencer): Update to 1.9.5-4.5ae43bb.
2018-06-22gnu: ntk: Update to 1.3.1000.Ricardo Wurmus
* gnu/packages/fltk.scm (ntk): Update to 1.3.1000. [arguments]: Do not use python-2; add missing #t to "set-ldflags" phase.
2018-06-22gnu: pigx-chipseq: Update to 0.0.17.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (pigx-chipseq): Update to 0.0.17. [arguments]: Remove "wrap-executable" phase.
2018-06-22gnu: git: Add "credential-netrc" output.Pierre Neidhardt
* gnu/packages/version-control.scm (git): Add "credential-netrc" output. Signed-off-by: Gábor Boskovits <boskovits@gmail.com>
2018-06-22gnu: gnome-dictionary: Update to 3.26.1.Ludovic Courtès
* gnu/packages/gnome.scm (gnome-dictionary): Update to 3.26.1. [build-system]: Switch to MESON-BUILD-SYSTEM. [arguments]; New field.
2018-06-22Do not record store file name in bioinformatics.scm.Ludovic Courtès
* gnu/packages/bioinformatics.scm (dropseq-tools): Replace full store file name with ellipses.
2018-06-22gnu: parallel: Remove 'bash' input.Clément Lassieur
Because it's implicit. * gnu/packages/parallel.scm (parallel)[inputs]: Remove 'bash'.
2018-06-22gnu: nyx: Show header stats.Tobias Geerinckx-Rice
This is a follow-up to commit 18ab54d4a2aaf932b14e69c30650c1d2c4db33c7 and fixes a regression introduced by Nyx 2.0.4 + Python 3. * gnu/packages/tor.scm (nyx)[source]: Add patch. * gnu/packages/patches/nyx-show-header-stats-with-python3.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
2018-06-22gnu: parallel: Wrap program instead of substituting 'ps' and 'perl'.Clément Lassieur
* gnu/packages/parallel.scm (parallel)[arguments]: Replace 'ps' and 'perl' substitutions with a 'wrap-program' phase. Move the 'post-install-test' phase after it. [inputs]: Add bash.
2018-06-22gnu: nyx: Update to 2.0.4.Tobias Geerinckx-Rice
* gnu/packages/tor.scm (nyx): Update to 2.0.4. [source]: Use proper PYPI-URI release tarball. [native-inputs]: Remove (possibly outdated) test dependencies for now. [arguments]: Remove no-longer-supported #:configure-flags, adding new ‘install-man-page’ and ‘install-sample-configuration’ phases. Use setuptools. Disable tests.
2018-06-22gnu: perl-catalyst-runtime: Update to 5.90118.Tobias Geerinckx-Rice
* gnu/packages/web.scm (perl-catalyst-runtime): Update to 5.90118. [source]: Update URI. [native-inputs]: Remove perl-module-install. [inputs]: Remove perl-class-data-inheritable, perl-http-request-ascgi, perl-moosex-role-withoverloading, and perl-namespace-autoclean.
2018-06-22gnu: perl-catalystx-script-server-starman: Update to 0.03.Tobias Geerinckx-Rice
* gnu/packages/web.scm (perl-catalystx-script-server-starman): Update to 0.03.
2018-06-22gnu: nyx: Update home page.Tobias Geerinckx-Rice
* gnu/packages/tor.scm (nyx)[home-page]: Update. [description]: Remove last reference to old ‘arm’ project name.
2018-06-22gnu: nyx: Return #t from all phases.Tobias Geerinckx-Rice
* gnu/packages/video.scm (nyx)[arguments]: Substitute INVOKE for SYSTEM*.
2018-06-22gnu: dwm: Return #t from all phases.Tobias Geerinckx-Rice
* gnu/packages/video.scm (dwm)[arguments]: Substitute INVOKE for SYSTEM*.
2018-06-22gnu: zile-on-guile: Return #t from all phases.Tobias Geerinckx-Rice
* gnu/packages/zile.scm (zile-on-guile)[arguments]: Substitute INVOKE for SYSTEM*.
2018-06-22gnu: vpnc-scripts: Update to 20180226.07c3518.Tobias Geerinckx-Rice
* gnu/packages/vpn.scm (vpnc-scripts): Update to 20180226.07c3518.