summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* file-systems: Add missing docstring.•••* gnu/system/file-systems.scm (file-system-type-predicate): Add docstring. Ludovic Courtès2017-03-211-0/+2
* file-systems: Do not use (gnu packages …).•••Fixes a regression introduced in 7208995426714c9fc3ad59cadc3cc0f52df0f018 whereby (gnu system file-systems) would pull in (gnu packages …) module, which in turn breaks when importing things like (gnu build shepherd). * gnu/system/file-systems.scm (file-system-type-predicate): Export. (file-system-packages): Move to... * gnu/system/linux-initrd.scm (file-system-packages): ... here. Add docstring. * gnu/services/base.scm: Use it. * tests/file-systems.scm ("does not pull (gnu packages …)"): New test. Ludovic Courtès2017-03-214-24/+40
* gnu: vapoursynth: Update to 37.•••* gnu/packages/video.scm (vapoursynth): Update to 37. Efraim Flashner2017-03-211-2/+2
* gnu: zimg: Update to 2.5.•••* gnu/packages/image.scm (zimg): Update to 2.5. Efraim Flashner2017-03-211-2/+2
* tests: ssh: Add a test for SFTP.•••* gnu/tests/ssh.scm (run-ssh-test): Introduce "SFTP file writing and reading". Make 'sftp?' a keyword parameter. (%test-openssh): Pass #:sftp? #t to 'run-ssh-test'. Clément Lassieur2017-03-211-4/+23
* tests: ssh: Abstract session connection and authentication.•••* gnu/tests/ssh.scm (run-ssh-test): Introduce make-session-for-test, call-with-connected-session and call-with-connected-session/auth. (run-ssh-test)["connect"]: Rename to "shell command". Abstract its session connection and authentication work into the above three functions. Clément Lassieur2017-03-211-29/+53
* services: openssh: Add 'subsystems' option.•••* gnu/services/ssh.scm (openssh-config-file): Add it. (<openssh-configuration>)[subsystems]: Add it. * doc/guix.texi (Networking Services): Document it. Clément Lassieur2017-03-212-35/+62
* services: openssh: Cosmetic changes.•••* gnu/services/ssh.scm (<openssh-configuration>): Reformat to fit in 80 columns. Clément Lassieur2017-03-211-10/+21
* gnu: Add lmms.•••* gnu/packages/music.scm (lmms): New variable. Signed-off-by: Leo Famulari <leo@famulari.name> Rodger Fox2017-03-211-0/+53
* gnu: Add megaglest.•••* gnu/packages/games.scm (megaglest): New variable. Signed-off-by: Leo Famulari <leo@famulari.name> Arun Isaac2017-03-211-0/+59
* gnu: Add megaglest-data.•••* gnu/packages/games.scm (megaglest-data): New variable. Signed-off-by: Leo Famulari <leo@famulari.name> Arun Isaac2017-03-211-0/+23
* gnu: ots: Use 'modify-phases' syntax.•••* gnu/packages/ots.scm (ots)[arguments]: Use 'modify-phases' syntax. Efraim Flashner2017-03-211-11/+12
* gnu: ots: Add download mirror.•••* gnu/packages/ots.scm (ots)[source]: Add Debian mirror. Efraim Flashner2017-03-211-3/+8
* gnu: Adjust asciidoc-related build options.•••Commits 9099a45792306fade2d9ca55138e49ef4f01f1ea and 3078821d1380c26c738be6b5d430c595327d401f make many package inputs and build configurations related to asciidoc obsolete. * gnu/packages/compton.scm (compton)[inputs]: Remove docbook-xml, libxml2 and libxslt. * gnu/packages/mail.scm (offlinemap)[native-inputs]: Remove libxslt. * gnu/packages/linux.scm (btrfs-progs)[native-inputs]: Remove docbook-xml. (perf)[inputs]: Remove docbook-xml and libxslt. * gnu/packages/text-editors.scm (kakoune)[native-inputs]: Remove libxslt. * gnu/packages/version-control.scm (cgit)[native-inputs]: Remove docbook-xml, docbook-xsl, libxml2 and libxslt. (cvs-fast-export)[native-inputs]: Remove docbook-xml, docbook-xsl, libxml2 and libxslt. * gnu/packages/web.scm (qutebrowser)[native-inputs]: Remove docbook-xml, docbook-xsl, libxml2, and libxslt. (tinyproxy)[native-inputs]: Remove docbook-xml, docbook-xsl, libxml2 and libxslt. * gnu/packages/wm.scm (awesome)[make-flags]: Remove XML_CATALOG_FILES flag. (i3-wm)[inputs]: Remove docbook-xml. [native-inputs]: Add libxml2. Kei Kebreau2017-03-217-49/+11
* gnu: Add swaks.•••* gnu/packages/mail.scm (swaks): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Arun Isaac2017-03-211-1/+50
* gnu: git: Update to 2.12.1.•••* gnu/packages/version-control.scm (git): Update to 2.12.1. Marius Bakke2017-03-211-3/+3
* gnu: Add perl-ole-storage-lite.•••* gnu/packages/perl.scm (perl-ole-storage-lite): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com> humanitiesNerd2017-03-211-0/+23
* gnu: Add perl-crypt-rc4.•••* gnu/pakages/perl.scm (perl-crypt-rc4): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com> humanitiesNerd2017-03-211-0/+21
* gnu: kodi: Wrap executable so it finds libcurl.•••* gnu/packages/kodi.scm (kodi)[arguments]: Add 'wrap' phase. Marius Bakke2017-03-211-1/+8
* download: Handle username and password properties for FTP URIs.•••* guix/build/download.scm (ftp-fetch): Process username and password from a URI. Roel Janssen2017-03-211-1/+12
* ftp-client: Allow custom username and password for FTP servers.•••* guix/ftp-client.scm (ftp-open): Add username and password arguments. Roel Janssen2017-03-211-2/+5
* gnu: dtc: Update to 1.4.4.•••* gnu/packages/bootloaders.scm (dtc): Update to 1.4.4. [source]: Use mirror://kernel.org. Marius Bakke2017-03-211-3/+3
* gnu: greenisland: Update to 0.9.0.1.•••* gnu/packages/display-managers.scm (greenisland): Update to 0.9.0.1. Marius Bakke2017-03-211-2/+2
* gnu: vim: Update to 8.0.0494.•••* gnu/packages/patches/vim-CVE-2017-5953.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. * gnu/packages/vim.scm (vim, vim-full): Update to 8.0.0494. [source]: Remove patch. (vim-full)[arguments]: Add two phases to drop tests and start xorg. [native-inputs]: Add XORG-SERVER. Marius Bakke2017-03-203-38/+24
* gnu: kodi: Update to 18.0_alpha-0-b35147e.•••* gnu/packages/kodi.scm (libdvdnav/kodi, libdvdread/kodi, libdvdcss/kodi): New variables. (kodi): Update to 18.0_alpha-0-b35147e. [source]: Download from git. Unbundle more stuff. [build-system]: Change to CMAKE-BUILD-SYSTEM. [arguments]: Add #:configure-flag to disable nonfree components. Rework phases to patch bundled software and bootstrap more libraries. [native-inputs]: Remove CMAKE, DOXYGEN, GAWK and WHICH. Add LIBDVDCSS/KODI, LIBDVDNAV/KODI and LIBDVDREAD/KODI. [inputs]: Remove BOOST, BZIP2, ENCA, GPERF, JASPER, LIBMODPLUG, LIBSAMPLERATE, LIBXMU, LIBXT, MESA-UTILS, SDL2 and UNZIP. Add FMT, GIFLIB, LCMS and LIBDRM. [license]: Update for remaining software bundles. Marius Bakke2017-03-201-68/+218
* gnu: Add fmt.•••* gnu/packages/pretty-print.scm (fmt): New variable. Marius Bakke2017-03-201-1/+28
* build: Install .go files to $libdir/guile/X.Y.•••* configure.ac: Define and substitute 'guileobjectdir'. * Makefile.am (nobase_nodist_guilemodule_DATA): Remove $(GOBJECTS). (nobase_nodist_guileobject_DATA): New variable. (guix_install_go_files): Adjust accordingly. (install-data-hook): Likewise. * scripts/guix.in (config-lookup): Add 'exec_prefix' and 'guileobjectdir'. Add '_' in VAR-REF-REGEXP. (maybe-augment-load-paths!): Distinguish OBJECT-DIR from MODULE-DIR. Ludovic Courtès2017-03-203-8/+16
* gnu: ngircd: Use HTTPS.•••* gnu/packages/messaging.scm (ngircd)[source, home-page]: Use HTTPS. Tobias Geerinckx-Rice2017-03-201-2/+2
* gnu: ngircd: Use the phrase ‘IRC’ in its description.•••* gnu/packages/messaging.scm (ngircd)[description]: Use ‘IRC’ with @dfn. Tobias Geerinckx-Rice2017-03-201-3/+4
* gnu: ngircd: Use ‘modify-phases’ syntax.•••* gnu/packages/messaging.scm (ngircd)[arguments]: Use ‘modify-phases’. Tobias Geerinckx-Rice2017-03-201-22/+21
* gnu: ngircd: Update to 24.•••* gnu/packages/messaging.scm (ngircd): Update to 24. [source]: Remove upstreamed DNS lookup patch. * gnu/packages/patches/ngircd-no-dns-in-tests.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. Tobias Geerinckx-Rice2017-03-203-373/+3
* gnu: znc: Run test suite.•••* gnu/packages/messaging.scm (znc)[arguments]: Enable tests. Add an ‘unpack-googletest’ phase and add ‘--with-gtest=’ to #:configure-flags. [native-inputs]: Add googletest source. Tobias Geerinckx-Rice2017-03-201-3/+15
* gnu: simple-scan: Update to 3.24.0.•••* gnu/packages/gnome.scm (simple-scan): Update to 3.24.0. Tobias Geerinckx-Rice2017-03-201-2/+2
* gnu: Add r-cairo.•••* gnu/packages/statistics.scm (r-cairo): New variable. Ricardo Wurmus2017-03-201-0/+35
* gnu: Add comments on why setting QT_QPA_PLATFORM for tests.•••* gnu/packages/astronomy.scm (stellarium): Add comment. * gnu/packages/display-managers.scm (greenisland): dito. * gnu/packages/kde-frameworks.scm (kguiaddons, kwidgetsaddons, kcompletion, baloo, kbookmarks, kconfigwidgtes, kdesignerplugin, kemoticons, kglobalaccel, kiconthemes, kio, knewstuff, kparts, kpeople, krunner, kservice, ktexteditor, ktextwidgets, kxmlgui, plasma-framework): dito. * gnu/packages/qt.scm (qtsvg): dito. Hartmut Goebel2017-03-204-1/+24
* gnu: Add freedoom.•••* gnu/packages/games.scm (freedoom): New variable. Kei Kebreau2017-03-201-0/+72
* gnu: Remove wxwidgets@2.8.•••* gnu/packages/wxwidgets.scm (wxwidgets@2.8): Remove variable. Efraim Flashner2017-03-201-28/+0
* gnu: audacity: Use gtk+@3.•••* gnu/packages/audacity.scm (audacity)[inputs]: Remove wxwidgets-gtk2, gtk+@2, add wxwidgets and gtk+. Efraim Flashner2017-03-201-2/+2
* gnu: wxwidgets: Build with webkitgtk.•••* gnu/packages/wxwidgets.scm (wxwidgets)[inputs]: Remove webkitgtk@2.4, add webkitgtk. Efraim Flashner2017-03-201-1/+1
* gnu: snakemake: Add runtime dependencies.•••* gnu/packages/python.scm (snakemake)[propagated-inputs]: Add python-wrapt and python-requests. Ricardo Wurmus2017-03-201-0/+3
* gnu: mpd: Update to 0.20.6.•••* gnu/packages/mpd.scm (mpd): Update to 0.20.6. Leo Famulari2017-03-191-2/+2
* gnu: Add deutex.•••gnu/packages/game-development.scm (deutex): New variable. Kei Kebreau2017-03-191-1/+50
* download: Remove non-existent kernel mirror.•••* guix/download.scm (%mirrors) <kernel.org>: Remove www.all.kernel.org. Mark H Weaver2017-03-191-1/+0
* gnu: obnam: Enable tests.•••* gnu/packages/backup.scm (obnam)[arguments]: Replace 'check' phase with custom function. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Arun Isaac2017-03-201-1/+23
* gnu: Add python-pylint.•••* gnu/packages/python.scm (python-pylint, python2-pylint): New variables. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Arun Isaac2017-03-201-0/+59
* gnu: Add python2-coverage-test-runner.•••* gnu/packages/python.scm (python2-coverage-test-runner): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Arun Isaac2017-03-201-0/+31
* gnu: Add python-configparser.•••* gnu/packages/python.scm (python-configparser, python2-configparser): New variables. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Arun Isaac2017-03-201-0/+25
* gnu: Add python2-backports-functools-lru-cache.•••* gnu/packages/python.scm (python2-backports-functools-lru-cache): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Arun Isaac2017-03-201-0/+23
* gnu: Add python-isort.•••* gnu/packages/python.scm (python-isort, python2-isort): New variables. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Arun Isaac2017-03-201-0/+29
* gnu: Add python-astroid.•••* gnu/packages/python.scm (python-astroid, python2-astroid): New variables. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Arun Isaac2017-03-201-0/+42