summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Add system start-up files for "guix publish".Hartmut Goebel2016-11-24
| | | | | | | | | | | | | * .gitignore: add etc/guix-publish.conf and /etc/guix-publish.service. * etc/guix-publish.conf.in: New file. * etc/guix-publish.service.in: New file. * nix/local.mk (etc/guix-%.service, etc/guix-%.conf): Generalized former build-rules for by using patterns. (nodist_systemdservice_DATA): Add etc/guix-publish.service, update comment. (nodist_upstartjob_DATA): Add etc/guix-publish.conf, update comment. * doc/guix.texi (Invoking guix publish): Add description for enabling "guix publish" on host distros using the new files.
* doc: Symlink daemon start-up files.Hartmut Goebel2016-11-24
| | | | | | | | | | | | | This patch ensures that always the current profile's daemon will be used. The .service file contains the path to the guix-daemon within the store. Thus when copying the file, it will point to the very version of guix-daemon used at the time of copying – even after system upgrade or when this version has been garbage collected from the store. * doc/guix.texi (Binary Installation): Change example code for installing the systemd and Upstart files to use symbolic links instead of copying the files.
* gnu: ir: Use archived tarball and home page.Tobias Geerinckx-Rice2016-11-24
| | | | | * gnu/packages/audio.scm (ir)[source]: Use a list of archive mirrors. [home-page]: Link to an Internet Archive snapshot.
* gnu: ir: Use ‘modify-phases’ syntax.Tobias Geerinckx-Rice2016-11-24
| | | | * gnu/packages/audio.scm (ir)[arguments]: Use ‘modify-phases’.
* tests: Remove 'GUIX_LOCPATH' hack that had been added for glibc@2.23.Ludovic Courtès2016-11-23
| | | | | | * gnu/tests/base.scm (run-basic-test)[test]("locale"): Remove 'GUIX_LOCPATH' hack, which is no longer needed since commit 9f58fe3d1c32e3f0ced065e286532a10cad1b5e3.
* install: Enable "cryptodisk" handling in GRUB.Ludovic Courtès2016-11-23
| | | | | | | | | | | | | | | | | | This allows 'grub-install' to do the right thing when / or /boot is a LUKS-encrypted partition. Fixes <http://bugs.gnu.org/21843>. * gnu/build/install.scm (install-grub): Add 'setenv' to set 'GRUB_ENABLE_CRYPTODISK'. (wait-for-screen-text): New test. * gnu/tests/base.scm (run-basic-test): Add #:initialization parameter and honor it. * gnu/tests/install.scm (%encrypted-root-os)[kernel-arguments]: Remove. (%encrypted-root-installation-script): Pass '--uuid' to 'cryptsetup luksFormat'. Remove 'sed' invocation. (enter-luks-passphrase): New procedure. (%test-encrypted-os)[value]: Pass #:initialization to 'run-basic-test'.
* mapped-devices: Use 'cryptsetup-static' in 'luks-device-mapping'.Ludovic Courtès2016-11-23
| | | | | | * gnu/system/mapped-devices.scm (open-luks-device): Use CRYPTSETUP-STATIC instead of CRYPTSETUP. Use 'file-append'. (close-luks-device): Likewise.
* marionette: Add 'marionette-screen-text' using OCR.Ludovic Courtès2016-11-23
| | | | | * gnu/build/marionette.scm (marionette-screen-text): New procedure. * gnu/tests/base.scm (run-basic-test)["screen text"]: New test.
* marionette: Delay synchronization with the host's REPL.Ludovic Courtès2016-11-23
| | | | | | | | | * gnu/build/marionette.scm (<marionette>)[marionette-repl]: Rename to... [%marionette-repl]: ... this. (marionette-repl): New macro. (make-marionette): Wrap last 'read' call into 'delay', making the last argument to 'marionette' a promise of a port. (marionette-eval): Use 'force' in 'match' clause.
* gnu: python-passlib: Update to 1.7.0.Leo Famulari2016-11-23
| | | | * gnu/packages/python.scm (python-passlib, python2-passlib): Update to 1.7.0.
* gnu: perl-digest-md5: Fix typo.Efraim Flashner2016-11-23
| | | | * gnu/packages/perl.scm (perl-digest-md5)[arguments]: Remove extra ')'.
* gnu: Add perl-digest-md5.ng02016-11-23
| | | | | | * gnu/packages/perl.scm (perl-digest-md5): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: chez.scm: Add '#:use-module srfi srfi-1'.Efraim Flashner2016-11-23
| | | | | | This is a follow-up to 1e16648f825b76a8feb63ce51e7ada8ae9870aa0. * gnu/packages/chez.scm: Add '#:use-module srfi srfi-1'.
* gnu: Add aspell-dict-he.Efraim Flashner2016-11-23
| | | | * gnu/packages/aspell.scm (aspell-dict-he): New variable.
* gnu: chez-scheme: Remove support for armhf.Efraim Flashner2016-11-23
| | | | | * gnu/packages/chez.scm (chez-scheme)[supported-systems]: Remove armhf-linux from the list of supported systems.
* gnu: linux-libre: Update to 4.8.10.Mark H Weaver2016-11-22
| | | | | * gnu/packages/linux.scm (%linux-libre-version, %linux-libre-hash) (linux-libre): Update to 4.8.10.
* gnu: linux-libre@4.4: Update to 4.4.34.Mark H Weaver2016-11-22
| | | | * gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.34.
* gnu: guix: Update development snapshot.Ludovic Courtès2016-11-23
| | | | * gnu/packages/package-management.scm (guix-devel): Update to 1f410017.
* Revert "gnu: Update mit-krb5 to version 1.14.4."Ludovic Courtès2016-11-23
| | | | | This reverts commit 2947ff6430da5d60017b0c5c8c51fd2a1d85440b, which would have caused too many rebuilds for 'master'.
* marionette: Avoid use of SIGALRM for timeouts.Ludovic Courtès2016-11-22
| | | | | * gnu/build/marionette.scm (make-marionette)[accept*]: New procedures. Remove calls to 'sigaction'. Use 'accept*' instead of 'accept'.
* gnu: Add 'cryptsetup-static'.Ludovic Courtès2016-11-22
| | | | | * gnu/packages/cryptsetup.scm (static-library): New procedure. (cryptsetup-static): New variable.
* gnu: Add 'lvm2-static'.Ludovic Courtès2016-11-22
| | | | | | | * gnu/packages/patches/lvm2-static-link.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/linux.scm (lvm2)[source](patches): New field. (lvm2-static): New variable.
* gnu: grub: Add dependency on LVM2.Ludovic Courtès2016-11-22
| | | | * gnu/packages/grub.scm (grub)[inputs]: Add LVM2.
* gnu: python-pyld: Update to 0.7.1.Christopher Allan Webber2016-11-22
| | | | * gnu/packages/python.scm (python-pyld): Update to 0.7.1.
* gnu: Update mit-krb5 to version 1.14.4.John Darrington2016-11-22
| | | | * gnu/packages/mit-krb5.scm (mit-krb5): Update to 1.14.4
* gnu: notmuch: Update to 0.23.2.Marius Bakke2016-11-22
| | | | * gnu/packages/mail.scm (notmuch): Update to 0.23.2.
* gnu: notmuch: Skip tests that fail with gnupg-2.1.16.Marius Bakke2016-11-22
| | | | | * gnu/packages/mail.scm (notmuch)[arguments]: Add environment variable to skip tests that broke after gnupg-2.1.16.
* gnu: libtiff: Update replacement to 4.0.7.Leo Famulari2016-11-22
| | | | | | | | | | | | * gnu/packages/image.scm (libtiff)[replacement]: Update to 4.0.7. (libtiff-4.0.7): New variable. Update home-page and source URLs. (libtiff/fixed): Delete variable. * gnu/packages/patches/libtiff-CVE-2016-5652.patch, gnu/packages/patches/libtiff-CVE-2016-9273.patch, gnu/packages/patches/libtiff-CVE-2016-9297.patch, gnu/packages/patches/libtiff-CVE-2016-9448.patch, gnu/packages/patches/libtiff-uint32-overflow.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Remove them.
* gnu: vim: Update to 8.0.0095.Marius Bakke2016-11-22
| | | | * gnu/packages/vim.scm (vim, vim-full): Update to 8.0.0095.
* gnu: Add espeak.Kei Kebreau2016-11-22
| | | | * gnu/packages/audio.scm (espeak): New variable.
* gnu: system: Add openfwwf-firmware to %base-firmware.Eric Bavier2016-11-22
| | | | | | * gnu/system.scm (%base-firmware): Add openfwwf-firmware. * doc/guix.texi (Hardware Considerations): Mention b43-open support. (operating-system Reference)[firmware]: Likewise.
* gnu: Add openfwwf-firmware.Eric Bavier2016-11-22
| | | | | * gnu/packages/firmware.scm (b43-tools, openfwwf-firmware): New variables.
* gnu: w3m: Update to 0.5.3+git20161120 [fixes security issues].Efraim Flashner2016-11-22
| | | | | | Fixes CVE-2016-9439 and others. * gnu/packages/w3m.scm (w3m): Update to 0.5.3+git20161120.
* gnu: w3m: Use 'modify-phases' syntax.Efraim Flashner2016-11-22
| | | | * gnu/packages/w3m.scm (w3m)[arguments]: Use 'modify-phases' syntax.
* gnu: ruby: Update replacement to 2.3.3.Ben Woodcroft2016-11-22
| | | | | | * gnu/packages/ruby.scm (ruby)[replacement]: Update to 2.3.3. (ruby-2.3.2): Replace this ... (ruby-2.3.3): ... with this.
* gnu: diamond: Update to 0.8.27.Ben Woodcroft2016-11-22
| | | | * gnu/packages/bioinformatics.scm (diamond): Update to 0.8.27.
* gnu: zynaddsubfx: Update to 3.0.0.Ricardo Wurmus2016-11-22
| | | | | * gnu/packages/music.scm (zynaddsubfx): Update to 3.0.0. [inputs]: Add "mesa".
* gnu: connman: Update to 1.33.Efraim Flashner2016-11-21
| | | | * gnu/packages/connman.scm (connman): Update to 1.33.
* gnu: Remove redundancy where mkdir-p <dir> is followed by install-file ↵Petter2016-11-21
| | | | | | | | | | | | | | | | | <file> <dir>. * gnu/packages/bioinformatics.scm (bwa)[arguments]: Remove redundant mkdir-p. (eigensoft)[arguments]: Likewise. (snap-aligner)[arguments]: Likewise. (pardre)[arguments]: Likewise. (piranha)[arguments]: Likewise. * gnu/packages/maths.scm (hypre)[arguments]: Likewise. * gnu/packages/mp3.scm (mpc123)[arguments]: Likewise. * gnu/packages/music.scm (tuxguitar)[arguments]: Likewise. * gnu/packages/pdf.scm (impressive)[arguments]: Likewise. * gnu/packages/qemu.scm (qemu)[arguments]: Likewise. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: packages: Use gettext-minimal.Alex Kost2016-11-21
| | | | | | | | | | | | | | | | * gnu/packages/crypto.scm (tomb): Use 'gettext-minimal' instead of 'gnu-gettext'. * gnu/packages/emacs.scm (m17n-db): Likewise. * gnu/packages/ftp.scm (weex): Likewise. * gnu/packages/games.scm (chromium-bsu): Likewise. * gnu/packages/image.scm (steghide): Likewise. * gnu/packages/linux.scm (radeontop): Likewise. * gnu/packages/mpd.scm (sonata): Likewise. * gnu/packages/networking.scm (whois): Likewise. * gnu/packages/package-management.scm (guix-0.11.0): Likewise. * gnu/packages/psyc.scm (psyclpc): Likewise. * gnu/packages/syndication.scm (newsbeuter): Likewise. * gnu/packages/vim.scm (vim-full): Likewise.
* gnu: libtiff: Fix URL in 'libtiff-uint32-overflow.patch'.Leo Famulari2016-11-21
| | | | * gnu/packages/patches/libtiff-uint32-overflow.patch: Fix URL.
* gnu: dico: Update to 2.4.Ludovic Courtès2016-11-21
| | | | | * gnu/packages/dico.scm (dico): Update to 2.4. [source]: Remove 'snippet'.
* services: static-networking: Remove unused parameter.Ludovic Courtès2016-11-21
| | | | | | | This is a followup to e48fcd7b8d07f213b23e3b432b0f10db917f69fa. * gnu/services/networking.scm (static-networking-service): Remove #:net-tools. (static-networking-service-type): Remove outdated comment.
* gnu: services: Add git-service.ng02016-11-21
| | | | | | | | * gnu/services/version-control.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. * doc/guix.texi (Misellaneous Services)[Version Control]: New section. Co-authored-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: Add emacs-emms-mode-line-cycle.Ricardo Wurmus2016-11-21
| | | | * gnu/packages/emacs.scm (emacs-emms-mode-line-cycle): New variable.
* gnu: opusfile: Update to 0.8.Efraim Flashner2016-11-21
| | | | * gnu/packages/xiph.scm (opusfile): Update to 0.8.
* gnu: obs: Update to 0.16.6.Efraim Flashner2016-11-21
| | | | * gnu/packages/video.scm (obs): Update to 0.16.6.
* gnu: mpv: Update to 0.22.0.Efraim Flashner2016-11-21
| | | | * gnu/packages/video.scm (mpv): Update to 0.22.0.
* gnu: chez-scheme: Properly identify system architecture.Efraim Flashner2016-11-21
| | | | | | * gnu/packages/chez.dcm (chez-scheme)[arguments]: Substitute `uname -m' for `uname -a' in configure, allowing proper identification of the machine architecture.
* services: static-networking: Avoid use of net-tools.Ludovic Courtès2016-11-21
| | | | | | | * gnu/services/networking.scm (<static-networking>)[net-tools]: Remove. (static-networking-service-type): Use 'add-network-route/gateway' and 'delete-network-route' instead of NET-TOOLS. (static-networking-service): Adjust accordingly.