aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: Add onionshare.Efraim Flashner2016-09-18
| | | | | | * gnu/packages/tor.scm (onionshare): New variable. * gnu/packages/patches/onionshare-fix-install-paths.patch: New variable. * gnu/local.mk (dist_patch_DATA): Add it.
* gnu: Add python-nautilus.Efraim Flashner2016-09-18
| | | | * gnu/packages/python.scm (python-nautilus): New variable.
* gnu: Add python-bcrypt.Efraim Flashner2016-09-18
| | | | * gnu/packages/password-utils.scm (python-bcrypt): New variable.
* gnu: Add python-nose2.Efraim Flashner2016-09-18
| | | | * gnu/packages/python.scm (python-nose2): New variable.
* gnu: Add python-cov-core.Efraim Flashner2016-09-18
| | | | * gnu/packages/python.scm (python-cov-core): New variable.
* gnu: Add python-consul.Efraim Flashner2016-09-18
| | | | * gnu/packages/python.scm (python-consul): New variable.
* gnu: Add python-graphene.Efraim Flashner2016-09-18
| | | | * gnu/packages/python.scm (python-graphene): New variable.
* gnu: Add python-django-filter.Efraim Flashner2016-09-18
| | | | * gnu/packages/django.scm (python-django-filter): New variable.
* gnu: Add python-pytest-django.Efraim Flashner2016-09-18
| | | | * gnu/packages/django.scm (python-pytest-django): New variable.
* gnu: Add python-sqlalchemy-utils.Efraim Flashner2016-09-18
| | | | * gnu/packages/python.scm (python-sqlalchemy-utils): New variable.
* gnu: Add python-graphql-relay.Efraim Flashner2016-09-18
| | | | * gnu/packages/python.scm (python-graphql-relay): New variable.
* gnu: Add python-graphql-core.Efraim Flashner2016-09-18
| | | | * gnu/packages/python.scm (python-graphql-core): New variable.
* gnu: Add python-pytest-mock.Efraim Flashner2016-09-18
| | | | * gnu/packages/python.scm (python-pytest-mock): New variable.
* gnu: Add python-promise.Efraim Flashner2016-09-18
| | | | * gnu/packages/python.scm (python-promise): New variable.
* gnu: Add python-peewee.Efraim Flashner2016-09-18
| | | | * gnu/packages/databases.scm (python-peewee): New variable.
* gnu: Add python-pika.Efraim Flashner2016-09-18
| | | | * gnu/packages/python.scm (python-pika): New variable.
* gnu: xorriso: Update to 1.4.6.Efraim Flashner2016-09-18
| | | | * gnu/packages/cdrom.scm (xorriso): Update to 1.4.6.
* gnu: autoconf-archive: Update to 2016.09.16.Efraim Flashner2016-09-18
| | | | * gnu/packages/autotools.scm (autoconf-archive): Update to 2016.09.16.
* gnu: gtk+ use modify-phasesJohn Darrington2016-09-18
| | | | * gnu/packages/gtk.scm (arguments): Replace alist-cons-before with modify-phases
* gnu: Add sendmailJohn Darrington2016-09-18
| | | | * gnu/packages/mail.scm (sendmail): New variable.
* gnu: Add python-glances.Stefan Reichoer2016-09-17
| | | | | | * gnu/packages/python.scm (python-glances, python2-glances): New variables. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: diffoscope: Update to 60.Leo Famulari2016-09-17
| | | | * gnu/packages/package-management.scm (diffoscope): Update to 60.
* gnu: gnome-session: Update to 3.20.2.Rene Saavedra2016-09-17
| | | | | | * gnu/packages/gnome.scm (gnome-session): Update to 3.20.2. Signed-off-by: Leo Famulari <leo@famulari.name>
* doc: "filesystem" -> "file system"John Darrington2016-09-16
| | | | | | | | | | | | | | | | | | | * doc/guix.texi: "filesystem" -> "file system" * gnu/packages/admin.scm: "filesystem" -> "file system" * gnu/packages/cdrom.scm: "filesystem" -> "file system" * gnu/packages/compression.scm: "filesystem" -> "file system" * gnu/packages/disk.scm: "filesystem" -> "file system" * gnu/packages/gnome.scm: "filesystem" -> "file system" * gnu/packages/irc.scm: "filesystem" -> "file system" * gnu/packages/linux.scm: "filesystem" -> "file system" * gnu/packages/mail.scm: "filesystem" -> "file system" * gnu/packages/mpd.scm: "filesystem" -> "file system" * gnu/packages/ocaml.scm: "filesystem" -> "file system" * gnu/packages/perl.scm: "filesystem" -> "file system" * gnu/packages/python.scm: "filesystem" -> "file system" * gnu/packages/search.scm: "filesystem" -> "file system" * gnu/packages/tls.scm: "filesystem" -> "file system" * gnu/services/mail.scm: "filesystem" -> "file system"
* gnu: Add Extempore.Ricardo Wurmus2016-09-16
| | | | * gnu/packages/music.scm (extempore): New variable.
* gnu: Add portmidi-for-extempore.Ricardo Wurmus2016-09-16
| | | | * gnu/packages/music.scm (portmidi-for-extempore): New variable.
* gnu: Add kiss-fft-for-extempore.Ricardo Wurmus2016-09-16
| | | | * gnu/packages/algebra.scm (kiss-fft-for-extempore): New variable.
* gnu: Add llvm-for-extempore.Ricardo Wurmus2016-09-16
| | | | | | * gnu/packages/llvm.scm (llvm-for-extempore): New variable. * gnu/packages/patches/llvm-for-extempore.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
* gnu: Add stb-image-for-extempore.Ricardo Wurmus2016-09-16
| | | | * gnu/packages/image.scm (stb-image-for-extempore): New variable.
* gnu: Add assimp.Ricardo Wurmus2016-09-16
| | | | * gnu/packages/graphics.scm (assimp): New variable.
* gnu: Add nanovg-for-extempore.Ricardo Wurmus2016-09-16
| | | | * gnu/packages/gl.scm (nanovg-for-extempore): New variable.
* gnu: Add r-e1071.Ricardo Wurmus2016-09-16
| | | | * gnu/packages/statistics.scm (r-e1071): New variable.
* gnu: Add r-rtsne.Ricardo Wurmus2016-09-16
| | | | * gnu/packages/statistics.scm (r-rtsne): New variable.
* gnu: Add par2cmdline.Brendan Tildesley2016-09-15
| | | | * gnu/packages/backup.scm (par2cmdline): New variable.
* gnu: prosody: Don't generate example SSL certificates.Tobias Geerinckx-Rice2016-09-16
| | | | | | They are non-deterministic and of questionable utility. * gnu/packages/messaging.scm (prosody)[arguments]: Add #:configure-flags.
* gnu: polipo: Use 'modify-phases'.Tobias Geerinckx-Rice2016-09-16
| | | | * gnu/packages/web.scm (polipo)[arguments]: Use 'modify-phases'.
* gnu: iodine: Use net-tools' ifconfig with an absolute path.Tobias Geerinckx-Rice2016-09-16
| | | | | | * gnu/packages/networking.scm (iodine)[arguments]: Add fix-ifconfig-path phase. [inputs]: Add net-tools.
* gnu: hexchat: Update to 2.12.1.Tobias Geerinckx-Rice2016-09-16
| | | | | | * gnu/packages/messaging.scm (hexchat): Update to 2.12.1. [inputs]: Add luajit. [description]: Wrap to <=80 characters.
* gnu: Add mcelog.Tobias Geerinckx-Rice2016-09-16
| | | | * gnu/packages/linux.scm (mcelog): New variable.
* gnu: kernel-config: Find configuration file for i686.David Craven2016-09-15
| | | | | | * gnu/packages/linux.scm (kernel-config): Find configuration file for i686. (make-linux-libre)[origin]: Apply patch correctly.
* gnu: chibi-scheme: Use 'modify-phases'.Ludovic Courtès2016-09-15
| | | | | * gnu/packages/scheme.scm (chibi-scheme)[arguments]: Use 'modify-phases'.
* gnu: Add darkhttpd.Arun Isaac2016-09-15
| | | | | | * gnu/packages/web.scm (darkhttpd): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: nss-certs and nss: Update to 3.26Vincent Legoll2016-09-15
| | | | | | | * gnu/packages/certs.scm (nss-certs): Update to 3.26. * gnu/packages/gnuzilla.scm (nss): Update to 3.26. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add gnome-dictionary.宋文武2016-09-15
| | | | * gnu/packages/gnome.scm (gnome-dictionary): New variable.
* gnu: Add python-natsort.Marius Bakke2016-09-14
| | | | | | * gnu/packages/python.scm (python-natsort, python2-natsort): New variables. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add python-pytest-flakes.Marius Bakke2016-09-14
| | | | | | | * gnu/packages/python.scm (python-pytest-flakes, python2-pytest-flakes): New variables. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add python-pytest-pep8.Marius Bakke2016-09-14
| | | | | | | * gnu/packages/python.scm (python-pytest-pep8, python2-pytest-pep8): New variables. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add mhonarc.ng02016-09-14
| | | | | | * gnu/packages/mail.scm (mhonarc): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: gnurl: Update to 7.50.3.ng02016-09-14
| | | | | | * gnu/packages/gnunet.scm (gnurl): Update to 7.50.3. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: hydra: Update to 20151030.1ff48da.Jan Nieuwenhuizen2016-09-14
| | | | | | | | | | | * gnu/packages/ci.scm (hydra): Update to 20151030.1ff48da (fixes building with nix-1.11.x). [source]: Remove 'hydra-automake-1.15.patch'. [inputs]: Add libpqxx and perl-net-statsd. * gnu/packages/patches/hydra-automake-1.15.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. Signed-off-by: Leo Famulari <leo@famulari.name>