aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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.
* utils: Preserve symbolic links in 'wrap-program'.Andreas Enge2015-02-16
| | | | | | | | | * guix/build/utils.scm (wrap-program): Preserve symbolic links instead of copying the contents of the link. Co-authored-by: Ludovic Courtès <ludo@gnu.org> Closes <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=19743>.
* utils: Use $0 instead of absolute path to original program in 'wrap-program'.Andreas Enge2015-02-16
| | | | | | | | | | * guix/build/utils.scm (wrap-program): Create scripts that use $0 (which is usually just the base name) instead of the absolute path to the original program. Alternative implementation of 2ed11b3. Co-authored-by: Ludovic Courtès <ludo@gnu.org> Closes <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=19742>.
* 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
|\
| * gexp: Add #:allowed-references parameter to 'gexp->derivation'.Ludovic Courtès2015-02-11
| | | | | | | | | | | | | | | | * guix/gexp.scm (lower-references): New procedure. (gexp->derivation): Add #:allowed-references and honor it. * tests/gexp.scm ("gexp->derivation #:allowed-references", "gexp->derivation #:allowed-references, disallowed"): New tests. * doc/guix.texi (G-Expressions): Update 'gexp->derivation' doc.
| * gnu: Add glibc-locales.Ludovic Courtès2015-02-11
| | | | | | | | | | | | * gnu/packages/patches/glibc-locales.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/base.scm (glibc-locales): New variable.
| * derivations: Make the "grafting..." message directly visible.Ludovic Courtès2015-02-11
| | | | | | | | | | * guix/derivations.scm (graft-derivation)[build]: Add call to 'force-output'.
| * doc: Use @code for the abstract USB image URL.Ludovic Courtès2015-02-11
| | | | | | | | | | | | | | Reported by Quentin Pradet <webmasters-comment@gnu.org>. * doc/guix.texi (System Installation): Use @code instead of @url for the abstract URL.
| * gnu: gettext: Change license to GPLv3+.Ludovic Courtès2015-02-10
| | | | | | | | * gnu/packages/gettext.scm (gnu-gettext)[license]: Change to GPLv3+.
* | 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.
* | utils: Strip duplicates from search path.Eric Bavier2015-02-10
|/ | | | | * guix/build/utils.scm (search-path-as-list): Delete duplicate input directories before searching.
* gnu: Add STAR.Ricardo Wurmus2015-02-10
| | | | * gnu/packages/bioinformatics.scm (star): New variable.
* gnu: Add HISAT.Ricardo Wurmus2015-02-10
| | | | * gnu/packages/bioinformatics.scm (hisat): New variable.
* gnu: Add openntpd.Taylan Ulrich Bayırlı/Kammer2015-02-10
| | | | * gnu/packages/ntp.scm (openntpd): New variable.
* gnu: Add smartmontools.Taylan Ulrich Bayırlı/Kammer2015-02-10
| | | | * gnu/packages/admin.scm (smartmontools): New variable.
* lint: handle FTP URIs.Cyril Roelandt2015-02-10
| | | | * guix/scripts/lint.scm (probe-uri): handle FTP URIs.
* gnu: Add ltrace.Taylan Ulrich Bayırlı/Kammer2015-02-10
| | | | * gnu/packages/linux.scm (ltrace): New variable.
* gnu: linux-libre: Update to 3.19Jason Self2015-02-09
| | | | * gnu/packages/linux.scm (linux-libre): Update to version 3.19.
* linux-initrd: Add 'isci' module, needed for some SAS controllers.Ludovic Courtès2015-02-09
| | | | | | Encountered on a Dell Precision T3600. * gnu/system/linux-initrd.scm (base-initrd)[linux-modules]: Add isci.
* profiles: Report "pseudo-upgrades" as upgrades, not downgrades.Ludovic Courtès2015-02-09
| | | | | | | | | | Reported by Andreas Enge <andreas@enge.fr> at <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=19764#19>. * guix/profiles.scm (manifest-transaction-effects): Use 'version>=?' instead of 'version>?'. * tests/profiles.scm ("manifest-transaction-effects and pseudo-upgrades"): New test.
* utils: Add 'version>=?'.Ludovic Courtès2015-02-09
| | | | | * guix/utils.scm (version>?): Clarify docstring. (version>=?): New procedure.
* gnu: ffmpeg: Add 'lame' input.Federico Beffa2015-02-09
| | | | | * gnu/packages/video.scm (ffmpeg): Add 'lame' input and corresponding configure flag.
* gnu: perl-net-ssleay: Update to 1.68.Andreas Enge2015-02-09
| | | | * gnu/packages/openssl.scm (perl-net-ssleay): Update to 1.68.
* gnu: openssl: Update to 1.0.2.Andreas Enge2015-02-09
| | | | * gnu/packages/openssl.scm (openssl): Update to 1.0.2.
* gnu: Add Sphinx RTD theme.Ricardo Wurmus2015-02-09
| | | | | * gnu/packages/python.scm (python-sphinx-rtd-theme, python2-sphinx-rtd-theme): New variables.
* gnu: Add flexbar.Ricardo Wurmus2015-02-09
| | | | * gnu/packages/bioinformatics.scm (flexbar): New variable.
* gnu: Add seqan.Ricardo Wurmus2015-02-09
| | | | * gnu/packages/bioinformatics.scm (seqan): New variable.
* gnu: Add libcap-ng.Taylan Ulrich Bayırlı/Kammer2015-02-09
| | | | * gnu/packages/admin.scm (libcap-ng): New variable.
* gnu: Add aubio.Ricardo Wurmus2015-02-09
| | | | * gnu/packages/audio.scm (aubio): New variable.
* gnu: Add liblo.Ricardo Wurmus2015-02-09
| | | | * gnu/packages/audio.scm (liblo): New variable.
* gnu: Add JACK2.Ricardo Wurmus2015-02-09
| | | | * gnu/packages/audio.scm (jack-2): New variable.
* gnu: Add srt2vtt.David Thompson2015-02-08
| | | | * gnu/packages/video.scm (srt2vtt): New variable.
* services: lsh: Add graceful handling of daemonic option.nebuli2015-02-08
| | | | | | | | | * gnu/services/ssh.scm (lsh-service): New #:keys (daemonic?, pid-file?, pid-file). Build new lshd-command and expand service-requirement field. * doc/guix.texi (Networking Services): Update accordingly. Signed-off-by: Ludovic Courtès <ludo@gnu.org>