summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* gnu: r-genomicfeatures: Update to 1.22.13.Ricardo Wurmus2016-03-30
| | | | | * gnu/packages/bioinformatics.scm (r-genomicfeatures): Update to 1.22.13.
* gnu: r-rtracklayer: Update to 1.30.4.Ricardo Wurmus2016-03-30
| | | | * gnu/packages/bioinformatics.scm (r-rtracklayer): Update to 1.30.4.
* gnu: r-genomicalignments: Update to 1.6.3.Ricardo Wurmus2016-03-30
| | | | | * gnu/packages/bioinformatics.scm (r-genomicalignments): Update to 1.6.3.
* gnu: r-summarizedexperiment: Update to 1.0.2.Ricardo Wurmus2016-03-30
| | | | | * gnu/packages/bioinformatics.scm (r-summarizedexperiment): Update to 1.0.2.
* gnu: r-biostrings: Update to 2.38.4.Ricardo Wurmus2016-03-30
| | | | * gnu/packages/bioinformatics.scm (r-biostrings): Update to 2.38.4.
* gnu: r-genomicranges: Update to 1.22.4.Ricardo Wurmus2016-03-30
| | | | * gnu/packages/bioinformatics.scm (r-genomicranges): Update to 1.22.4.
* gnu: r-genomeinfodb: Update to 1.6.3.Ricardo Wurmus2016-03-30
| | | | * gnu/packages/bioinformatics.scm (r-genomeinfodb): Update to 1.6.3.
* gnu: libpaper: Update source url.Efraim Flashner2016-03-30
| | | | | | | | Reported by shanemikel_ on irc. * gnu/packages/ghostscript.scm (libpaper)[source]: Update source url to download from Fedora. [home-page]: Use https.
* gnu: guix: Ignore the user's 'GUILE_LOAD_COMPILED_PATH'.Ludovic Courtès2016-03-29
| | | | | | | Reported by <rain1@openmailbox.org>. * gnu/packages/package-management.scm (guix-0.10.0)[arguments]: Use '= instead of 'prefix in call to 'wrap-program'.
* gnu: Add libzapojit.Rene Saavedra2016-03-29
| | | | | | * gnu/packages/gnome.scm (libzapojit): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* gnu: khal: Disable failing tests.Leo Famulari2016-03-29
| | | | | * gnu/packages/calendar.scm (khal)[arguments]: Disable failing tests in 'disable-tests' phase.
* gnu: gst-plugins-good: Update to 1.8.0.Efraim Flashner2016-03-29
| | | | | | * gnu/packages/gstreamer.scm (gst-plugins-good): Update to 1.8.0. [home-page]: Use https. [arguments]: Disable tests that fail non-deterministically.
* gnu: gst-plugins-ugly: Update to 1.8.0.Efraim Flashner2016-03-29
| | | | | * gnu/packages/gstreamer.scm (gst-plugins-ugly): Update to 1.8.0. [home-page]: Use https.
* gnu: python-gst: Update to 1.8.0.Efraim Flashner2016-03-29
| | | | | * gnu/packages/gstreamer.scm (python-gst, python2-gst): Update to 1.8.0. [home-page]: Use https.
* gnu: gst-plugins-base: Update to 1.8.0.Efraim Flashner2016-03-29
| | | | | * gnu/packages/gstreamer.scm (gst-plugins-base): Update to 1.8.0. [home-page]: Use https.
* gnu: gstreamer: Update to 1.8.0.Efraim Flashner2016-03-29
| | | | * gnu/packages/gstreamer.scm (gstreamer): Update to 1.8.0.
* Merge branch 'version-0.10.0'Ludovic Courtès2016-03-29
|\
| * gnu: guix: Update development snapshot.Ludovic Courtès2016-03-29
| | | | | | | | | | * gnu/packages/package-management.scm (guix-devel): Update to 7611393. (guix): Set to GUIX-DEVEL.
* | gnu: Add uwsgi.宋文武2016-03-29
| | | | | | | | * gnu/packages/web.scm (uwsgi): New variable.
* | 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.v0.10.0Ludovic 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.