summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: Add cgit.宋文武2016-03-29
| | | | * gnu/packages/version-control.scm (cgit): New variable.
* gnu: guix: Default to 0.10.0.Ludovic Courtès2016-03-28
| | | | | | This updates 58f0aae. * gnu/packages/package-management.scm (guix): Set to GUIX-0.10.0.
* gnu: guix: Update to 0.10.0.Ludovic Courtès2016-03-28
| | | | | | * gnu/packages/package-management.scm (guix-0.8.3): Rename to... (guix-0.10.0): ... this. Adjust users. (guix): Set to GUIX-0.10.0.
* Update NEWS.Ludovic Courtès2016-03-28
|
* guix system: Warn against missing 'guix pull'.Ludovic Courtès2016-03-28
| | | | | | | | Suggested by Leo Famulari and others. * guix/scripts/system.scm (maybe-suggest-running-guix-pull): New procedure. (perform-action): Call it when ACTION is 'reconfigure.
* doc: We have even more than 3,000 packages.Ludovic Courtès2016-03-28
| | | | | | Suggested by Chris Marusich <cmmarusich@gmail.com>. * doc/guix.texi (Limitations): Increase package count.
* store: Prepend mirror.hydra.gnu.org to %DEFAULT-SUBSTITUTE-URLS.Ludovic Courtès2016-03-28
| | | | | | | | | | This allows GuixSD to default to the right list of URLs, with mirror.hydra.gnu.org coming first. Reported by Chris Marusich <cmmarusich@gmail.com>. * guix/store.scm (%default-substitute-urls): Prepend "mirror.hydra.gnu.org."
* doc: Explain why the config file should be stored on the target.Ludovic Courtès2016-03-28
| | | | | | | Suggested by Chris Marusich <cmmarusich@gmail.com>. * doc/guix.texi (Proceeding with the Installation): Explain why the config file should be on the target file system.
* doc: Suggest 'dhclient -v'.Ludovic Courtès2016-03-28
| | | | | | Suggested by Chris Marusich <cmmarusich@gmail.com>. * doc/guix.texi (Preparing for Installation): Add "-v" for dhclient.
* doc: Suggest running "info info" during system installation.Ludovic Courtès2016-03-28
| | | | | | Based on a suggestion by Chris Marusich <cmmarusich@gmail.com>. * doc/guix.texi (System Installation): Suggest running "info info".
* doc: Clarify 'cow-store'.Ludovic Courtès2016-03-28
| | | | | | | Suggested by Chris Marusich <cmmarusich@gmail.com>. * doc/guix.texi (Proceeding with the Installation): Clarify what 'cow-store' is about.
* doc: Make it clear that networking is needed for GuixSD installation.Ludovic Courtès2016-03-28
| | | | | | | Suggested by Jan Nieuwenhuizen <janneke@gnu.org>. * doc/guix.texi (Preparing for Installation): Make it clear that networking is required.
* doc: Augment documentation about security updates.Ludovic Courtès2016-03-28
| | | | | | * doc/guix.texi (Security Updates): Add paragraph on the big picture of security updates. Cross-reference 'guix lint'. (Invoking guix lint): Add CVE URLs.
* nls: Update 'da' translation.Ludovic Courtès2016-03-28
|
* gnu: qtractor: Update to 0.7.5.Ricardo Wurmus2016-03-28
| | | | * gnu/packages/music.scm (qtractor): Update to 0.7.5.
* gnu: beets: Run tests with python-nose.Leo Famulari2016-03-27
| | | | | * gnu/packages/music.scm (nose)[native-inputs]: Add python-nose. [arguments]: Replace 'check' and use python-nose.
* environment: Properly handle SIGINT.David Thompson2016-03-27
| | | | | | | | | | | | | Switching to execlp means that the process spawned in a container is PID 1, which obsoleted one of the 'guix environment --container' tests because the init process can't be killed in the usual manner. * guix/scripts/environment.scm (launch-environment/fork): New procedure. (launch-environment): Switch from system* to execlp. Add handler for SIGINT. (guix-environment): Use launch-environment/fork. * tests/guix-environment-container.sh: Replace abnormal exit test with one that works now that the spawned process is PID 1.
* Update 'NEWS'.Ludovic Courtès2016-03-27
|
* gnu: python-pyechonest: Clean up description.Leo Famulari2016-03-26
| | | | | * gnu/packages/music.scm (pyechonest)[description]: Remove "open source" from the description.
* gnu: pspp: Update to 0.10.0.Efraim Flashner2016-03-26
| | | | | * gnu/packages/maths.scm (pspp): Update to 0.10.0. [inputs]: Switch gtk+-2 to gtk+, gtksourceview-2 to gtksourceview.
* gnu: sdl2-ttf: Update to 2.0.14.David Thompson2016-03-26
| | | | | * gnu/packages/sdl.scm (sdl2-ttf): Update to 2.0.14 and remove bundled libraries from source tarball.
* gnu: sdl2-image: Update to 2.0.1.David Thompson2016-03-26
| | | | * gnu/packages/sdl.scm (sdl2-image): Update to 2.0.1.
* gnu: sdl2-mixer: Update to 2.0.1.David Thompson2016-03-26
| | | | | * gnu/packages/sdl.scm (sdl2-mixer): Update to 2.0.1 and remove bundled libraries in source tarball.
* gnu: sdl-mixer: Add ModPlug support.David Thompson2016-03-26
| | | | * gnu/packages/sdl.scm (sdl-mixer)[inputs]: Add libmodplug.
* gnu: sdl2: Update to 2.0.4.David Thompson2016-03-26
| | | | * gnu/packages/sdl.scm (sdl2): Update to 2.0.4.
* doc: Fix typo: "wpa_supplication" --> "wpa_supplicant".Mark H Weaver2016-03-26
| | | | * doc/guix.texi (Preparing for Installation): Fix typo.
* gnu: crossguid: Set explicit file name for source checkout.David Thompson2016-03-26
| | | | | * gnu/packages/kodi.scm (crossguid)[source]: Set explicit file-name to satisfy linter.
* environment: container: Create dummy home directory and /etc/passwd.David Thompson2016-03-26
| | | | | | | | | * guix/scripts/environment.scm (launch-environment/container): Change $HOME to the current user's home directory instead of /homeless-shelter. Create a dummy /etc/passwd with a single entry for the current user. * doc/guix.texi ("invoking guix environment"): Add a note about the dummy home directory and /etc/passwd.
* doc: Mention 'guix challenge' in "Features".Ludovic Courtès2016-03-25
| | | | * doc/guix.texi (Features): Mention trust and 'guix challenge'.
* doc: Rephrase introduction to give a better overview.Ludovic Courtès2016-03-25
| | | | | | | | | Suggested by myglc2 <myglc2@gmail.com>. * doc/guix.texi (Introduction): Rephrase to mention features and use cases first, and foundations last. (Features): Mention "GuixSD". (Utilities): Change intro: not all the tools are for packagers.
* Revert "gnu: expat: Replace with 2.1.1 [fixes CVE-2015-1283]."Mark H Weaver2016-03-25
| | | | This reverts commit 6458876597d292ea06f0d41048948fd801cedb8a.
* gnu: diffoscope: Update to 51.Leo Famulari2016-03-25
| | | | * gnu/packages/package-management.scm (diffoscope): Update to 51.
* gnu: python-atomicwrites: Update to 1.0.0.Leo Famulari2016-03-25
| | | | | * gnu/packages/python.scm (python-atomicwrites, python2-atomicwrites): Update to 1.0.0.
* gnu: expat: Replace with 2.1.1 [fixes CVE-2015-1283].Mark H Weaver2016-03-25
| | | | | * gnu/packages/xml.scm (expat)[replacement]: New field. (expat-2.1.1): New variable.
* syscalls: 'interface-address' can return #f.Ludovic Courtès2016-03-25
| | | | | | | | Fixes <http://bugs.gnu.org/22612>. Reported by Danny Milosavljevic <dannym@scratchpost.org>. * tests/syscalls.scm ("network-interfaces returns one or more interfaces"): Accept 'interface-address' value of #f.
* syscalls: <interface> printer correctly handles lack of sockaddr.Ludovic Courtès2016-03-25
| | | | | | | | Reported by Danny Milosavljevic <dannym@scratchpost.org> in <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=22612#16>. * guix/build/syscalls.scm (write-interface): Check whether ADDRESS is true.
* gnu: guix: Update development snapshot to dd21308.Ludovic Courtès2016-03-25
| | | | * gnu/packages/package-management.scm (guix-devel): Update to dd21308.
* gnu: lilypond: Fix check for fontforge version.Ricardo Wurmus2016-03-25
| | | | | * gnu/packages/music.scm (lilypond)[arguments]: Patch configure script to find actual fontforge version.
* gnu: postgresql: Substitute hard coded "/bin/sh".John Darrington2016-03-25
| | | | | * gnu/packages/databses.scm (postgresql): substitute /bin/sh with location of bash binary.
* gnu: htop: Update to 2.0.1.Leo Famulari2016-03-24
| | | | * gnu/packages/admin.scm (htop): Update to 2.0.1.
* doc: We now need 1 GiB for the installation USB image.Ludovic Courtès2016-03-24
| | | | | * doc/guix.texi (Building the Installation Image): Change image size to 1G. * build-aux/hydra/gnu-system.scm (qemu-jobs): Likewise.
* build: Bump version number.Ludovic Courtès2016-03-24
| | | | * configure.ac: Change version to 0.10.0.
* doc: Update reference to the Info reader's manual.Ludovic Courtès2016-03-24
| | | | | | * doc/guix.texi (System Installation): Refer to 'info-stnd' instead of 'info'. (Preparing for Installation): Likewise.
* install: Use 'info-reader' instead of Texinfo 4.Ludovic Courtès2016-03-24
| | | | | | * gnu/system/install.scm (installation-os)[packages]: Remove TEXINFO-4 since %BASE-PACKAGES already provides the Info reader. (log-to-info): Use INFO-READER instead of TEXINFO-4.
* system: Use 'info-reader' instead of Texinfo to avoid dragging Perl.Ludovic Courtès2016-03-24
| | | | * gnu/system.scm (%base-packages): Use INFO-READER instead of TEXINFO.
* gnu: Add 'info-reader'.Ludovic Courtès2016-03-24
| | | | * gnu/packages/texinfo.scm (info-reader): New variable.
* install: Remove cgroup and elogind file systems.Ludovic Courtès2016-03-24
| | | | | * gnu/system/install.scm (installation-os): Explicitly list three file systems instead of using %BASE-FILE-SYSTEMS.
* activation: Copy account skeletons silently.Ludovic Courtès2016-03-24
| | | | | * gnu/build/activation.scm (copy-account-skeletons): Pass #:log to 'copy-recursively'.
* install: Add /tmp as a tmpfs.Ludovic Courtès2016-03-24
| | | | | | | | Fixes <http://bugs.gnu.org/23056>. Reported by Michael Downey <shaggy814@yandex.com> and Kei <kei@openmailbox.org>. * gnu/system/install.scm (installation-os)[file-systems]: Add "/tmp".
* services: nscd: Make respawnable.Ludovic Courtès2016-03-24
| | | | * gnu/services/base.scm (nscd-shepherd-service): Remove 'respawn?' field.