summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: econnman: Build with python.Efraim Flashner2019-10-15
| | | | | * gnu/packages/connman.scm (econnman)[inputs]: Remove python-2, python2-dbus, python2-efl. Add python-wrapper, python-dbus, python-efl.
* gnu: connman: Update build inputs.Efraim Flashner2019-10-15
| | | | | | | * gnu/packages/connman.scm (connman)[arguments]: Don't enable pptp, it isn't available. [native-inputs]: Remove python-2, add python-wrapper. [inputs]: Remove polkit, add xl2tpd.
* gnu: xl2tpd: Update to 1.3.15.Efraim Flashner2019-10-15
| | | | * gnu/packages/vpn.scm (xl2tpd): Update to 1.3.15.
* gnu: xl2tpd: Fix install directory.Efraim Flashner2019-10-15
| | | | * gnu/packages/vpn.scm (xl2tpd)[arguments]: Unset DESTDIR, set PREFIX.
* gnu: ansible: Update to 2.8.5.Arun Isaac2019-10-16
| | | | * gnu/packages/admin.scm (ansible): Update to 2.8.5.
* gnu: ansible: Work around issues with Guix wrapper scripts.Arun Isaac2019-10-16
| | | | | * gnu/packages/admin.scm (ansible)[arguments]: Remove fix-symlinks phase. Add replace-symlinks phase.
* gnu: pwsafe: Move googletest to native-inputs.Efraim Flashner2019-10-15
| | | | | * gnu/packages/password-utils.scm (pwsafe)[inputs]: Move googletest ... [native-inputs]: ... to here.
* gnu: pwsafe: Update to 3.5.0Tim Gesthuizen2019-10-15
| | | | | | | * gnu/packages/password-utils.scm (pwsafe): Update to 3.5.0. [source]: Use git-file-name. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: wm.scm: Sort module imports.Efraim Flashner2019-10-15
| | | | * gnu/packages/wm.scm: Sort module imports.
* gnu: polybar: Add jsoncpp.Efraim Flashner2019-10-15
| | | | * gnu/packages/wm.scm (polybar)[inputs]: Add jsoncpp.
* gnu: polybar: Update source uri.Efraim Flashner2019-10-15
| | | | | * gnu/packages/wm.scm (polybar)[source]: Update source uri. Remove file-name.
* gnu: polybar: Update to 3.4.0.tanguy@bioneland.org2019-10-15
| | | | | | * gnu/packages/wm.scm (polybar): Update to 3.4.0. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: ruby-concurrent: Update to 1.1.5.Marius Bakke2019-10-15
| | | | | | | | | | * gnu/packages/patches/ruby-concurrent-ignore-broken-test.patch, gnu/packages/patches/ruby-concurrent-test-arm.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/ruby.scm (ruby-concurrent): Update to 1.1.5. [source](patches): Remove. [arguments]: Set #:test-target to "ci". Remove obsolete phases. Remove dependencies on 'rake_compiler_dock' and concurrent_ruby.jar.
* gnu: ruby-concurrent: Do not use unstable source tarball.Marius Bakke2019-10-15
| | | | * gnu/packages/ruby.scm (ruby-concurrent)[source]: Switch to GIT-FETCH.
* gnu: network-manager-openvpn: Update to 1.8.10.Tobias Geerinckx-Rice2019-10-15
| | | | * gnu/packages/gnome.scm (network-manager-openvpn): Update to 1.8.10.
* gnu: network-manager-applet: Don't use NAME in source URI.Tobias Geerinckx-Rice2019-10-15
| | | | * gnu/packages/gnome.scm (network-manager-applet)[source]: Hard-code NAME.
* gnu: network-manager-applet: Build libnm-gtk.Tobias Geerinckx-Rice2019-10-15
| | | | | | | Fixes network-manager-openvpn <https://issues.guix.gnu.org/issue/37759>. * gnu/packages/gnome.scm (network-manager-applet)[arguments]: Set libnm_gtk=true in #:configure-flags.
* gnu: patchmatrix: Update to 0.16.0.Ricardo Wurmus2019-10-15
| | | | | * gnu/packages/music.scm (patchmatrix): Update to 0.16.0. [arguments]: Remove custom phase make-gzip-archive-writable.
* gnu: Add python-cookiecutter.Tanguy Le Carrour2019-10-15
| | | | | | * gnu/packages/python-xyz.scm (python-cookiecutter): New public variable. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
* gnu: Add python-whichcraft.Tanguy Le Carrour2019-10-15
| | | | | | * gnu/packages/python-xyz.scm (python-whichcraft): New public variable. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
* gnu: Add python-poyo.Tanguy Le Carrour2019-10-15
| | | | | | * gnu/packages/python-xyz.scm (python-poyo): New public variable. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
* gnu: Add python-jinja2-time.Tanguy Le Carrour2019-10-15
| | | | | | * gnu/packages/python-xyz.scm (python-jinja2-time): New public variable. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
* gnu: Add gnome-mahjongg.David Wilson2019-10-15
| | | | | | * gnu/packages/gnome.scm (gnome-mahjongg) New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add r-unifiedwmwqpcr.zimoun2019-10-15
| | | | | | * gnu/packages/bioconductor.scm (r-unifiedwmwqpcr): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add r-htqpcr.zimoun2019-10-15
| | | | | | * gnu/packages/bioconductor.scm (r-htqpcr): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: openmpi: Add dependency on UCX when supported.Ludovic Courtès2019-10-15
| | | | * gnu/packages/mpi.scm (openmpi)[inputs]: Add UCX conditionally.
* gnu: Add ucx.Ludovic Courtès2019-10-15
| | | | * gnu/packages/fabric-management.scm (ucx): New variable.
* gnu: guix: Update to 88da011.Ludovic Courtès2019-10-15
| | | | * gnu/packages/package-management.scm (guix): Update to 88da011.
* gnu: emacs-magit: Add patch for compatibility with emacs-forge.Brian Leung2019-10-14
| | | | | | * gnu/local.mk (emacs-magit-format-author-margin.patch): Add patch. * gnu/packages/emacs-xyz.scm: Add. * gnu/packages/patches/emacs-magit-log-format-author-margin.patch: Add.
* gnu: emacs-prescient: Update to 3.3-1.9505658.Brian Leung2019-10-14
| | | | * gnu/packages/emacs-xyz.scm (emacs-prescient): Update to 3.3-1.9505658.
* gnu: emacs-ghub: Update to 3.2.0-2.e19cd86.Brian Leung2019-10-14
| | | | | * gnu/packages/emacs-xyz.scm (emacs-ghub): Update to 3.2.0-2.e19cd86. [propagated-inputs]: Add emacs-let-alist.
* gnu: emacs-markdown-preview: Fix synopsis.Brian Leung2019-10-14
| | | | * gnu/packages/emacs-xyz.scm (emacs-markdown-preview): Fix synopsis.
* gnu: clamav: Update to 0.102.0.Eric Bavier2019-10-14
| | | | * gnu/packages/antivirus.scm (clamav): Update to 0.102.0.
* gnu: xfsprogs: Install Python script to :python output.Tobias Geerinckx-Rice2019-10-15
| | | | | | * gnu/packages/linux.scm (xfsprogs)[outputs]: Add ‘python’. [arguments]: Move ‘xfs_scrub_all’ to :python. [inputs]: Add python-wrapper to make it actually run.
* gnu: xfsprogs: Update to 5.2.1.Tobias Geerinckx-Rice2019-10-15
| | | | * gnu/packages/linux.scm (xfsprogs): Update to 5.2.1.
* gnu: quaternion: Wrap with extra inputs.Tobias Geerinckx-Rice2019-10-15
| | | | | * gnu/packages/messaging.scm (quaternion)[inputs]: Add qtquickcontrols2. [arguments]: Use WRAP-QT-PROGRAM.
* gnu: zenity: Don't use NAME in source URI.Tobias Geerinckx-Rice2019-10-15
| | | | * gnu/packages/gnome.scm (zenity)[source]: Hard-code NAME.
* gnu: zenity: Update to 3.32.0.Tobias Geerinckx-Rice2019-10-15
| | | | * gnu/packages/gnome.scm (zenity): Update to 3.32.0.
* gnu: r-cmprsk: Update to 2.2-9.Tobias Geerinckx-Rice2019-10-15
| | | | * gnu/packages/cran.scm (r-cmprsk): Update to 2.2-9.
* gnu: r-pkgbuild: Update to 1.0.6.Tobias Geerinckx-Rice2019-10-15
| | | | * gnu/packages/cran.scm (r-pkgbuild): Update to 1.0.6.
* gnu: python-git-review: Update to 1.28.0.Tobias Geerinckx-Rice2019-10-15
| | | | * gnu/packages/openstack.scm (python-git-review): Update to 1.28.0.
* gnu: python-django-override-storage: Update to 0.1.6.Tobias Geerinckx-Rice2019-10-15
| | | | * gnu/packages/django.scm (python-django-override-storage): Update to 0.1.6.
* gnu: python-crate: Update to 0.23.2.Tobias Geerinckx-Rice2019-10-15
| | | | * gnu/packages/databases.scm (python-crate): Update to 0.23.2.
* gnu: pioneer: Update to 20190203.Eric Bavier2019-10-14
| | | | | | | | * gnu/packages/games.scm (pioneer): Update to 20190203. [build-system]: Switch from gnu- to cmake-build-system. [native-inputs]: Remove autoconf and automake. [inputs]: Add glew. [arguments]: Adjust configure-flags for cmake. Remove phase modification.
* packages: 'fold-available-packages' uses 'supported-package?'.Ludovic Courtès2019-10-14
| | | | | | | | | | | Fixes <https://bugs.gnu.org/37748>. Reported by Marius Bakke <mbakke@fastmail.com>. This is a followup to d2d63e20d5b981009b61bf416b4d7b516e8f1f34. * gnu/packages.scm (fold-available-packages): Use 'supported-package?' instead of (member ... (package-supported-systems ...)) to match what 'generate-package-cache' does.
* gnu: Add emacs-git-link.Brian Leung2019-10-14
| | | | * gnu/packages/emacs-xyz.scm (emacs-git-link): New variable.
* gnu: Add emacs-apheleia.Brian Leung2019-10-14
| | | | * gnu/packages/emacs-xyz.scm (emacs-apheleia): New variable.
* gnu: Add emacs-git-gutter-fringe.Brian Leung2019-10-14
| | | | * gnu/packages/emacs-xyz.scm (emacs-git-gutter-fringe): New variable.
* gnu: Add emacs-fringe-helper.Brian Leung2019-10-14
| | | | * gnu/packages/emacs-xyz.scm (emacs-fringe-helper): New variable.
* gnu: Add methyldackel.Ricardo Wurmus2019-10-14
| | | | * gnu/packages/bioinformatics.scm (methyldackel): New variable.