summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: python-flask: Propagate python-click.Leo Famulari2016-12-04
| | | | | | * gnu/packages/python.scm (python-flask, python2-flask)[native-inputs]: Move python-click to ... [propagated-inputs]: ... here.
* gnu: shepherd: Update to 0.3.2.Ludovic Courtès2016-12-04
| | | | | * gnu/packages/admin.scm (shepherd): Update to 0.3.2. [properties]: New field.
* services: tor: Make sure /var/lib is world-readable.Ludovic Courtès2016-12-04
| | | | | * gnu/services/networking.scm (tor-hidden-service-activation): Add 'chmod' call for /var/lib.
* gnu: vim: Update to 8.0.0124.Marius Bakke2016-12-04
| | | | * gnu/packages/vim.scm (vim, vim-full): Update to 8.0.0124.
* gnu: dovecot: Update to 2.2.27.Tobias Geerinckx-Rice2016-12-04
| | | | | * gnu/packages/mail.scm (dovecot): Update to 2.2.27. [source, home-page]: Use HTTPS.
* gnu: vim: Update to 8.0.0118.Tobias Geerinckx-Rice2016-12-04
| | | | * gnu/packages/vim.scm (vim, vim-full): Update to 8.0.0118.
* gnu: Add qmidiarp.Ricardo Wurmus2016-12-04
| | | | * gnu/packages/music.scm (qmidiarp): New variable.
* gnu: Add Swedish Aspell dictionary.Christopher Andersson2016-12-04
| | | | | | * gnu/packages/aspell.scm (aspell-dict-sv): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: Move image viewers to (gnu packages image-viewers).Alex Kost2016-12-04
| | | | | | | | * gnu/packages/feh.scm (feh): Remove file. Move package to... * gnu/packages/geeqie.scm (geeqie): Likewise... * gnu/packages/sxiv.scm (sxiv): Likewise... * gnu/packages/image-viewers.scm: ... here. * gnu/local.mk (GNU_SYSTEM_MODULES): Remove files.
* gnu: exiv2: Move to (gnu packages image).Alex Kost2016-12-04
| | | | | | | | * gnu/packages/geeqie.scm (exiv2): Move to... * gnu/packages/image.scm: ... here. * gnu/packages/gnome.scm: Adjust the used modules. * gnu/packages/gnunet.scm: Likewise. * gnu/packages/gps.scm: Likewise.
* gnu: emms: Update to 4.2.Alex Kost2016-12-04
| | | | | | | * gnu/packages/emacs.scm (emms): Update to 4.2. [arguments]: EMMS installs "emms-print-metadata" now but assumes that BINDIR exists, so do not install it manually in 'post-install' phase, and make "/bin" directory in 'pre-install' phase.
* gnu: emacs-with-editor: Update to 2.5.6.Alex Kost2016-12-04
| | | | * gnu/packages/emacs.scm (emacs-with-editor): Update to 2.5.6.
* gnu: emacs-hl-todo: Update to 1.7.4.Alex Kost2016-12-04
| | | | * gnu/packages/emacs.scm (emacs-hl-todo): Update to 1.7.4.
* gnu: Add ingen.Ricardo Wurmus2016-12-04
| | | | * gnu/packages/music.scm (ingen): New variable.
* gnu: Add raul-devel.Ricardo Wurmus2016-12-04
| | | | * gnu/packages/audio.scm (raul-devel): New variable.
* gnu: Add ganv-devel.Ricardo Wurmus2016-12-04
| | | | * gnu/packages/gtk.scm (ganv-devel): New variable.
* gnu: Add ams-lv2.Ricardo Wurmus2016-12-04
| | | | * gnu/packages/music.scm (ams-lv2): New variable.
* gnu: lvtk: Build UI library.Ricardo Wurmus2016-12-04
| | | | | * gnu/packages/audio.scm (lvtk)[inputs]: Add gtkmm-2. [arguments]: Pass "-std=c++11" flag.
* gnu: Fix header in (gnu packages golang).Efraim Flashner2016-12-04
| | | | | * gnu/packages/golang.scm: Replace header line declaring this file as part of GNU Guix.
* gnu: Add econnman.Efraim Flashner2016-12-04
| | | | * gnu/packages/connman.scm (econnman): New variable.
* gnu: Add lekha.Efraim Flashner2016-12-04
| | | | * gnu/packages/enlightenment.scm (lekha): New variable.
* gnu: Add qsyncthingtray.Efraim Flashner2016-12-04
| | | | * gnu/packages/sync.scm (qsyncthingtray): New variable.
* gnu: Rename owncloud.scm to sync.scm.Efraim Flashner2016-12-04
| | | | | | * gnu/packages/owncloud.scm: Rename to ... * gnu/packages/sync.scm: ... this. * gnu/local.mk (GNU_SYSTEM_MODULES): Register it.
* gnu: Add rkflashtool.Efraim Flashner2016-12-04
| | | | * gnu/packages/flashing-tools.scm (rkflashtool): New variable.
* gnu: uget: Add missing input.Efraim Flashner2016-12-04
| | | | * gnu/packages/bittorrent.scm (uget)[native-inputs]: Add intltool.
* gnu: tor: Update to 0.2.8.10.Efraim Flashner2016-12-04
| | | | * gnu/packages/tor.scm (tor): Update to 0.2.8.10.
* gnu: acme-client: Update to 0.1.15.Leo Famulari2016-12-03
| | | | | * gnu/packages/tls.scm (acme-client): Update to 0.1.15. [native-inputs]: Add pkg-config.
* gnu: taglib: Update to 1.10.Leo Famulari2016-12-03
| | | | * gnu/packages/mp3.scm (taglib): Update to 1.10.
* gnu: aragorn: Update to 1.2.38.Ben Woodcroft2016-12-04
| | | | * gnu/packages/bioinformatics.scm (aragorn): Update to 1.2.38.
* gnu: Add highlight.Ricardo Wurmus2016-12-03
| | | | * gnu/packages/pretty-print.scm (highlight): New variable.
* gnu: git: Fix gitweb.Ricardo Wurmus2016-12-03
| | | | | * gnu/packages/version-control.scm (git)[inputs]: Add perl-cgi. [arguments]: Wrap "gitweb.cgi" with PERL5LIB.
* gnu: Add grantlee.Thomas Danckaert2016-12-03
| | | | | | * gnu/packages/qt.scm (grantlee): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add libksysguard.Thomas Danckaert2016-12-03
| | | | | | * gnu/packages/kde.scm (libksysguard): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: icecat: Update to 45.5.1-gnu1.Mark H Weaver2016-12-03
| | | | | | | * gnu/packages/gnuzilla.scm (icecat): Update to 45.5.1-gnu1. [source]: Remove temporary URI for 45.3 beta. Fix URI computation. Remove outdated patches. Add more cherry-picked bug fixes from upstream mozilla-esr45. Use 'list' instead of quasiquote in 'patches' field.
* gnu: Add Kerberos client service.John Darrington2016-12-03
| | | | | | | * doc/guix.texi (Kerberos Services)[Krb5 Service]: New subsubheading. * gnu/services/kerberos.scm (krb5-service-type): New variable. * gnu/services/configuration.scm (configuration-field-serializer, configuration-field-getter): Export variables.
* gnu: Add fcgiwrap.Ricardo Wurmus2016-12-03
| | | | * gnu/packages/web.scm (fcgiwrap): New variable.
* gnu: Add fcgi.Ricardo Wurmus2016-12-03
| | | | | | | * gnu/packages/patches/fcgi-2.4.0-gcc44-fixes.patch: New file. * gnu/packages/patches/fcgi-2.4.0-poll.patch: New file. * gnu/local.mk (dist_patch_DATA): Register patches. * gnu/packages/web.scm (fcgi): New variable.
* gnu: linux-libre: Update to 4.8.12.Mark H Weaver2016-12-03
| | | | | * gnu/packages/linux.scm (%linux-libre-version, %linux-libre-hash) (linux-libre): Update to 4.8.12.
* gnu: linux-libre@4.4: Update to 4.4.36.Mark H Weaver2016-12-03
| | | | * gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.36.
* gnu: linux-libre@4.1: Update to 4.1.36.Mark H Weaver2016-12-03
| | | | * gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.36.
* gnu: guix: Update development snapshot.Ludovic Courtès2016-12-03
| | | | * gnu/packages/package-management.scm (guix-devel): Update to 463fb7d.
* gnu: python-cryptography: Update to 1.6.Leo Famulari2016-12-03
| | | | | | * gnu/packages/python.scm (python-cryptography, python2-cryptography): Update to 1.6. (python-cryptography-vectors, python2-cryptography-vectors): Update to 1.6.
* gnu: dblatex: Update comment.Hartmut Goebel2016-12-02
| | | | | * gnu/packages/docbook.scm (dblatex)[arguments]: Detail comment about why the use of setuptools needs to be disabled.
* gnu: python-numpy: Fix inputs.Hartmut Goebel2016-12-02
| | | | | | | | | | This fixes 2efabc5589dc641dce75702b99253a3fb40bb2eb, where some inputs have been changed to propagated-inputs, but the propagated-inputs are still extended from inputs and the inputs are not extended at all. * gnu/packages/python.scm (python-numpy, python2-numpy)[inputs]: Extend from python-numpy-bootstrap's package-inputs. [propagated-inputs]: Extend from python-numpy-bootstrap's package-propagated-inputs.
* gnu: python2-ipython: Fix inputs.Hartmut Goebel2016-12-02
| | | | | | | | This fixes e62600feb6a3aca2304925ed8c0bb5a9060e38dd, where the inputs have been changed to native-inputs, but still extended from inputs. * gnu/packages/python.scm (python2-ipython)[native-inputs]: Extend from python-ipython's package-native-inputs.
* gnu: python-numpydoc: Correct inputs.Hartmut Goebel2016-12-02
| | | | | | | | | This does what 213d1745c6adbfd274b1edc575529e026b0ab743 was supposed to do. * gnu/packages/python.scm (python-numpydoc, python-numpydoc) Change first of the duplicate [native-inputs] definitions to [propagated-inputs].
* gnu: calibre: Do not use python setuptools for building.Hartmut Goebel2016-12-02
| | | | | * gnu/packages/ebook.scm (calibre)[arguments]: Set #:use-setuptools? to false.
* gnu: file-system-shepherd-service: Use mount-file-system.John Darrington2016-12-02
| | | | | * gnu/services/base.scm (file-system-shepherd-service): Use mount-file-system instead of manually mounting the file system.
* gnu: Add dnscrypt-proxy.Marius Bakke2016-12-02
| | | | * gnu/packages/dns.scm (dnscrypt-proxy): New variable.
* gnu: Add dnscrypt-wrapper.Marius Bakke2016-12-02
| | | | * gnu/packages/dns.scm (dnscrypt-wrapper): New variable.