| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* guix/packages.scm (package-full-name): By default, use "@" to separate
the package name and package version. Add an optional delimiter
argument so that there is still a way to explicitly use a different
delimiter.
* gnu/packages/commencement.scm (gcc-boot0) <unpack-gmp&co>: Adjust
accordingly.
* tests/graph.scm: Adjust accordingly.
* tests/profiles.scm: Adjust accordingly.
* NEWS: Mention the change.
Fixes: <https://bugs.gnu.org/31088>.
Reported by Pierre Neidhardt <ambrevar@gmail.com>.
|
|
|
|
|
|
|
|
|
| |
From 1a2504b36e0775443587faf43e3a2d9467769866 Mon Sep 17 00:00:00 2001
From: "Jovany Leandro G.C" <bit4bit@riseup.net>
Date: Mon, 7 May 2018 17:32:57 -0500
Subject: [PATCH] telephony: add twinkle
Signed-off-by: Eric Bavier <bavier@member.fsf.org>
|
|
|
|
|
| |
* gnu/packages/emacs.scm (emacs-helm-shell-history)[propagated-inputs]: Add
'emacs-helm'.
|
|
|
|
|
| |
* gnu/packages/emacs.scm (emacs-magit-org-todos-el)[propagated-inputs]: Add
'magit'.
|
|
|
|
|
| |
* gnu/packages/emacs.scm (emacs-helm-gtags)[propagated-inputs]: Add
'emacs-helm'.
|
|
|
|
|
| |
* gnu/packages/emacs.scm (emacs-helm-firefox)[propagated-inputs]: Add
'emacs-helm'.
|
|
|
|
|
| |
* gnu/packages/emacs.scm (emacs-helm-eww)[propagated-inputs]: Add
'emacs-helm'.
|
|
|
|
|
|
| |
* gnu/packages/admin.scm (inxi): New variable.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
|
|
|
|
|
| |
* gnu/packages/game-development.scm (love)[source]: Remove included
(guix build utils) module.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* gnu/packages/patches/wesnoth-fix-std-bad-cast.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/games.scm (wesnoth): Update to 1.14.0.
[source]: Add wesnoth-fix-std-bad-cast.patch to patches.
[arguments]: Remove "-DENABLE_STRICT_COMPILATION=OFF" configure flag.
[inputs]: Remove sdl-image, sdl-mixer, sdl-net and sdl-ttf. Add openssl and
sdl-union of sdl2, sdl2-image, sdl2-mixer and sdl2-ttf.
[home-page]: Use HTTPS URI.
(wesnoth-server)[inputs]: Remove sdl-net. Add icu4c, openssl and sdl2.
[arguments]: Remove delete-data phase. Since wesnoth 1.14.0, configure flag
"-DENABLE_GAME=OFF" disables installation of game assets.
|
|
|
|
| |
* doc/guix.texi (X Window): Fix ‘xinitr ’ typo.
|
|
|
|
| |
* gnu/packages/mail.scm (isync)[description]: Fix typos.
|
|
|
|
| |
* gnu/packages/fonts.scm (font-dejavu)[home-page]: Use the new home-page.
|
|
|
|
|
| |
* doc/guix.texi (Desktop Services): Use 'any' when refering to more than
two desktop environments.
|
|
|
|
|
| |
* gnu/packages/emacs.scm (emacs-rsw-elisp)[description]: Wrap code with
Texinfo syntax for code.
|
|
|
|
| |
* gnu/packages/upnp.scm (miniupnpc): Update to 2.1.
|
|
|
|
| |
* gnu/packages/webkit.scm (webkitgtk): Update to 2.20.2.
|
|
|
|
| |
* gnu/packages/gnome.scm (libsoup): Update to 2.62.2.
|
|
|
|
|
|
|
| |
This package duplicates ‘emacs-dumb-jump’ package from
d26727a143fab0dded1dbc848899270dbacd5dad.
This reverts commit 89378bb87b5f8cb68fb51a9c19b8fbdc372c65fe.
|
|
|
|
|
|
|
|
|
|
| |
Fixes a regression introduced in
aad16cc1965ab3488449c262455eb29b15c77e95.
Reported by Julien Lepiller.
* guix/scripts/pack.scm (guix-pack)[manifest-from-args]: In
'match-lambda', add clause for single packages.
* tests/guix-pack.sh: Add test for '-e'.
|
|
|
|
|
|
|
|
|
| |
Partly addresses <https://bugs.gnu.org/30756>.
Reported by julien lepiller <julien@lepiller.eu>,
Marius Bakke <mbakke@fastmail.com>,
and Giel van Schijndel <giel@mortis.eu>
* gnu/packages/gcc.scm (gcc-6)[native-search-paths]: New field.
|
|
|
|
| |
* gnu/packages/messaging.scm (bitlbee-discord): New variable.
|
|
|
|
|
|
|
| |
* gnu/packages/messaging.scm (bitlbee)[arguments]: Add 'install-lib'
phase.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
|
|
|
| |
Previously they would silently be ignored.
* guix/scripts/pack.scm (guix-pack)[manifest-from-args]: Add 'store'
parameter. Call 'options->transformation' and use it.
Move 'with-store' and 'parameterize' around the 'let'.
* tests/guix-pack.sh: Add test using '--with-source'.
|
|
|
|
|
|
|
|
| |
Previous "test -x opt/gnu/bin/guile" would fail if the store item
"opt/gnu/bin" points to had been GC'd.
* tests/guix-pack.sh: Replace "test -x" with "test -L" to deal with
store items that have been reclaimed.
|
|
|
|
|
|
| |
* guix/scripts/pack.scm: Do not autoload (gnu packages base).
Previously, we could end up with 'canonical-package' as an unbound
variable because of the incorrect autoload spec.
|
|
|
|
|
|
|
|
|
|
| |
This introduces an intermediate derivation, thereby reducing the amount
of rebuild that needs to happen when "leaf" package modules are
modified.
* guix/self.scm (compiled-guix)[*core-package-modules*]: New variable.
[*package-modules*, *system-modules*, *cli-modules*]: Depend on it.
Add it to the directory union.
|
|
|
|
| |
* gnu/packages/wget.scm (wget): Update to 1.19.5.
|
|
|
|
|
|
| |
This change broke `man` when invoked outside a `guix environment`.
This reverts commit 296551a2e9310d4a030ee49530e9367e73aaeecf.
|
|
|
|
| |
* gnu/packages/mpd.scm (mpd-mpc): Update to 0.30.
|
|
|
|
|
|
| |
* gnu/packages/patches/strace-kernel-4.16.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/linux.scm (strace)][source](patches): New field.
|
|
|
|
|
|
| |
* gnu/packages/networking.scm (wireshark): Update to 2.6.0.
[inputs]: Add lz4, qtmultimedia and snappy. Remove openssl.
[arguments]: Update configure flags according to changes above.
|
|
|
|
|
|
|
| |
* gnu/packages/mail.scm (gmime): Update to 3.2.0.
[arguments]: End phases on #t.
(gmime-2.6): New public variable.
(mu, balsa, pan): Change GMIME to GMIME-2.6.
|
|
|
|
| |
* gnu/packages/gnupg.scm (gnupg): Update to 2.2.7.
|
|
|
|
|
|
| |
* gnu/packages/gnupg.scm (libgpg-error-1.31): New public variable.
(gpgme): Update to 1.11.1.
[propagated-inputs]: Change LIBGPG-ERROR to LIBGPG-ERROR-1.31.
|
|
|
|
|
|
|
|
| |
Fixes <https://bugs.gnu.org/30785>.
Reported by Tobias Geerinckx-Rice <me@tobias.gr>.
* gnu/packages/man.scm (man-db)[arguments]: Rename 'patch-iconv-path' to
'patch-absolute-paths'. Add substitution for "preconv".
|
|
|
|
|
| |
* gnu/packages/groff.scm (groff-minimal)[arguments]: Add 'preconv' to the list
of kept programs.
|
|
|
|
| |
This reverts commit 0c183f6fb1efe9762cf33f691607a1b2ed2fa57e.
|
|
|
|
| |
* gnu/packages/gnupg.scm (gnupg): Update to 2.2.7.
|
|
|
|
| |
* gnu/packages/algebra.scm (giac-xcas): Update to 1.4.9-59.
|
|
|
|
| |
* gnu/packages/plotutils.scm (asymptote): Update to 2.44.
|
|
|
|
|
|
| |
* gnu/packages/gnome.scm (ghex): New variable.
Co-authored-by: Jovany Leandro G.C <bit4bit@riseup.net>.
|
|
|
|
|
|
| |
* gnu/packages/game-development.scm (love): Update to 11.1.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
| |
* gnu/packages/python.scm (python-numpy): Update to 1.14.3.
|
|
|
|
| |
* gnu/packages/python.scm (python-scipy): Update to 1.0.1.
|
|
|
|
|
|
|
|
| |
* gnu/packages/python.scm (python-matplotlib): Update to 2.2.2.
[propagated-inputs]: Add PYTHON-KIWISOLVER.
(python2-matplotlib)[propagated-inputs]: Add PYTHON2-BACKPORTS-FUNCTOOLS-LRU-CACHE.
(python-matplotlib-documentation)[native-inputs]: Change PYTHON-SPHINX to
PYTHON-SPHINX-1.6. Add PYTHON-SPHINX-GALLERY.
|
|
|
|
|
| |
* gnu/packages/python.scm (python-sphinx-gallery, python2-sphinx-gallery): New
public variables.
|
|
|
|
|
| |
* gnu/packages/maths.scm (python-kiwisolver, python2-kiwisolver): New public
variables.
|
|
|
|
| |
* gnu/packages/tls.scm (mbedtls-apache): Update to 2.7.3.
|
|
|
|
| |
* gnu/packages/freeipmi.scm (freeipmi): Update to 1.6.2.
|