Age | Commit message (Expand) | Author |
2015-12-15 | gnu: ncurses: Add 'TERMINFO_DIRS' search path variable.•••* gnu/packages/ncurses.scm (ncurses)[native-search-paths]: New field.
| Ludovic Courtès |
2015-12-15 | gnu: bash: Add "doc" output.•••* gnu/packages/bash.scm (bash)[outputs]: Add "doc" output.
| Ludovic Courtès |
2015-12-15 | gnu: grep: Add missing dependency on Perl.•••* gnu/packages/base.scm (grep)[native-inputs]: New field.
* gnu/packages/commencement.scm (grep-final): Likewise.
| Ludovic Courtès |
2015-12-15 | gnu: bash: Update to patch level 42.•••* gnu/packages/bash.scm (%patch-series-4.3): Add patches 40 to 42.
| Ludovic Courtès |
2015-12-13 | gnu: commencement: Initial Texinfo uses initial Perl.•••* gnu/packages/commencement.scm (texinfo-boot0)[inputs]: Use
PERL-BOOT0.
| Ludovic Courtès |
2015-12-13 | gnu: perl: Build deterministically, and make byproducts deterministic.•••With this, a --rounds=2 build passes, and timestamps in POD files can be
controlled with 'SOURCE_DATE_EPOCH'.
* gnu/packages/patches/perl-deterministic-ordering.patch,
gnu/packages/patches/perl-no-build-time.patch,
gnu/packages/patches/perl-source-date-epoch.patch: New files.
* gnu/packages/perl.scm (perl)[source]: Use them.
* gnu-system.am (dist_patch_DATA): Add them.
| Ludovic Courtès |
2015-12-13 | gnu: perl: Update to 5.22.0.•••* gnu/packages/perl.scm (perl)[source]: Update to 5.22.0. Remove
"perl-module-pluggable-search.patch" since Module::Pluggable appears to
be gone.
[arguments] <configure-phase>: Adjust Cwd.pm file name. Replace
-std=c89 with -std=gnu89.
* gnu/packages/commencement.scm (perl-boot0): Add 'disable-pthreads'
phase.
* gnu/packages/patches/perl-no-sys-dirs.patch: Update.
* gnu/packages/patches/perl-module-pluggable-search.patch: Remove.
* gnu-system.am (dist_patch_DATA): Adjust accordingly.
| Ludovic Courtès |
2015-12-12 | gnu: gmp: Disable parallel tests.•••* gnu/packages/multiprecision.scm (gmp)[arguments]: Disable parallel tests.
| Andreas Enge |
2015-12-12 | build: Add missing patches to the distribution.•••* gnu-system.am (dist_patch_DATA): Add glibc-hurd-extern-inline.patch
and plink-1.07-unclobber-i.patch.
| Ludovic Courtès |
2015-12-12 | Merge branch 'master' into core-updates | Ludovic Courtès |
2015-12-12 | gnu: numactl: Update to 2.0.11.•••* gnu/packages/linux.scm (numactl)[source]: Update to 2.0.11.
[native-inputs]: Drop autotools.
[arguments]: Drop phase calling autogen.sh.
| Andreas Enge |
2015-12-11 | gnu: wget: Update to 1.17.1.•••* gnu/packages/wget.scm (wget): Update to 1.17.1.
| Mark H Weaver |
2015-12-11 | gnu: gcc: Use the system zlib.•••* gnu/packages/gcc.scm (gcc-4.7) <configure-flags>: Pass
'--with-system-zlib'.
* gnu/packages/commencement.scm (gcc-boot0)[arguments]: Remove
'--with-system-zlib' from the configure flags.
* gnu/packages/commencement.scm (zlib-final): New variable.
(gcc-final)[arguments]: Add ZLIB-FINAL to #:allowed-references.
Pass -L and -Wl,-rpath for zlib in LDFLAGS, as a configure flag.
[inputs]: Add LD-WRAPPER-BOOT3 and ZLIB-FINAL.
| Ludovic Courtès |
2015-12-11 | gnu: gcc-final: Remove unnecessary CPPFLAGS.•••* gnu/packages/commencement.scm (gcc-final)[arguments]: Remove
unnecessary CPPFLAGS from #:make-flags.
| Ludovic Courtès |
2015-12-11 | gnu: Move sparsehash to datastructures module.•••* gnu/packages/crypto.scm (sparsehash): Move variable to...
* gnu/packages/datastructures.scm: ...new file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
| Ricardo Wurmus |
2015-12-11 | gnu: Add r-lattice.•••* gnu/packages/statistics.scm (r-lattice): New variable.
| Ricardo Wurmus |
2015-12-11 | gnu: Add r-gridbase.•••* gnu/packages/statistics.scm (r-gridbase): New variable.
| Ricardo Wurmus |
2015-12-11 | gnu: Add r-plotrix.•••* gnu/packages/statistics.scm (r-plotrix): New variable.
| Ricardo Wurmus |
2015-12-11 | gnu: Add r-readr.•••* gnu/packages/statistics.scm (r-readr): New variable.
| Ricardo Wurmus |
2015-12-11 | gnu: Rename r-data.table to r-data-table.•••* gnu/packages/statistics.scm (r-data.table): Rename variable ...
(r-data-table): ... to this.
[description]: Clarify relation to data.frame.
[license]: Use correct license.
| Ricardo Wurmus |
2015-12-11 | import: cran: Parse DESCRIPTION instead of HTML.•••* guix/import/cran.scm (description->alist, listify,
beautify-description, description->package): New procedures.
(table-datum, downloads->url, nodes->text, cran-sxml->sexp): Remove
proceduces.
(latest-release): Use parsed DESCRIPTION instead of SXML.
* tests/cran.scm: Rewrite to match importer.
| Ricardo Wurmus |
2015-12-11 | import: cran: Match more license strings.•••* guix/import/cran.scm (string->license): Match more license strings to
license symbols.
| Ricardo Wurmus |
2015-12-11 | gnu: Add snap-aligner.•••* gnu/packages/bioinformatics.scm (snap-aligner): New variable.
| Ben Woodcroft |
2015-12-11 | gnu: python-certifi: Update to 2015.11.20.1.•••* gnu/packages/python.scm (python-certifi): Update to 2015.11.20.1.
[source]: Change to pypi syntax.
| Efraim Flashner |
2015-12-11 | gnu: gnumeric: Add python scripting support.•••* gnu/packages/gnome.scm (gnumeric): Do it.
[inputs]: Add python2, python2-pygobject-2.
| Efraim Flashner |
2015-12-11 | gnu: gnumeric: Update to 1.12.24.•••* gnu/packages/gnome.scm (gnumeric): Update to 1.12.24.
[inputs]: Add librsvg, libxslt.
[arguments]: Use "modify-phases" syntax.
| Efraim Flashner |
2015-12-11 | gnu: goffice: Update to 0.10.24.•••* gnu/packages/gnome.scm (goffice): Update to 0.10.24.
| Efraim Flashner |
2015-12-11 | gnu: gvfs: Update to 1.26.2.•••* gnu/packages/gnome.scm (gvfs): Update to 1.26.2.
[inputs]: Add gcr.
| Efraim Flashner |
2015-12-11 | emacs: Handle compiled autoloads.•••* emacs/guix-emacs.el (guix-emacs-autoloads-regexp): New variable.
(guix-emacs-find-autoloads-in-directory): Return a list of autoloads
without extensions.
| Alex Kost |
2015-12-11 | gnu: linux-libre: Update to 4.3.2.•••* gnu/packages/linux.scm (linux-libre): Update to 4.3.2.
[native-inputs]: Add openssl.
* gnu/packages/linux-libre-x86_64.conf,
gnu/packages/linux-libre-i686.conf: Update for 4.3.x,
based on <https://jxself.org/git/kernel-configs.git>.
| Mark H Weaver |
2015-12-10 | gnu: python-requests: Update to 2.8.1.•••* gnu/packages/python.scm (python-requests): Update to 2.8.1.
[native-inputs]: Move python-setuptools here.
[inputs]: Remove python-certifi.
[propagated-inputs]: Add python-py, python-pytest, python-pytest-cov,
python-wheel.
[arguments]: Enable tests.
| Efraim Flashner |
2015-12-10 | gnu: Add python-wheel.•••* gnu/packages/python.scm (python-wheel, python2-wheel): New variables.
| Efraim Flashner |
2015-12-10 | gnu: Add python-pytest-cov.•••* gnu/packages/python.scm (python-pytest-cov, python2-pytest-cov): New
variables.
| Efraim Flashner |
2015-12-10 | gnu: Add libconfig.•••* gnu/packages/textutils.scm (libconfig): New variable.
| Roel Janssen |
2015-12-10 | gnu: python-pytz: Update to 2015.7.•••* gnu/packages/python.scm (python-pytz): Update to 2015.7.
[source]: Change uri to pypi's location.
[home-page]: Change to new website.
[license]: Change to expat.
| Efraim Flashner |
2015-12-10 | gnu: ghc-cryptonite: Update description.•••* gnu/packages/haskell.scm (ghc-cryptonite)[description]: Shorten overly
technical package description.
| Ricardo Wurmus |
2015-12-10 | gnu: python-biopython, python2-biopython: Update to 1.66.•••* gnu/packages/bioinformatics.scm (python-biopython, python2-biopython): Update to 1.66.
[source]: Use PyPi instead of biopython.org.
| Ben Woodcroft |
2015-12-10 | gnu: Add ghc-pandoc.•••* gnu/packages/haskell.scm (ghc-pandoc): New variable.
| Ricardo Wurmus |
2015-12-10 | gnu: Add ghc-http-client-tls.•••* gnu/packages/haskell.scm (ghc-http-client-tls): New variable.
| Ricardo Wurmus |
2015-12-10 | gnu: Add ghc-connection.•••* gnu/packages/haskell.scm (ghc-connection): New variable.
| Ricardo Wurmus |
2015-12-10 | gnu: Add ghc-socks.•••* gnu/packages/haskell.scm (ghc-socks): New variable.
| Ricardo Wurmus |
2015-12-10 | gnu: Add ghc-tls.•••* gnu/packages/haskell.scm (ghc-tls): New variable.
| Ricardo Wurmus |
2015-12-10 | gnu: Add ghc-x509-system.•••* gnu/packages/haskell.scm (ghc-x509-system): New variable.
| Ricardo Wurmus |
2015-12-10 | gnu: Add ghc-x509-validation.•••* gnu/packages/haskell.scm (ghc-x509-validation): New variable.
| Ricardo Wurmus |
2015-12-10 | gnu: Add ghc-x509-store.•••* gnu/packages/haskell.scm (ghc-x509-store): New variable.
| Ricardo Wurmus |
2015-12-10 | gnu: Add ghc-x509.•••* gnu/packages/haskell.scm (ghc-x509): New variable.
| Ricardo Wurmus |
2015-12-10 | gnu: Add ghc-memory.•••* gnu/packages/haskell.scm (ghc-memory): New variable.
| Ricardo Wurmus |
2015-12-10 | gnu: Add ghc-cryptonite.•••* gnu/packages/haskell.scm (ghc-cryptonite): New variable.
| Ricardo Wurmus |
2015-12-10 | gnu: Add ghc-tasty-kat.•••* gnu/packages/haskell.scm (ghc-tasty-kat): New variable.
| Ricardo Wurmus |
2015-12-10 | gnu: Add ghc-asn1-parse.•••* gnu/packages/haskell.scm (ghc-asn1-parse): New variable.
| Ricardo Wurmus |