summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | | | | gnu: ngs-sdk: Update to 1.2.3.Ben Woodcroft2016-01-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | gnu/packages/bioinformatics.scm (ngs-sdk): Update to 1.2.3.
* | | | | | | gnu: aspell-dict-en: Update to 2016.01.19-0.Alex Kost2016-01-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/aspell.scm (aspell-dict-en): Update to 2016.01.19-0.
* | | | | | | emacs: Add interface for licenses.Alex Kost2016-01-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * emacs/guix-main.scm (%license-param-alist): New variable. (license->sexp, find-licenses, license-entries): New procedures. * emacs/guix-license.el (guix-license-get-entries) (guix-license-get-display, guix-license-insert-packages-button) (guix-license-insert-comment, guix-license-list-describe) (guix-license-list-show-packages): New procedures. (guix-licenses): New command. * doc/emacs.texi (Emacs Licenses): New node. (Emacs Interface): Add it. * doc/guix.texi (Top): Add it. * NEWS: Mention new interface.
* | | | | | | emacs: list: Support displaying URL links.Alex Kost2016-01-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * emacs/guix-list.el (guix-list-url): New face. (guix-list-get-url): New procedure.
* | | | | | | emacs: Add 'guix-packages-by-license' command.Alex Kost2016-01-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * emacs/guix-main.scm (packages-by-license): New procedure. (%patterns-makers): Add 'license' search type. * emacs/guix-messages.el (guix-message-packages-by-license): New procedure. (guix-messages): Use it. * emacs/guix-ui-package.el (guix-packages-by-license): New command. * doc/emacs.texi (Emacs Commands): Document it.
* | | | | | | emacs: Buttonize licenses in "Package Info".Alex Kost2016-01-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * emacs/guix-ui-package.el (guix-package-license): New button type. (guix-package-info-format, guix-output-info-format): Use it. * doc/emacs.texi (Emacs Info buffer): Mention it.
* | | | | | | emacs: Add 'guix-browse-license-url' command.Alex Kost2016-01-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * emacs/guix-main.scm (%licenses): New variable. (licenses, license-names, lookup-license, lookup-license-uri): New procedures. * emacs/guix-read.el (guix-license-names, guix-read-license-name): New procedures. * emacs/guix-license.el: New file. (guix-lookup-license-url): New procedure. (guix-browse-license-url): New command. * emacs.am (ELFILES): Add new file.
* | | | | | | emacs: Rename 'file-path' to 'file-name'.Alex Kost2016-01-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * emacs/guix-info.el (guix-info-file-path): Rename to... (guix-info-file-name): ... this. * emacs/guix-list.el (guix-list-file-path): Rename to... (guix-list-file-name): ... this. (guix-list-get-file-path): Rename to... (guix-list-get-file-name): ... this. * emacs/guix-ui-generation.el (guix-generation-list-format): Adjust accordingly. * emacs/guix-ui-system-generation.el (guix-system-generation-list-format): Likewise. * NEWS: Mention faces renaming.
* | | | | | | gnu: Add python-efl.Efraim Flashner2016-01-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/enlightenment.scm (python-efl, python2-efl): New variables.
* | | | | | | gnu: cmocka: New variable.Efraim Flashner2016-01-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/check.scm (cmocka): New variable.
* | | | | | | gnu: Add pixz.Ben Woodcroft2016-01-25
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | * gnu/packages/compression.scm (pixz): New variable.
* | | | | | doc: Add policy about version numbers for VCS snapshots.Ludovic Courtès2016-01-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/guix.texi (Version Numbers): Add paragraphs about VCS snapshot version numbers.
* | | | | | doc: Remove unneeded backslashes.Ludovic Courtès2016-01-25
| | | | | | | | | | | | | | | | | | | | | | | | * doc/guix.texi (Networking Services): Remove unneeded backslashes.
* | | | | | gnu: grue-hunter: Use 'https' URL.Ludovic Courtès2016-01-25
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/grue-hunter.scm (grue-hunter): Use 'https' URL.
* | | | | | doc: 'base-initrd' has #:virtio? default to #t.Ludovic Courtès2016-01-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a followup to e26d507. * doc/guix.texi (Initial RAM Disk): #:virtio? defaults to #t.
* | | | | | gnu: Add sortmerna.Ben Woodcroft2016-01-25
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/bioinformatics.scm (sortmerna): New variable.
* | | | | | doc: Fix typo in section on offloading.Andreas Enge2016-01-24
| | | | | | | | | | | | | | | | | | | | | | | | * doc/guix.texi (Daemon Offload Setup): Fix quoting typo in command.
* | | | | | gnu: calibre: Update to 2.49.0.Andreas Enge2016-01-24
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/ebook.scm (calibre): Update to 2.49.0.
* | | | | | gnu: cross-gcc-arguments: Enable C++, disable building of libstdc++-v3.Ricardo Wurmus2016-01-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/cross-base.scm (cross-gcc-arguments)[arguments]: Disable building libstdc++-v3 and enable building C++ compiler.
* | | | | | gnu: Add Qtractor.Ricardo Wurmus2016-01-24
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/music.scm (qtractor): New variable.
* | | | | | gnu: yoshimi: Update to 1.3.8.2.Ricardo Wurmus2016-01-24
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/music.scm (yoshimi): Update to 1.3.8.2.
* | | | | | gnu: privoxy: Update to 3.0.24.Efraim Flashner2016-01-24
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/tor.scm (privoxy): Update to 3.0.24.
* | | | | | gnu: tor: Update to 0.2.7.6.Efraim Flashner2016-01-24
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/tor.scm (tor): Update to 0.2.7.6.
* | | | | | gnu: myrepos: Update to 1.20160123.Efraim Flashner2016-01-24
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/version-control.scm (myrepos): Update to 1.20160123.
* | | | | | gnu: nano: Update to 2.5.1.Efraim Flashner2016-01-24
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/nano.scm (nano): Update to 2.5.1.
* | | | | | build: container: Make 'unprivileged-user-namespace-supported?' more robust.Mark H Weaver2016-01-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/build/linux-container.scm (unprivileged-user-namespace-supported?): Only read and check the first character, to cope with a possible newline in the (pseudo-)file.
* | | | | | gnu: letsencrypt and acme: Update to 0.2.0.Leo Famulari2016-01-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These packages should be updated together. * gnu/packages/tls.scm (letsencrypt): Update to 0.2.0. (acme): Update to 0.2.0.
* | | | | | gnu: claws-mail: Update to 3.13.2.Efraim Flashner2016-01-23
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/mail.scm (claws-mail): Update to 3.13.2.
* | | | | | gnu: Add cufflinks.Ricardo Wurmus2016-01-23
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/bioinformatics.scm (cufflinks): New variable.
* | | | | | gnu: Add TopHat.Ricardo Wurmus2016-01-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/bioinformatics.scm (tophat): New variable. * gnu/packages/patches/tophat-build-with-later-seqan.patch: New file. * gnu-system.am (dist_patch_DATA): Add it.
* | | | | | gnu: star: Update to 2.5.1b.Ricardo Wurmus2016-01-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/bioinformatics.scm (star): Update to 2.5.1b. [source]: Remove bundled htslib sources and pre-built binaries. [arguments]: Add phase "do-not-use-bundled-htslib". [inputs]: Add "htslib".
* | | | | | gnu: star: Use "modify-phases" syntax.Ricardo Wurmus2016-01-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/bioinformatics.scm (star)[arguments]: Use "modify-phases" syntax.
* | | | | | gnu: fuse: Update to 2.9.5 [fixes CVE-2016-1233].Efraim Flashner2016-01-22
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/linux.scm (fuse): Update to 2.9.5.
* | | | | | gnu: american-fuzzy-lop: Update to 1.96b.Eric Bavier2016-01-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/debug.scm (american-fuzzy-lop): Update to 1.96b. [arguments]: Create symbolic link to custom qemu, rather than copying.
* | | | | | gnu: american-fuzzy-lop: Fix qemu configure flags.Eric Bavier2016-01-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes regression introduced in 06da1a6. * gnu/packages/debug.scm (american-fuzzy-lop)[qemu]: Override inherited #:configure-flags.
* | | | | | gnu: Add iftop.Leo Famulari2016-01-21
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/admin.scm (iftop): New variable.
* | | | | | Revert "gnu: Add iftop."Leo Famulari2016-01-21
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 45da8c6dd10c93280277d17463d09fce6a25afe9.
* | | | | | gnu: Add iftop.Leo Famulari2016-01-21
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/admin.scm (iftop): New variable.
* | | | | | tests: Prevent 'http_proxy' from breaking Web server tests.Ludovic Courtès2016-01-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * tests/lint.scm: Add call to 'unsetenv' to remove 'http_proxy'. * tests/publish.scm: Likewise.
* | | | | | doc: Fix typo in "Locales".Ludovic Courtès2016-01-22
| | | | | | | | | | | | | | | | | | | | | | | | * doc/guix.texi (Locales): Add missing 's'.
* | | | | | system: grub: Search root device by label or UUID if possible.Ludovic Courtès2016-01-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes <http://bugs.gnu.org/22281>. Reported by Christopher Allan Webber <cwebber@dustycloud.org>. * gnu/system/grub.scm (eye-candy): Add 'root-fs' parameter. Replace 'search --file' command in the output with whatever 'grub-root-search' returns. (grub-root-search): New procedure. (grub-configuration-file): Add 'store-fs' parameter. Use 'grub-root-search' instead of hard-coded 'search --file' commands. * gnu/system.scm (store-file-system, operating-system-store-file-system): New procedures. (operating-system-grub.cfg): Use it, and adjust call to 'grub-configuration-file'. * tests/system.scm: New file. * Makefile.am (SCM_TESTS): Add it.
* | | | | | gnu: ffmpeg: Update to 2.8.5.Mark H Weaver2016-01-21
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/video.scm (ffmpeg): Update to 2.8.5.
* | | | | | gnu: gajim: Update to 0.16.5 [fixes CVE-2015-8688].Mark H Weaver2016-01-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/messaging.scm (gajim): Update to 0.16.5. [arguments]: Disable tests.
* | | | | | gnu: bind-utils: Build and install "nsupdate".Ricardo Wurmus2016-01-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/dns.scm (bind-utils)[arguments]: Build and install "nsupdate" executable.
* | | | | | gnu: bind-utils: Generalize "build" and "install" phases.Ricardo Wurmus2016-01-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/dns.scm (bind-utils)[arguments]: Generalize "build" and "install" phases.
* | | | | | gnu: bind-utils: Use "modify-phases" syntax.Ricardo Wurmus2016-01-21
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/dns.scm (bind-utils): Use "modify-phases" syntax.
* | | | | | gnu: r-qtl: Update to 1.38-4.Pjotr Prins2016-01-21
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/bioinformatics.scm (r-qtl): Update to 1.38-4.
* | | | | | gnu: libxmp: Update to 4.3.10.Mark H Weaver2016-01-21
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/audio.scm (libxmp): Update to 4.3.10.
* | | | | | gnu: Add NQC.Eric Bavier2016-01-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/lego.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* | | | | | gnu: licenses: Add Mozilla Public License 1.0.Eric Bavier2016-01-20
| | | | | | | | | | | | | | | | | | | | | | | | * guix/licenses.scm (mpl1.0): New variable.