Age | Commit message (Expand) | Author |
2019-01-15 | gnu: python-numpy-documentation: Add missing packages to texlive-union....* gnu/packages/python.scm (python-numpy-documentation)[native-inputs]: Add
texlive-fonts-cm-super and texlive-latex-needspace to texlive-union.
| Ricardo Wurmus |
2019-01-15 | gnu: texlive-fonts-amsfonts: Install type1 fonts....* gnu/packages/tex.scm (texlive-fonts-amsfonts)[native-inputs]: Fetch type1
font files.
[arguments]: Install them.
| Ricardo Wurmus |
2019-01-15 | gnu: texlive-bin: Do not truncate output lines....* gnu/packages/tex.scm (texlive-bin)[arguments]: Change default line limits in
build phase.
| Ricardo Wurmus |
2019-01-15 | gnu: Add texlive-luatex-luaotfload....* gnu/packages/tex.scm (texlive-luatex-luaotfload): New variable.
| Ricardo Wurmus |
2019-01-15 | gnu: Add texlive-fonts-lm....* gnu/packages/tex.scm (texlive-fonts-lm): New variable.
| Ricardo Wurmus |
2019-01-15 | gnu: Add texlive-fonts-cm-super....* gnu/packages/tex.scm (texlive-fonts-cm-super): New variable.
| Ricardo Wurmus |
2019-01-15 | gnu: texlive-union: Implement in terms of texlive-base....* gnu/packages/tex.scm (texlive-union): Inherit from texlive-base.
| Ricardo Wurmus |
2019-01-15 | gnu: Add texlive-base....* gnu/packages/tex.scm (texlive-base): New variable.
| Ricardo Wurmus |
2019-01-15 | gnu: texlive-bin: Add native search paths....* gnu/packages/tex.scm (texlive-bin)[native-search-paths]: Add specifications
for TEXMF and TEXMFCNF.
| Ricardo Wurmus |
2019-01-15 | gnu: texlive-union: Wrap programs weakly....* gnu/packages/tex.scm (texlive-union)[arguments]: Wrap programs with TEXMFCNF
and TEXMF so that environment variables take precedence.
| Ricardo Wurmus |
2019-01-15 | gnu: texlive-latex-fontspec: Install default fontspec.cfg....* gnu/packages/tex.scm (texlive-latex-fontspec)[arguments]: Add build phase to
install fontspec.cfg.
| Ricardo Wurmus |
2019-01-15 | gnu: opencv: Update configure flags....* gnu/packages/image-processing.scm (opencv)[arguments]: Change the
configure-flags on a per-architecture basis.
| Efraim Flashner |
2019-01-15 | tests: docker: Run a guest guile inside the docker container....* gnu/tests/docker.scm (run-docker-test): Add parameters. Load and run
docker container. Check response of guest guile.
(build-tarball&run-docker-test): New procedure.
(%test-docker): Use it.
[description]: Modify.
| Danny Milosavljevic |
2019-01-15 | status: Spin only on TTYs....* guix/status.scm (isatty?*): New procedure.
(spin!): Do nothing when port matches ISATTY?*.
(color-output?): Use ISATTY?*.
| Ludovic Courtès |
2019-01-15 | guix package: '--upgrade' preserves package order....Fixes <https://bugs.gnu.org/31142>.
Reported by Chris Marusich <cmmarusich@gmail.com>.
* guix/scripts/package.scm (options->installable)[upgraded]: Use 'fold'
instead of 'fold-right'. This reverts
eca16a3d1d9e6b2c064e0105c1015258bf2755f2.
* tests/guix-package-net.sh: Add 'guix package u' test.
| Ludovic Courtès |
2019-01-15 | gnu: guile-commonmark: Install .scm files in the right place....Previously they'd be installed in PREFIX/share/share/guile/site.
* gnu/packages/guile.scm (guile-commonmark)[modules, snippet]: New
fields.
| Ludovic Courtès |
2019-01-15 | gnu: font-dosis: Switch to font-build-system....* gnu/packages/fonts.scm (font-dosis): Switch to font-build-system.
[source]: Use url-fetch/zipbomb.
[native-inputs]: Remove unzip.
| Arun Isaac |
2019-01-15 | gnu: Add missing patch to local.mk....This was forgotten in ab533c613ee2a44595786a6aca0b958f9f7f1dd9.
* gnu/local.mk (dist_patch_DATA): Add
"allegro-fix-compilation-mesa-18.2.5-and-later.patch".
Signed-off-by: Jonathan Brielmaier <jbrielmaier@suse.de>
| Jonathan Brielmaier |
2019-01-15 | gnu: python-git-review: Update to 1.27.0....* gnu/packages/openstack.scm (python-git-review): Update to 1.27.0.
[arguments]: Get the 'wrap-program' phase to return #t.
| Clément Lassieur |
2019-01-15 | gnu: prosody: Update to 0.11.2....* gnu/packages/messaging.scm (prosody): Update to 0.11.2.
| Clément Lassieur |
2019-01-15 | gnu: youtube-dl: Update to 2019.01.10....* gnu/packages/video.scm (youtube-dl): Update to 2019.01.10.
[source]: Update uri.
| Efraim Flashner |
2019-01-14 | copy: Add '--verbosity'....This fixes a regression introduced in
f1de676ea82c2bed9a435fce37ade0186296bfc9 since %DEFAULT-OPTIONS was
missing the 'debug key that 'set-build-options-from-command-line'
expects.
* guix/scripts/copy.scm (show-help, %options): Add '--verbosity'.
(%default-options): Rename 'verbosity' to 'debug'. Add
'print-build-trace?', 'print-extended-build-trace?',
'multiplexed-build-output?', and 'verbosity'.
(guix-copy): Wrap body in 'with-status-verbosity'.
| Ludovic Courtès |
2019-01-14 | gnu: guile-ssh: Use 'git-fetch'....* gnu/packages/ssh.scm (guile-ssh)[source]: Change to 'git-fetch'.
| Ludovic Courtès |
2019-01-14 | gnu: libssh: Update to 0.8.6....* gnu/packages/patches/libssh-hostname-parser-bug.patch: Remove.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/ssh.scm (libssh): Update to 0.8.6.
[source](patches): Remove.
[arguments]: Add #:phases.
(guile-ssh)[source](modules, snippet]: New fields.
| Ludovic Courtès |
2019-01-14 | gnu: guile-json: Add 3.1.0....* gnu/packages/guile.scm (guile-json-3): New variable.
| Ludovic Courtès |
2019-01-14 | pull: Don't prepend "origin/" to branch names....This is a followup to 37a6cdbf1b3503d3e60840a176318284b1f7ca25.
* guix/scripts/pull.scm (%options): Don't prepend "origin/" to branch
names.
| Ludovic Courtès |
2019-01-14 | gnu: Move Perl compression packages to new module....* gnu/packages/compression.scm (perl-compress-raw-bzip2,
perl-compress-raw-zlib, perl-io-compress, perl-archive-zip,
perl-archive-extract): Move from here...
* gnu/packages/perl-compression.scm: ...to this new file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* gnu/packages/ci.scm, gnu/packages/libreoffice.scm, gnu/packages/perl.scm:
Adjust references.
| Ricardo Wurmus |
2019-01-14 | gnu: texlive-latex-fontspec: Propagate l3packages....* gnu/packages/tex.scm (texlive-latex-fontspec)[inputs]: Remove
texlive-latex-l3kernel.
[propagated-inputs]: Add texlive-latex-l3packages.
| Ricardo Wurmus |
2019-01-14 | gnu: texlive-latex-l3packages: Propagate l3kernel....* gnu/packages/tex.scm (texlive-latex-l3packages)[inputs]: Move
texlive-latex-l3kernel from here...
[propagated-inputs]: ...to here.
| Ricardo Wurmus |
2019-01-14 | gnu: Add texlive-latex-changepage....* gnu/packages/tex.scm (texlive-latex-changepage): New variable.
| Ricardo Wurmus |
2019-01-14 | gnu: Add texlive-generic-babel-german....* gnu/packages/tex.scm (texlive-generic-babel-german): New variable.
| Ricardo Wurmus |
2019-01-14 | gnu: texlive-latex-base: Install configuration files....* gnu/packages/tex.scm (texlive-latex-base)[arguments]: Install all
configuration files.
[native-inputs]: Move texlive-generic-hyph-utf8 from here...
[propagated-inputs]: ...to here.
| Ricardo Wurmus |
2019-01-14 | gnu: opencv: Use 'git-fetch'....* gnu/packages/image-processing.scm (opencv)[source]: Use 'git-fetch'.
[native-inputs]: Use 'git-fetch' for opencv_extras and opencv_contrib.
Remove unzip.
[arguments]: Update custom 'unpack-submodule-sources accordingly. Update
paths in configure-flags, 'diable-broken-tests phase.
| Efraim Flashner |
2019-01-14 | gnu: python-django-filter: Use 'invoke'....* gnu/packages/django.scm (python-django-filter)[arguments]: Use
'invoke'.
| Efraim Flashner |
2019-01-14 | gnu: opencv: Loosen test suite failures....* gnu/packages/image-processing.scm (opencv)[native-inputs]: Add patch
to opencv-contrib.
[arguments]: Update 'unpack-submodule-sources phase.
* gnu/packages/patches/opencv-rgbd-aarch64-test-fix.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
| Efraim Flashner |
2019-01-14 | gnu: opencv: Update configure flags....* gnu/packages/image-processing.scm (opencv)[arguments]: Don't use
precompiled headers. Enable all available CPU optimizations.
| Efraim Flashner |
2019-01-14 | gnu: opencv: Don't hardcode build directories....* gnu/packages/image-processing.scm (opencv)[arguments]: Change
OPENCV_EXTRA_MODULES_PATH and OPENCV_TEST_DATA_PATH to use 'getcwd'
instead of hardcoding the build path.
| Efraim Flashner |
2019-01-14 | gnu: opencv: Fix building on non-x86_64 systems....* gnu/packages/image-processing.scm (opencv)[arguments]: Add
configure-flag to disable carotene. Don't require x86_64 CPU
except on x86_64. Fix typo.
| Efraim Flashner |
2019-01-14 | gnu: gnurl: Update to 7.63.0....* gnu/packages/gnunet.scm (gnurl): Update to 7.63.0.
| Efraim Flashner |
2019-01-14 | gnu: emacs-pass: Update to 1.8....* gnu/packages/emacs.scm (emacs-pass): Update to 1.8.
| Clément Lassieur |
2019-01-14 | gnu: dosbox: Update to 0.74-2....* gnu/packages/emulators.scm (dosbox): Update to 0.74-2.
[arguments]: Use invoke in 'autogen.sh phase.
| Rutger Helling |
2019-01-14 | gnu: linux-libre: Update to 4.20.2....* gnu/packages/linux.scm (%linux-libre-version): Update to 4.20.2.
(%linux-libre-hash): Update hash.
| Mark H Weaver |
2019-01-14 | gnu: linux-libre@4.19: Update to 4.19.15....* gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.15.
(%linux-libre-4.19-hash): Update hash.
| Mark H Weaver |
2019-01-14 | gnu: linux-libre@4.14: Update to 4.14.93....* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.93.
(%linux-libre-4.14-hash): Update hash.
| Mark H Weaver |
2019-01-14 | gnu: linux-libre@4.9: Update to 4.9.150....* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.150.
| Mark H Weaver |
2019-01-14 | gnu: linux-libre@4.4: Update to 4.4.170....* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.170.
| Mark H Weaver |
2019-01-13 | gnu: Add ocaml-merlin....* gnu/packages/ocaml.scm (ocaml-merlin): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Gabriel Hondet |
2019-01-13 | gnu: Add emacs-tldr....* gnu/packages/emacs.scm (emacs-tldr): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Gabriel Hondet |
2019-01-13 | system: Add sudoedit to %setuid-programs....* gnu/system.scm (%setuid-programs): Add sudoedit.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Meiyo Peng |
2019-01-13 | gnu: Add python-miniboa....python2-miniboa is required for the linkchecker testsuite.
* gnu/packages/python.scm (python-miniboa, python2-miniboa): New variable.
| Christopher Baines |