summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: Avoid #:prefix when importing a (gnu packages …) module.Ludovic Courtès2015-03-04
| | | | | | * gnu/packages/admin.scm, gnu/packages/emacs.scm, gnu/packages/gnutls.scm, gnu/packages/gsasl.scm, gnu/packages/linux.scm: Remove uses of #:prefix for package modules.
* gnu: icedtea6: split outputs.Ricardo Wurmus2015-03-04
| | | | | | | | | * gnu/packages/java.scm (icedtea6)[outputs]: Use separate outputs for documentation ("doc"), JDK ("jdk"), and JRE ("out"). * gnu/packages/java.scm (ant)[native-inputs]: Reference "jdk" output of icedtea6 package. * gnu/packages/statistics.scm (r)[inputs]: Reference "jdk" output of icedtea6 package.
* Merge branch 'core-updates'.Ludovic Courtès2015-03-04
|\
| * gnu: Add search path specifications for 'SSL_CERT_FILE' and 'GIT_SSL_CAINFO'.Ludovic Courtès2015-03-03
| | | | | | | | | | | | | | * gnu/packages/openssl.scm (openssl)[native-search-paths]: Add specification for 'SSL_CERT_FILE'. * gnu/packages/version-control.scm (git)[native-search-paths]: Add specification for 'GIT_SSL_CAINFO'.
| * gnu: tcsh: Use ISO-8859-1 when patching "tests/testsuite".Ludovic Courtès2015-03-02
| | | | | | | | | | | | * gnu/packages/tcsh.scm (tcsh)[arguments]: Set %DEFAULT-PORT-ENCODING before substituting "tests/testsuite". Fixes build failure at <http://hydra.gnu.org/build/266962/nixlog/1/raw>.
| * Merge branch 'master' into core-updatesMark H Weaver2015-03-01
| |\ | | | | | | | | | | | | Conflicts: gnu/packages/gnupg.scm
| * | gnu: libgcrypt: Update to 1.6.3.Mark H Weaver2015-03-01
| | | | | | | | | | | | * gnu/packages/gnupg.scm (libgcrypt): Update to 1.6.3.
| * | gnu: commencement: Make UTF-8 locales available right after 'guile-final'.Ludovic Courtès2015-03-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In <http://hydra.gnu.org/build/263170>, we see: 153: 12 [patch-usr-bin-file #:native-inputs #f ...] [...] ?: 1 [regexp-exec # ...] In ice-9/boot-9.scm: 106: 0 [#<procedure 1998ec0 at ice-9/boot-9.scm:97:6 (thrown-k . args)> encoding-error ...] ice-9/boot-9.scm:106:20: In procedure #<procedure 1998ec0 at ice-9/boot-9.scm:97:6 (thrown-k . args)>: ice-9/boot-9.scm:106:20: Throw to key `encoding-error' with args `("scm_to_stringn" "cannot convert narrow string to output locale" 84 #f #f)'. This is due to that fact that 'patch-/usr/bin/file' read a line containing a byte sequence with bytes > 127 (namely a copyright sign.) But this build was running with a C locale, and so those bytes cannot be represented in that locale, hence this error. This commit makes the UTF-8 locales available earlier such that everything can be represented in locale encoding. * gnu/packages/commencement.scm (glibc-utf8-locales-final): Move earlier; change "gzip" input to GZIP built with %BOOT4-INPUTS. (%boot5-inputs): Define to %BOOT4-INPUTS plus GLIBC-UTF8-LOCALES-FINAL. (gnu-make-final, coreutils-final, grep-final): Use it instead of %BOOT4-INPUTS. (gzip-final): Remove. (%boot6-inputs): New variable. (%final-inputs): Use it instead of %BOOT5-INPUTS. Don't rely on GZIP-FINAL.
| * | gnu: Add 'file-name' fields for github source tarballs without a name.Mark H Weaver2015-02-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/aarddict.scm (aarddict), gnu/packages/algebra.scm (arb), gnu/packages/audio.scm (jack-2, lvtk), gnu/packages/bioinformatics.scm (bedops, bedtools, bowtie), gnu/packages/game-development.scm (tiled), gnu/packages/games.scm (minetest-data, minetest, retroarch), gnu/packages/jrnl.scm (jrnl), gnu/packages/kde.scm (qjson), gnu/packages/libevent.scm (libuv), gnu/packages/linux.scm (pflask), gnu/packages/mail.scm (offlineimap, libetpan), gnu/packages/maths.scm (arpack-ng), gnu/packages/ninja.scm (ninja), gnu/packages/nutrition.scm (gourmet), gnu/packages/python.scm (python-cairocffi), gnu/packages/rdf.scm (lrdf), gnu/packages/ruby.scm (ruby-i18n), gnu/packages/sxiv.scm (sxiv): Add 'file-name' field to origin.
| * | gnu: Move autoconf-style phases after the unpack phase.Mark H Weaver2015-02-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/audio.scm (soundtouch)[arguments]: Move 'bootstrap' after 'unpack'. Remove custom /usr/bin/file patching, which will now be handled by the 'patch-usr-bin-file' phase. * gnu/packages/emacs.scm (emacs-w3m)[arguments]: Rename 'pre-configure' phase to 'autoconf' and move it after 'unpack'. * gnu/packages/fontutils.scm (libuninameslist)[arguments]: Move 'bootstrap' phase after 'unpack'. * gnu/packages/libevent.scm (libuv)[arguments]: Move 'autogen' phase after 'unpack'. Run "sh autogen.sh" instead of "./autogen.sh". * gnu/packages/linux.scm (bridge-utils)[arguments]: Move 'bootstrap' phase after 'unpack'. * gnu/packages/mail.scm (libetpan)[arguments]: Move 'autogen' phase after 'unpack'. Run "sh autogen.sh" instead of "./autogen.sh". Setenv "NOCONFIGURE" before running autogen.sh. * gnu/packages/package-management.scm (guix-devel)[arguments]: Move 'bootstrap' phase after 'unpack'. Run "sh autogen.sh" instead of "./autogen.sh". * gnu/packages/rdf.scm (lrdf)[arguments]: Move 'autoreconf' phase after 'remove-out-of-tree-references' phase. * gnu/packages/tor.scm (privoxy)[arguments]: Move 'autoconf' phase after 'unpack'. * gnu/packages/web.scm (libpsl)[arguments]: Move 'bootstrap' phase after 'unpack'. Run "sh autogen.sh" instead of "./autogen.sh". Remove 'fix-autogen-shebang' phase.
| * | gnu: Remove now unneeded 'localedef' invocations.Ludovic Courtès2015-02-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a followup to commit b0fd2bd. * gnu/packages/gawk.scm (gawk)[arguments] <install-locales>: Add comment on why we leave this here. * gnu/packages/guile.scm (guile-ncurses)[arguments]: Remove 'install-locales' phase. * gnu/packages/swig.scm (swig)[arguments]: Likewise. * gnu/packages/python.scm (python-matplotlib): Remove 'LOCPATH' setting and 'localedef' invocation. (python-scipy): Likewise.
| * | gnu: Remove now unneeded 'unpack' phases for unzip.Ludovic Courtès2015-02-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | This is a followup to commit cd0385b. * gnu/packages/bioinformatics.scm (hisat)[arguments]: Remove 'unpack' phase. * gnu/packages/image.scm (freeimage): Likewise. * gnu/packages/python.scm (python2-cssutils): Likewise.
| * | gnu: gettext: Set encoding to ISO-8859-1 when modifying files.Ludovic Courtès2015-02-27
| | | | | | | | | | | | | | | | | | * gnu/packages/gettext.scm (gnu-gettext)[arguments] <patch-tests>: Set %default-port-encoding. Fixes test failures at <http://hydra.gnu.org/build/262586>.
| * | gnu: cmake: Update to 3.1.3.宋文武2015-02-27
| | | | | | | | | | | | * gnu/packages/cmake.scm (cmake): Update to 3.1.3.
| * | gnu: cairo: Enable tee surface backend.Mark H Weaver2015-02-26
| | | | | | | | | | | | | | | * gnu/packages/gtk.scm (cairo)[arguments]: Add --enable-tee to configure-flags.
| * | gnu: sqlite: Update to 3.8.8.3.Mark H Weaver2015-02-26
| | | | | | | | | | | | * gnu/packages/databases.scm (sqlite): Update to 3.8.8.3.
| * | gnu: sqlite: Add "CFLAGS=-O2 -DSQLITE_SECURE_DELETE" to configure-flags.Mark H Weaver2015-02-26
| | | | | | | | | | | | | | | * gnu/packages/databases.scm (sqlite)[arguments]: Add "CFLAGS=-O2 -DSQLITE_SECURE_DELETE" to configure-flags.
| * | ld-wrapper: Add '-rpath' for arguments such as 'libfoo.so.5.3'.Ludovic Courtès2015-02-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | Suggested by Andreas Enge <andreas@enge.fr> at <http://lists.gnu.org/archive/html/guix-devel/2015-02/msg00810.html>. CMake command lines appear to refer to such file names. * gnu/packages/ld-wrapper.scm (shared-library?): New procedure. (library-files-linked): Use it.
| * | gnu: Add glibc-utf8-locales to the implicit inputs.Ludovic Courtès2015-02-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | Suggested by Mark H Weaver and Andreas Enge at <http://lists.gnu.org/archive/html/guix-devel/2015-02/msg00356.html>. * gnu/packages/commencement.scm (gzip-final, glibc-utf8-locales-final): New variables. (%final-inputs): Use them.
| * | Merge branch 'master' into core-updatesLudovic Courtès2015-02-26
| |\ \
| * | | gnu: grep: Apply fix for CVE-2015-1345.Mark H Weaver2015-02-26
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/grep-CVE-2015-1345.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/base.scm (grep): Add patch.
| * | | gnu: glibc: Change 'LOCPATH' specification to look for "lib/locale".Ludovic Courtès2015-02-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Suggested by Andreas Schwab <schwab@linux-m68k.org> at <http://lists.gnu.org/archive/html/guix-devel/2015-02/msg00652.html>. * gnu/packages/base.scm (glibc)[native-search-paths]: Change "share/locale" to "lib/locale".
| * | | gnu: mpc: Update to 1.0.3.Andreas Enge2015-02-20
| | | | | | | | | | | | | | | | * gnu/packages/multiprecision.scm (mpc): Update to 1.0.3.
| * | | gnu: gnupg: Add version 2.1.2.Andreas Enge2015-02-20
| | | | | | | | | | | | | | | | | | | | * gnu/packages/gnupg.scm (gnupg): Update to 2.1.2. (gnupg-2.0): Copy of previous package for version 2.0.26.
| * | | gnu: glibc: Disable parallel build.Mark H Weaver2015-02-19
| | | | | | | | | | | | | | | | * gnu/packages/base.scm (glibc)[arguments]: Disable parallel build.
| * | | gnu: Add npth.Andreas Enge2015-02-19
| | | | | | | | | | | | | | | | * gnu/packages/gnupg.scm (npth): New variable.
| * | | gnu: libunistring: Update to 0.9.5.Mark H Weaver2015-02-19
| | | | | | | | | | | | | | | | * gnu/packages/libunistring.scm (libunistring): Update to 0.9.5.
| * | | gnu: gnutls: Move which from 'propagated-inputs' to 'native-inputs'.宋文武2015-02-19
| | | | | | | | | | | | | | | | | | | | * gnu/packages/gnutls.scm (gnutls): Move which to 'native-inputs'. Comment on 'propagated-inputs'.
| * | | gnu: Add libxklavier.宋文武2015-02-19
| | | | | | | | | | | | | | | | * gnu/packages/gnome.scm (libxklavier): New variable.
| * | | gnu: libxml2: Propagate input zlib.宋文武2015-02-19
| | | | | | | | | | | | | | | | * gnu/packages/xml.scm (libxml2): Move zlib to 'propagated-inputs'.
| * | | gnu: libtool and libltdl: Update to 2.4.6.Mark H Weaver2015-02-16
| | | | | | | | | | | | | | | | | | | | * gnu/packages/autotools.scm (libtool, libltdl): Update to 2.4.6. * gnu/packages/patches/libtool-skip-tests.patch: Adapt to 2.4.6.
| * | | gnu: pinentry: Update to 0.9.0.Andreas Enge2015-02-15
| | | | | | | | | | | | | | | | * gnu/packages/gnupg.scm (pinentry): Update to 0.9.0.
| * | | gnu: pius: Update to 2.0.11.Andreas Enge2015-02-15
| | | | | | | | | | | | | | | | * gnu/packages/gnupg.scm (pius): Update to 2.0.11.
| * | | gnu: gpgme: Update to 1.5.3.Andreas Enge2015-02-15
| | | | | | | | | | | | | | | | * gnu/packages/gnupg.scm (gpgme): Update to 1.5.3.
| * | | gnu: libgpg-error: Update to 1.18.Andreas Enge2015-02-15
| | | | | | | | | | | | | | | | * gnu/packages/gnupg.scm (libgpg-error): Update to 1.18.
| * | | gnu: freetype: Update to 2.5.5.Andreas Enge2015-02-15
| | | | | | | | | | | | | | | | * gnu/packages/fontutils.scm (freetype): Update to 2.5.5.
| * | | Merge branch 'master' into core-updatesLudovic Courtès2015-02-11
| |\ \ \
| * | | | gnu: bison: Update to 3.0.4.Ludovic Courtès2015-02-11
| | | | | | | | | | | | | | | | | | | | * gnu/packages/bison.scm (bison): Update to 3.0.4.
| * | | | gnu: glibc: Add search path specification for 'LOCPATH'.Ludovic Courtès2015-02-11
| | | | | | | | | | | | | | | | | | | | * gnu/packages/base.scm (glibc)[native-search-paths]: New field.
| * | | | gnu: glibc: Update to 2.21.Ludovic Courtès2015-02-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/base.scm (glibc): Update to 2.21. Remove 3 patches no longer needed. * gnu/packages/patches/glibc-CVE-2012-3406.patch, gnu/packages/patches/glibc-CVE-2014-7817.patch, gnu/packages/patches/glibc-mips-dangling-vfork-ref.patch: Remove. * gnu-system.am (dist_patch_DATA): Adjust accordingly.
| * | | | gnu: patch: Update to 2.7.4.Ludovic Courtès2015-02-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/base.scm (patch): Update to 2.7.4. Remove 'replacement'. Remove outdated comment. (patch-2.7.4, patch-CVE-2015-1196): Remove.
* | | | | gnu: python2-pygtk: fix path to pygobject-codegen-2.0Ricardo Wurmus2015-03-04
| | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/gtk.scm (python2-pygtk)[arguments]: Add phase to patch the path to the pygobject-codegen-2.0 executable.
* | | | | gnu: octave: Update to 3.8.2.宋文武2015-03-04
| | | | | | | | | | | | | | | | | | | | * gnu/packages/maths.scm (octave): Update to 3.8.2.
* | | | | gnu: enlightenment: Add missing, but used module.Tomáš Čech2015-03-04
| | | | | | | | | | | | | | | | | | | | * gnu/packages/enlightenment.scm: Add missing, but used module.
* | | | | gnu: rename module and add missing dependencyTomáš Čech2015-03-04
| | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/enlightenment.scm: Change module name to be consistent. * gnu/packages/enlightenment.scm: Add missing, but used module.
* | | | | gnu: xterm: Update to 315.宋文武2015-03-04
| | | | | | | | | | | | | | | | | | | | * gnu/packages/xorg.scm (xterm): Update to 315.
* | | | | gnu: flac: Update to 1.3.1.宋文武2015-03-04
| | | | | | | | | | | | | | | | | | | | * gnu/packages/xiph.scm (flac): Update to 1.3.1.
* | | | | gnu: flac: Propagate libogg.宋文武2015-03-04
| | | | | | | | | | | | | | | | | | | | * gnu/packages/xiph.scm (flac): Move libogg to 'propagated-inputs'.
* | | | | gnu: gtk-xfce-engine: Update to 2.10.1.宋文武2015-03-04
| | | | | | | | | | | | | | | | | | | | * gnu/packages/xfce.scm (gtk-xfce-engine): Update to 2.10.1.
* | | | | gnu: Add bash-completion.Ludovic Courtès2015-03-03
| | | | | | | | | | | | | | | | | | | | * gnu/packages/bash.scm (bash-completion): New variable.