summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Expand)AuthorAgeFilesLines
* gnu: rxcpp: Don't use unstable tarball.•••* gnu/packages/machine-learning.scm (rxcpp)[source]: Use GIT-FETCH and GIT-FILE-NAME. Tobias Geerinckx-Rice2019-05-261-5/+6
* gnu: rxcpp: Update to 4.1.0.•••* gnu/packages/machine-learning.scm (rxcpp): Update to 4.1.0. Tobias Geerinckx-Rice2019-05-261-3/+2
* gnu: libelf: Use archived home page and mirrored source.•••* gnu/packages/elf.scm (libelf)[source]: Use mirror URLs. [home-page]: Use archived home page. Tobias Geerinckx-Rice2019-05-261-8/+15
* gnu: pidgin: Use HTTPS home page.•••* gnu/packages/messaging.scm (pidgin)[home-page]: Use HTTPS. Tobias Geerinckx-Rice2019-05-261-1/+1
* gnu: pidgin: Add network-manager support.•••* gnu/packages/messaging.scm (pidgin)[inputs]: Add network-manager. [arguments]: Undisable it in #:configure-flags. Tobias Geerinckx-Rice2019-05-261-2/+1
* gnu: pidgin: Update to 2.13.0.•••* gnu/packages/messaging.scm (pidgin): Update to 2.13.0. Tobias Geerinckx-Rice2019-05-261-3/+2
* gnu: pidgin: Don't use NAME in source URI.•••* gnu/packages/messaging.scm (pidgin)[source]: Hard-code NAME. Tobias Geerinckx-Rice2019-05-261-1/+1
* gnu: duplicity: Update to 0.7.19.•••* gnu/packages/backup.scm (duplicity): Update to 0.7.19. Tobias Geerinckx-Rice2019-05-261-2/+2
* services: sddm: Fix root login failure issue.•••* gnu/services/sddm.scm (sdm-pam-service): Set uid from CONFIG. (sdm-autologin-pam-service): Set uid from CONFIG. (sdm-pam-services): Pass CONFIG to 'sddm-pam-service' and 'sddm-autologin-pam-service'. * doc/guix.texi (X Window): Adjust 'minimum-uid' documentation. Co-authored-by: Ludovic Courtès <ludo@gnu.org> Reza Alizadeh Majd2019-05-261-6/+10
* services: cgit: Fix typo.•••* gnu/services/cgit.scm (cgit-configuration)[root-readme]: Replace "thef" with "the". Arun Isaac2019-05-251-1/+2
* gnu: squirrel: Fix build.•••This follows commit 9d0c291e3e. * gnu/packages/squirrel.scm: Adjust module reference. Kei Kebreau2019-05-251-1/+1
* gnu: emacs-lispy: Update to 0.27.0.•••* gnu/packages/emacs-xyz.scm (emacs-lispy): Update to 0.27.0. Signed-off-by: Ricardo Wurmus <rekado@elephly.net> Brian Leung2019-05-251-26/+24
* gnu: emacs-avy: Update to 0.5.0.•••* gnu/packages/emacs-xyz.scm (emacs-avy): Update to 0.5.0. Signed-off-by: Ricardo Wurmus <rekado@elephly.net> Brian Leung2019-05-251-2/+2
* gnu: emacs-highlight-symbol: Update to 1.3.1-7a789c7.•••* gnu/packages/emacs-xyz.scm (emacs-highlight-symbol): Update to 1.3.1-7a789c7. Signed-off-by: Ricardo Wurmus <rekado@elephly.net> Brian Leung2019-05-251-18/+24
* linux-container: Check if nscd run directory exists when container is run.•••* gnu/system/linux-container.scm (containerized-operating-system): (container-script): Check for existence of the host nscd run directory in the container script. This check should be run when the container is started, not when the container script is created. [network-mappings]: Delete variable. [nscd-run-directory, nscd-mapping]: New variables. Arun Isaac2019-05-251-22/+31
* gnu: supertux: Update to 0.6.0.•••* gnu/packages/games.scm (supertux): Update to 0.6.0. [source]: Add patches. [arguments]: Add -DUSE_SYSTEM_PHYSFS=ON. Add 'patch-squirrel-path' phase. [inputs]: Add freetype and squirrel. * gnu/packages/patches/supertux-fix-build-with-gcc5.patch, gnu/packages/patches/supertux-unbundle-squirrel.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. Kei Kebreau2019-05-244-4/+154
* gnu: squirrel: Install headers and documentation.•••* gnu/packages/squirrel.scm (squirrel)[arguments]: Disable building static libraries. Add 'install-documentation' and 'install-headers' phases. [native-inputs]: Add python-sphinx. Kei Kebreau2019-05-241-2/+30
* gnu: squirrel: Build from a source archive instead of a Git checkout.•••* gnu/packages/squirrel.scm (squirrel)[source]: Use url-fetch and adjust the source URL accordingly. Kei Kebreau2019-05-241-24/+24
* gnu: help2man: Update to 1.47.10.•••* gnu/packages/man.scm (help2man/latest): Update to 1.47.10. Marius Bakke2019-05-241-2/+2
* gnu: python-markdown: Update to 3.1.1.•••* gnu/packages/python-xyz.scm (python-markdown): Update to 3.1.1. Marius Bakke2019-05-241-2/+2
* gnu: perl: Update home page.•••* gnu/packages/perl.scm (perl)[home-page]: Use HTTPS. Marius Bakke2019-05-241-1/+1
* gnu: Add python-sphinxcontrib-qthelp.•••* gnu/packages/sphinx.scm (python-sphinxcontrib-qthelp): New public variable. Marius Bakke2019-05-241-0/+20
* gnu: Add python-sphinxcontrib-htmlhelp.•••* gnu/packages/sphinx.scm (python-sphinxcontrib-htmlhelp): New public variable. Marius Bakke2019-05-241-0/+20
* gnu: Add python-sphinxcontrib-jsmath.•••* gnu/packages/sphinx.scm (python-sphinxcontrib-jsmath): New public variable. Marius Bakke2019-05-241-0/+20
* gnu: Add python-sphinxcontrib-devhelp.•••* gnu/packages/sphinx.scm (python-sphinxcontrib-devhelp): New public variable. Marius Bakke2019-05-241-0/+20
* gnu: Add python-sphinxcontrib-applehelp.•••* gnu/packages/sphinx.scm (python-sphinxcontrib-applehelp): New public variable. Marius Bakke2019-05-241-0/+20
* gnu: Add python-sphinxcontrib-serializinghtml.•••* gnu/packages/sphinx.scm (python-sphinxcontrib-serializinghtml): New public variable. Marius Bakke2019-05-241-0/+20
* gnu: Move Sphinx and friends to (gnu packages sphinx).•••* gnu/packages/python-xyz.scm (python-sphinxcontrib-websupport, python2-sphinxcontrib-websupport, python-sphinx, python2-sphinx, python-sphinx-gallery, python2-sphinx-gallery, python-sphinx-rtd-theme, python2-sphinx-rtd-theme, python-guzzle-sphinx-theme, python2-guzzle-sphinx-theme, python-sphinxcontrib-newsfeed, python-sphinxcontrib-programoutput, python2-sphinxcontrib-programoutput, python-sphinx-repoze-interface, python2-sphinx-repoze-interface, python-sphinx-cloud-sptheme, python2-sphinx-cloud-sptheme, python-sphinx-alabaster-theme, python2-sphinx-alabaster-theme, python-sphinx-me, python-sphinxcontrib-svg2pdfconverter): Move to ... (gnu): * gnu/packages/sphinx.scm: ... here. New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Adjust accordingly. * gnu/packages/admin.scm, gnu/packages/bioinformatics.scm, gnu/packages/calendar.scm, gnu/packages/cluster.scm, gnu/packages/databases.scm, gnu/packages/dav.scm, gnu/packages/disk.scm, gnu/packages/django.scm, gnu/packages/elf.scm, gnu/packages/emacs-xyz.scm, gnu/packages/emulators.scm, gnu/packages/finance.scm, gnu/packages/image.scm, gnu/packages/libffi.scm, gnu/packages/mail.scm, gnu/packages/mpd.scm, gnu/packages/openstack.scm, gnu/packages/pdf.scm, gnu/packages/python-web.scm, gnu/packages/search.scm, gnu/packages/statistics.scm, gnu/packages/storage.scm, gnu/packages/sync.scm, gnu/packages/terminals.scm, gnu/packages/tls.scm, gnu/packages/web.scm: Adjust module imports. Marius Bakke2019-05-2429-337/+402
* gnu: postgresql: Replace with 10.8 [security fixes].•••This fixes CVE-2019-10129 and CVE-2019-10130. * gnu/packages/databases.scm (postgresql)[replacement]: New field. (postgresql-10.8): New variable. Marius Bakke2019-05-241-0/+17
* gnu: Add coq-stdpp.•••* gnu/packages/coq.scm (coq-stdpp): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Dan Frumin2019-05-241-0/+57
* gnu: lxqt-panel: fix taskbar plugin's application list issue.•••* gnu/packages/lxqt.scm (lxqt-panel): move `kwindowsystem` from `inputs` to `propagated-inputs` Signed-off-by: Ludovic Courtès <ludo@gnu.org> Reza Alizadeh Majd2019-05-241-1/+5
* gnu: lxqt-session: fix lxqt-rc.xml permission issue•••* gnu/packages/lxqt.scm (lxqt-session): add write permission to lxqt-rc.xml file after initial copy to user directory Signed-off-by: Ludovic Courtès <ludo@gnu.org> Reza Alizadeh Majd2019-05-241-0/+9
* gnu: Add libjit.•••* gnu/packages/assembly.scm (libjit): Add at 0.1.4 Co-authored-by: Ludovic Courtès <ludo@gnu.org> Andy Tai2019-05-241-0/+43
* gnu: guile-next: Update to 2.9.2.•••* gnu/packages/guile.scm (guile-next): Update to 2.9.2. Ludovic Courtès2019-05-241-3/+3
* gnu: Add chocolate-doom.•••* gnu/packages/games.scm (chocolate-doom): New variables. Jakob L. Kreuze2019-05-241-0/+35
* gnu: gajim-omemo: Update to 2.6.29.•••* gnu/packages/messaging.scm (gajim-omemo): Update to 2.6.29. Rutger Helling2019-05-241-2/+2
* gnu: parallel: Update to 20190522.•••* gnu/packages/parallel.scm (parallel): Update to 20190522. Tobias Geerinckx-Rice2019-05-231-2/+2
* gnu: wgetpaste: Remove dead paste site.•••* gnu/packages/wget.scm (wgetpaste)[arguments]: Add custom phase to remove newly defunct paste site. Efraim Flashner2019-05-231-0/+8
* gnu: Add ioquake3.•••* gnu/packages/game-development.scm (ioquake3): New variable. Pierre Neidhardt2019-05-231-0/+60
* gnu: strace: Update to 5.1.•••* gnu/packages/linux.scm (strace): Update to 5.1. Marius Bakke2019-05-231-2/+2
* gnu: notmuch: Update to 0.28.4.•••* gnu/packages/mail.scm (notmuch): Update to 0.28.4. [native-inputs]: Change PYTHON-2 and PYTHON2-DOCUTILS to PYTHON and PYTHON-DOCUTILS. Marius Bakke2019-05-231-4/+4
* gnu: silkaj: Update to 0.7.0.•••* gnu/packages/finance.scm (silkaj): Update to 0.7.0. [inputs]: Add python-texttable. Nicolas Goaziou2019-05-231-3/+4
* gnu: flare-game: Update to 1.10.•••* gnu/packages/games.scm (flare-game): Update to 1.10. Nicolas Goaziou2019-05-231-2/+2
* gnu: flare-engine: Update to 1.10.•••* gnu/packages/games.scm (flare-engine): Update to 1.10. Nicolas Goaziou2019-05-231-2/+2
* gnu: salmon: Update to 0.13.1.•••* gnu/packages/bioinformatics.scm (salmon): Update to 0.13.1. [arguments]: Adjust "do-not-look-for-boost" build phase; adjust "prepare-rapmap" phase; adjust "use-system-libraries" phase. [inputs]: Remove bwa, jellyfish, spdlog-for-salmon. [native-inputs]: Add pkg-config. (spdlog-for-salmon, bwa-for-salmon): Remove variables. Ricardo Wurmus2019-05-231-106/+29
* gnu: python-duniterpy: Update to 0.54.1.•••* gnu/packages/finance.scm (python-duniterpy): Update to 0.54.1. Nicolas Goaziou2019-05-231-2/+2
* gnu: wireshark: Update to 3.0.2.•••* gnu/packages/networking.scm (wireshark): Update to 3.0.2. Nicolas Goaziou2019-05-231-2/+2
* gnu: keepassxc: Update to 2.4.1.•••* gnu/packages/password-utils.scm (keepassxc): Update to 2.4.1. [arguments]: Disable update checking. [inputs]: Add qrencode and qtsvg. Nicolas Goaziou2019-05-231-3/+6
* gnu: Add squirrel.•••* gnu/packages/squirrel.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. Andy Tai2019-05-222-0/+56
* gnu: git-daemon-service-type: Fix typo "repositories".•••* gnu/services/version-control (git-daemon-service-type)[description]: Fix typo. Vagrant Cascadian2019-05-221-1/+1