| Commit message (Expand) | Author | Age |
... | |
| * | gnu: drumstick: Update to 1.1.0.•••* gnu/packages/music.scm (drumstick): Update to 1.1.0.
| Ricardo Wurmus | 2016-10-08 |
| * | doc: Remove GHC from examples for propagation.•••* doc/guix.texi (package Reference): Remove GHC from the list of
languages for which library run-time dependencies must be propagated.
| Ricardo Wurmus | 2016-10-08 |
| * | gnu: tbb: Update to 2017_20160916.•••* gnu/packages/tbb.scm (tbb): Update to 2017_20160916.
| Ricardo Wurmus | 2016-10-08 |
| * | utils: Support defaults in substitute-keyword-arguments.•••* guix/utils.scm (collect-default-args, expand-default-args): New
syntax.
(substitute-keyword-arguments): Allow default value declarations.
* tests/utils.scm (substitute-keyword-arguments): New test.
| Eric Bavier | 2016-10-07 |
| * | utils: Fix default-keyword-arguments.•••* guix/utils.scm (default-keyword-arguments): Properly test for present
keywords.
* tests/utils.scm (default-keyword-arguments): New test.
| Eric Bavier | 2016-10-07 |
| * | gnu: ncdu: Update to 1.12.•••* gnu/packages/ncdu.scm (ncdu): Update to 1.12.
[source]: Use https.
[license]: Use https.
[home-page]: Use https.
| Efraim Flashner | 2016-10-07 |
| * | gnu: abbaye: Update source URL.•••* gnu/packages/games.scm (abbaye)[source]: Update tarball URL.
| Ricardo Wurmus | 2016-10-07 |
| * | gnu: khal: Update to 0.8.4.•••* gnu/packages/calendar.scm (khal): Update to 0.8.4.
| Leo Famulari | 2016-10-07 |
| * | gnu: lvm2: Make sure compiled objects are stripped.•••* gnu/packages/linux.scm (lvm2)[arguments]: Add 'make-objects-writeable' phase.
| Leo Famulari | 2016-10-06 |
| * | gnu: lvm2: Update to 2.02.166.•••* gnu/packages/linux.scm (lvm2): Update to 2.02.166.
| Leo Famulari | 2016-10-06 |
| * | gnu: lvm2: Use 'modify-phases'.•••* gnu/packages/linux.scm (lvm2)[arguments]: Use 'modify-phases'.
| Leo Famulari | 2016-10-06 |
| * | guix system: Return two values when failing to talk to shepherd.•••Before that, when 'guix system reconfigure' failed to talk to shepherd
and a 'system-error' was raised, we would get a "too few values returned
to continuation" error, which would prevent GRUB from being installed.
Reported by fps on #guix.
* guix/scripts/system.scm (warn-on-system-error): Remove.
(with-shepherd-error-handling): Inline former 'warn-on-system-error'.
Return two values when 'system-error' is raised.
| Ludovic Courtès | 2016-10-06 |
| * | gnu: nginx: Update to 1.11.4.•••* gnu/packages/web.scm (nginx): Update to 1.11.4.
[source] Use https.
[home-page]: Use https.
| Efraim Flashner | 2016-10-06 |
| * | gnu: Add hdf-eos5.•••* gnu/packages/maths.scm (hdf-eos5): New variable.
* gnu/packages/patches/hdf-eos5-build-shared.patch: New file.
* gnu/packages/patches/hdf-eos5-remove-gctp.patch: New file.
* gnu/packages/patches/hdf-eos5-fix-szip.patch: New file.
* gnu/packages/patches/hdf-eos5-fortrantests.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add patches.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Thomas Danckaert | 2016-10-06 |
| * | nls: Update 'de' translation. | Ludovic Courtès | 2016-10-06 |
| * | gnu: font-hack: Remove empty doc directory.•••* gnu/packages/fonts.scm (font-hack)[arguments]: Remove superfluous code
in #:builder.
Signed-off-by: 宋文武 <iyzsong@gmail.com>
| 8p8c | 2016-10-06 |
| * | services: xorg: Add ATI video driver to the default modules.•••* gnu/services/xorg.scm (%default-xorg-modules): Add xf86-video-ati.
Signed-off-by: 宋文武 <iyzsong@gmail.com>
| 8p8c | 2016-10-06 |
| * | gnu: ecl: Honour XDG_DATA_DIRS/ecl-bundle-systems.•••* gnu/packages/lisp.scm (ecl)[source]: Add snippet.
[native-search-paths]: Add XDG_DATA_DIRS.
Signed-off-by: 宋文武 <iyzsong@gmail.com>
| Andy Patterson | 2016-10-06 |
| * | gnu: sbcl: Honour XDG_DATA_DIRS/sbcl-bundle-systems.•••* gnu/packages/lisp.scm (asdf-substitutions): New variable.
(sbcl)[source]: Add snippet.
[native-search-paths]: Add XDG_DATA_DIRS.
Signed-off-by: 宋文武 <iyzsong@gmail.com>
| Andy Patterson | 2016-10-06 |
| * | gnu: Add ghc-pandoc-citeproc.•••* gnu/packages/haskell.scm (ghc-pandoc-citeproc): New variable.
| Ricardo Wurmus | 2016-10-06 |
| * | gnu: Add ghc-xml-conduit.•••* gnu/packages/haskell.scm (ghc-xml-conduit): New variable.
| Ricardo Wurmus | 2016-10-06 |
| * | gnu: Add ghc-xml-types.•••* gnu/packages/haskell.scm (ghc-xml-types): New variable.
| Ricardo Wurmus | 2016-10-06 |
| * | gnu: Add ghc-conduit-extra.•••* gnu/packages/haskell.scm (ghc-conduit-extra): New variable.
| Ricardo Wurmus | 2016-10-06 |
| * | gnu: Add ghc-rfc5051.•••* gnu/packages/haskell.scm (ghc-rfc5051): New variable.
| Ricardo Wurmus | 2016-10-06 |
| * | gnu: Add ghc-hs-bibutils.•••* gnu/packages/haskell.scm (ghc-hs-bibutils): New variable.
| Ricardo Wurmus | 2016-10-06 |
| * | gnu: ghc-streaming-commons: Remove standard packages from inputs.•••The "directory" and "transformers" modules are part of GHC and should
not be among the inputs to avoid conflicts.
* gnu/packages/haskell.scm (ghc-streaming-commons)[inputs]: Remove
"ghc-directory" and "ghc-transformers".
| Ricardo Wurmus | 2016-10-06 |
| * | gnu: Add r-bsgenome-celegans-ucsc-ce10.•••* gnu/packages/bioinformatics.scm (r-bsgenome-celegans-ucsc-ce10): New
variable.
| Ricardo Wurmus | 2016-10-06 |
| * | gnu: nss-certs and nss: Update to 3.27.1.•••* gnu/packages/certs.scm (nss-certs): Update to 3.27.1.
* gnu/packages/gnuzilla.scm (nss): Update to 3.27.1.
| Leo Famulari | 2016-10-05 |
* | | gnu: gtk+: Fix source hash.•••* gnu/packages/gtk.scm (gtk+)[source]: Fix hash.
| 宋文武 | 2016-10-12 |
* | | gnu: newt: Update source and home-page URLs.•••* gnu/packages/slang.scm (newt)[source]: Update URL.
[home-page]: Update URL.
| Leo Famulari | 2016-10-11 |
* | | gnu: borg: Run the test suite.•••* gnu/packages/backup.scm (borg)[native-inputs]: Add python-pytest.
[arguments]: Invoke the tests with python-pytest after the install
phase. Set HOME=/tmp in the 'set-env' phase.
| Leo Famulari | 2016-10-11 |
* | | gnu: attic: Disable the test suite.•••* gnu/packages/backup.scm (attic)[arguments]: Set #:tests? #f.
| Leo Famulari | 2016-10-11 |
* | | gnu: cups-filters: Look for test page in own output dir.•••* gnu/packages/cups.scm (cups-filters): Update to look for the test page
template in the cups-filter output dir, as cups and cups-filter do not
share an output dir.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
| Andy Wingo | 2016-10-10 |
* | | gnu: perl-module-build: Update to 0.4220.•••* gnu/packages/perl.scm (perl-module-build): Update to 0.4220.
| Efraim Flashner | 2016-10-10 |
* | | gnu: tcsh: Do not define BSDWAIT.•••* gnu/packages/patches/tcsh-do-not-define-BSDWAIT.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/shells.scm (tcsh)[source]: Use it.
| Ricardo Wurmus | 2016-10-09 |
* | | gnu: cups-filters: Use ghostscript with CUPS driver.•••* gnu/packages/cups.scm (ghostscript/cups): New variable.
(cups-filters): Use ghostscript/cups. Capture path to "gs" at
compilation time.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Andy Wingo | 2016-10-08 |
* | | gnu: libxcb: Update to 1.11.1.•••* gnu/packages/xorg.scm (libxcb): Update to 1.11.1.
| Ludovic Courtès | 2016-10-08 |
* | | gnu: gcc@4.8: Use an older Texinfo.•••* gnu/packages/gcc.scm (gcc-4.8)[native-inputs]: New field.
(gcc-4.9): Inherit from GCC-4.7.
| Ludovic Courtès | 2016-10-07 |
* | | gnu: isl: Add support for aarch64.•••* gnu/packages/gcc.scm (isl)[source]: Add patch.
* gnu/packages/patches/isl-0.11.1-aarch64-support.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
| Efraim Flashner | 2016-10-07 |
* | | gnu: cmake: Build 'ccmake' binary.•••* gnu/packages/cmake.scm (cmake)[inputs]: Add ncurses.
| Efraim Flashner | 2016-10-07 |
* | | gnu: tzdata: Use modify-phases•••* gnu/packages/base.scm (tzdata)[arguments]: Replace alist- procedures
with modify-phases
| John Darrington | 2016-10-07 |
* | | gnu: tzdata: Fix dangling symbolic link.•••* gnu/packages/base.scm (tzdata)[arguments]: Replace dangling symbolic link
with the correct path.
| John Darrington | 2016-10-07 |
* | | gnu: openssl: Update to 1.0.2j.•••* gnu/packages/tls.scm (openssl): Update to 1.0.2j.
[replacement]: Remove field
[source]: Remove 'openssl-CVE-2016-2177.patch' and
'openssl-CVE-2016-2178.patch'.
(openssl-1.0.2j): Remove variable.
(openssl-next)[replacement]: Remove field.
* gnu/packages/patches/openssl-CVE-2016-2177.patch,
gnu/packages/patches/openssl-CVE-2016-2178.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Remove them.
| Leo Famulari | 2016-10-06 |
* | | gnu: tzdata: Update to 2016g.•••* gnu/packages/base.scm (tzdata): Update to 2016g.
| Leo Famulari | 2016-10-06 |
* | | gnu: libxvmc: Update to 1.0.10.•••* gnu/packages/xorg.scm (libxvmc): Update to 1.0.10.
[replacement]: Remove field.
(libxvmc/fixed): Remove variable.
* gnu/packages/patches/libxvmc-CVE-2016-7953.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
| Leo Famulari | 2016-10-05 |
* | | gnu: libxv: Update to 1.0.11.•••* gnu/packages/xorg.scm (libxv): Update to 1.0.11.
[replacement]: Remove field.
(libxv/fixed): Remove variable.
* gnu/packages/patches/libxv-CVE-2016-5407.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
| Leo Famulari | 2016-10-05 |
* | | gnu: libxtst: Update to 1.2.3.•••* gnu/packages/xorg.scm (libxtst): Update to 1.2.3.
[replacement]: Remove field.
(libxtst/fixed): Remove variable.
* gnu/packages/patches/libxtst-CVE-2016-7951-CVE-2016-7952.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
| Leo Famulari | 2016-10-05 |
* | | gnu: libxrender: Update to 0.9.10.•••* gnu/packages/xorg.scm (libxrender): Update to 0.9.10.
[replacement]: Remove field.
(libxrender/fixed): Remove variable.
* gnu/packages/patches/libxrender-CVE-2016-7949.patch,
gnu/packages/patches/libxrender-CVE-2016-7950.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Remove them.
| Leo Famulari | 2016-10-05 |
* | | gnu: libxrandr: Update to 1.5.1.•••* gnu/packages/xorg.scm (libxrandr): Update to 1.5.1.
[replacement]: Remove field.
(libxrandr/fixed): Remove variable.
* gnu/packages/patches/libxrandr-CVE-2016-7947-CVE-2016-7948.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
| Leo Famulari | 2016-10-05 |
* | | gnu: libxi: Update to 1.7.7.•••* gnu/packages/xorg.scm (libxi): Update to 1.7.7.
[replacement]: Remove field.
(libxi/fixed): Remove variable.
* gnu/packages/patches/libxi-CVE-2016-7945-CVE-2016-7946.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
| Leo Famulari | 2016-10-05 |