summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: wicd: Update to 1.7.4.Ludovic Courtès2016-04-01
| | | | | | | * gnu/packages/wicd.scm (wicd): Update to 1.7.4. [source]: Remove 'wicd-template-instantiation.patch'. * gnu/packages/patches/wicd-template-instantiation.patch: Remove. * gnu-system.am (dist_patch_DATA): Remove it.
* gnu: postgresql: Update to 9.5.2. [fixes CVE-2016-2193, CVE-2016-3065]Efraim Flashner2016-04-01
| | | | * gnu/packages/databases.scm (postgresql): Update to 9.5.2.
* gnu: Add r-ztable.Ricardo Wurmus2016-04-01
| | | | * gnu/packages/statistics.scm (r-ztable): New variable.
* gnu: Add jq.Jelle Licht2016-04-01
| | | | | | * gnu/packages/web.scm: (jq): New variable. Signed-off-by: Alex Kost <alezost@gmail.com>
* gnu: Add oniguruma.Jelle Licht2016-04-01
| | | | | | * gnu/packages/textutils.scm (oniguruma): New variable. Signed-off-by: Alex Kost <alezost@gmail.com>
* gnu: fontforge: Build fonts bit-reproducibly.alírio eyng2016-04-01
| | | | | | | * gnu/packages/fontutils.scm (fontforge)[source](snippet): Modify tottf.c. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* gnu: move miscfiles into gnu-doc.scmJan Nieuwenhuizen2016-04-01
| | | | | | | | * gnu/packages/miscfiles.scm: Remove file. * gnu-sytem.am: Remove it. * gnu/packages/gnu-doc.scm (miscfiles): Move here. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add gnu-standards.Jan Nieuwenhuizen2016-04-01
| | | | | | | * gnu/packages/gnu-doc.scm: New file. * gnu-system.am: Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* cvs: Disable compression.Ludovic Courtès2016-04-01
| | | | | | Reported by Jan Nieuwenhuizen <janneke@gnu.org>. * guix/build/cvs.scm (cvs-fetch): Use -z0.
* cvs: Allow checkouts when /tmp is a different device.Jan Nieuwenhuizen2016-04-01
| | | | | | | * guix/build/cvs.scm (cvs-fetch): Use 'copy-recursively' instead of 'rename-file'. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* gnu: font-gnu-freefont-ttf: Update to 20120503 and build from source.alírio eyng2016-04-01
| | | | | | | * gnu/packages/fonts.scm (font-gnu-freefont-ttf): Update to 20120503. [arguments]: Build from source. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* profiles: Use the right 'package-name->name+version'.Ludovic Courtès2016-04-01
| | | | | * guix/profiles.scm: Use 'package-name->name+version' from (guix build utils). Fixes 'find-among-store-items' in 'gtk-icon-themes'.
* gnu: gnupg-2.0: Update to 2.0.30.Efraim Flashner2016-03-31
| | | | * gnu/packages/gnupg.scm (gnupg-2.0): Update to 2.0.30.
* ant-build-system: Keep jar manifest.Ricardo Wurmus2016-03-31
| | | | | | * guix/build/ant-build-system.scm (default-build.xml): Generate default manifest. (strip-jar-timestamps): Repack jar archive with zip.
* 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.