summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* build-system/ant: Add zip.Ricardo Wurmus2016-03-31
| | | | | * guix/build-system/ant.scm (default-zip): New variable. (lower): Add zip to native inputs.
* build-system/r: Support "substitutable?" flag.Ricardo Wurmus2016-03-31
| | | | * guix/build-system/r.scm (r-build): Support the "substitutable?" flag.
* gnu: Add nmap.Taylan Ulrich Bayırlı/Kammer2016-03-31
| | | | | | * gnu/packages/admin.scm (nmap): New variable. Co-authored-by: Leo Famulari <leo@famulari.name>
* licenses: Add the nmap license.Leo Famulari2016-03-31
| | | | * guix/licenses.scm (nmap): New variable.
* import: Add Hackage updater.Eric Bavier2016-03-30
| | | | | | | | * guix/import/hackage.scm (guix-package->hackage-name, hackage-package?) (latest-release): New procedures. (%hackage-updater): New variable. * guix/scripts/refresh.scm (%updaters): Add it. * doc/guix.texi (Invoking guix refresh): Mention it.
* import: hackage: Silence download output.Eric Bavier2016-03-30
| | | | | * guix/import/hackage.scm (hackage-fetch): Use http-fetch to avoid progress output from url-fetch.
* import: hackage: Factorize url synthesis.Eric Bavier2016-03-30
| | | | | | * guix/import/hackage.scm (hackage-source-url, hackage-cabal-url): New procedures. (hackage-fetch, hackage-module->sexp): Use them.
* doc: Small fixes for typos and missing words.Roel Janssen2016-03-30
| | | | | | | | * doc/guix.texi (The Store Monad): Add a dot at the end of a sentence. (The Store Monad): Add "are" to make a complete sentence. (G-Expressions): Fix typo. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* doc: Clarify how to use the '#:python' parameter.Chris Marusich2016-03-30
| | | | | | | | * doc/guix.texi (Build Systems): Clearly distinguish between the package that provides the Python interpreter for the build and the package that is to be built. Also, mention why one might want to use a specific Python version. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add python2-s3cmd.Chris Marusich2016-03-30
| | | | | | * gnu/packages/python.scm (python2-s3cmd): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add python-magic.Chris Marusich2016-03-30
| | | | | | * gnu/packages/python.scm (python-magic, python2-magic): New variables. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* ui: Add comment on the translation of "current".Ludovic Courtès2016-03-30
| | | | * guix/ui.scm (display-generation): Add "TRANSLATORS" comment.
* doc: Fix URL of gnutls-guile one-page-per-node manual.Ludovic Courtès2016-03-30
| | | | * doc/htmlxref.cnf: Fix gnutls-guile 'node' URL.
* gnu: Add MilkyTracker.Kei Yamashita2016-03-30
| | | | | | * gnu/packages/music.scm (milkytracker): New variable. Signed-off-by: Alex Kost <alezost@gmail.com>
* gnu: python2-pbcore: Update to 1.2.8.Efraim Flashner2016-03-30
| | | | | * gnu/packages/bioinformatics.scm (python2-pbcore): Update to 1.2.8. [native-inputs]: Add python2-docutils, python2-nose, python2-sphinx.
* gnu: linux-libre: Avoid introducing timestamps into the build.rain12016-03-30
| | | | | | * gnu/packages/linux.scm (linux-libre)[build-phase]: Set the KCONFIG_NOTIMESTAMP and KBUILD_BUILD_TIMESTAMP environment variables to avoid introducing timestamps into the build outputs.
* environment: Set a default value for PS1.David Thompson2016-03-30
| | | | | * guix/scripts/environment.scm (launch-environment/container): Set PS1 during container initialization.
* gnu: libcue: Fix source url.Efraim Flashner2016-03-30
| | | | | * gnu/packages/cdrom.scm (libcue)[source]: Fix url. [home-page]: Project has moved to Github.
* gnu: r-devtools: Update to 1.10.0.Roel Janssen2016-03-30
| | | | | * gnu/packages/statistics.scm (r-devtools): Update to 1.10.0. (r-devtools)[propagated-inputs]: Add r-withr.
* gnu: Add r-withr.Roel Janssen2016-03-30
| | | | * gnu/packages/statistics.scm (r-withr): New variable.
* gnu: r-genomation: Update to 1.2.2.Ricardo Wurmus2016-03-30
| | | | * gnu/packages/bioinformatics.scm (r-genomation): Update to 1.2.2.
* 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".