| Commit message (Collapse) | Author | Age |
|
|
|
| |
* gnu/packages/crypto.scm (signify): Update to 23.
|
|
|
|
|
|
|
|
|
| |
Works around <https://bugs.gnu.org/29363>.
Reported by Rutger Helling <rhelling@mykolab.com>.
* gnu/packages/package-management.scm (guix)[arguments]: Rename
'disable-container-tests' phase to 'disable-failing-tests' and add
substitution to disable test for freed disk space.
|
|
|
|
|
|
| |
* gnu/packages/games.scm (retroarch): Update to 1.6.8.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
|
|
|
|
| |
* gnu/packages/games.scm (cdogs-sdl): Update to 0.6.6.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
|
|
|
|
| |
* gnu/packages/linux.scm (procenv): Update to 0.50.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
|
|
|
|
| |
* gnu/packages/video.scm (you-get): Update to 0.4.964.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
|
|
|
| |
* gnu/packages/gnome.scm (gnome-desktop)[arguments]: Add 'patch-path phase to
get libgnome-desktop to use the full path to the locale binary.
|
|
|
|
| |
* gnu/packages/dns.scm (knot)[license]: Add PUBLIC-DOMAIN. Expand comments.
|
|
|
|
|
|
|
| |
* gnu/packages/dns.scm (knot)[source]: No longer delete dnstap. It appears
that dnstap is intended to be bundled and modified.
[inputs]: Add fstrm and protobuf-c.
[arguments]: Add ‘--with-module-dnstap=yes’ to #:configure-flags.
|
|
|
|
|
| |
* gnu/packages/protobuf.scm (fstrm, protobuf, protobuf-2, protobuf-c)
(python-protobuf, python2-protobuf): Use ‘license:’ prefix.
|
|
|
|
| |
* gnu/packages/protobuf.scm (fstrim): New public variable.
|
|
|
|
|
| |
* gnu/packages/protobuf.scm (protobuf)[outputs]: New field.
[arguments]: Add new ‘move-static-libraries’ phase.
|
|
|
|
| |
* gnu/packages/perl.scm (perl-devel-stacktrace): Update to 2.03.
|
|
|
|
| |
* gnu/packages/linux.scm (btrfs-progs): Update to 4.14.
|
|
|
|
| |
* gnu/packages/gnuzilla.scm (nss)[description]: Use @dfn.
|
|
|
|
|
| |
* gnu/packages/security-token.scm (eid-mw): Update to 4.3.4.
Fix up indentation.
|
|
|
|
| |
* gnu/packages/musl.scm (musl): Update to 1.1.18.
|
|
|
|
| |
* guix/build/compile.scm (compile-files): Don't use more than 8 workers.
|
|
|
|
| |
* gnu/packages/databases.scm (python-pyodbc, python2-pyodbc): New variables.
|
|
|
|
|
|
|
|
|
|
|
| |
Fixes <https://bugs.gnu.org/28223>.
Reported by Rosebud Uplink <Uplink.Introversion@outlook.com>.
* doc/guix.texi (Binary Installation): Add missing semicolon after
'GUIX_PROFILE=' line.
(Invoking guix package): Likewise.
* gnu/system.scm (operating-system-etc-service)[profile]: Likewise.
* guix/build/profiles.scm (build-etc/profile): Likewise.
|
|
|
|
|
|
| |
* gnu/packages/wget.scm (wget2): Switch to official URL.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
|
| |
* gnu/packages/scribus.scm (scribus): Wrap PATH with expected Python around
executable.
Fixes <https://bugs.gnu.org/25035>.
|
|
|
|
| |
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.63.
|
|
|
|
| |
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.99.
|
|
|
|
| |
* gnu/packages/web.scm (python-clf): New variable.
|
|
|
|
| |
* gnu/packages/kodi.scm (kodi): Update to 18.0_alpha-67fd70f.
|
|
|
|
|
|
|
| |
* gnu/packages/patches/gcc-6-source-date-epoch-1.patch,
gnu/packages/patches/gcc-6-source-date-epoch-2.patch: New files.
* gnu/local.mk (dist_patch_DATA): Register them.
* gnu/packages/gcc.scm (gcc-6)[source]: Use them.
|
|
|
|
| |
* gnu/packages/package-management.scm (guix): Update to 0b4c385.
|
|
|
|
|
|
| |
* gnu/packages/messaging.scm (gajim)[inputs]: Add python2-axolotl.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
| |
* gnu/packages/messaging.scm (qtox)[inputs]: Add filteraudio.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
| |
* gnu/packages/messaging.scm (c-toxcore): Update to 0.1.10.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
|
|
|
|
| |
Fixes <https://bugs.gnu.org/29335>.
* guix/zlib.scm (close-procedure): Remove.
(make-gzip-input-port): Do (dup (fileno port)) to get a file descriptor
for 'gzdopen'. Close PORT before returning. Use 'gzclose' as the
'close' procedure of the returned port.
(make-gzip-output-port): Likewise.
|
|
|
|
| |
* guix/ssh.scm: Use (guix i18n) instead of (guix ui).
|
|
|
|
|
| |
* gnu/packages/audio.scm (audacity)[arguments]: On non-Intel systems add
a configure-flag to disable SSE optimizations.
|
|
|
|
|
| |
* gnu/packages/certs.scm (nss-certs): Update to 3.34.
* gnu/packages/gnuzilla.scm (nss): Update to 3.34.
|
|
|
|
| |
* gnu/packages/finance.scm (bitcoin-core): Update to 0.15.1.
|
|
|
|
| |
* gnu/packages/linux.scm (strace): Update to 4.20.
|
|
|
|
| |
* gnu/packages/samba.scm (samba): Update to 4.7.2.
|
|
|
|
| |
* gnu/packages/samba.scm (tevent): Update to 0.9.34.
|
| |
|
|
|
|
|
|
|
| |
This helps with CGI support.
* gnu/packages/web.scm (ikiwik)[arguments]: Add 'include-PERL5LIB-in-wrapper
phase.
|
|
|
|
| |
* gnu/packages/nano.scm (nano): Update to 2.9.0.
|
|
|
|
| |
* gnu/packages/sync.scm (owncloud-client): Update to 2.3.4.
|
|
|
|
|
|
| |
* gnu/packages/sync.scm (owncloud-client)[source]: Add patch.
* gnu/packages/patches/owncloud-disable-updatecheck.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
|
|
|
|
|
|
|
|
|
| |
LibreOffice doesn't need to use both GTK+ 2 and GTK+ 3.
* gnu/packages/libreoffice.scm (libreoffice)[inputs]: Remove gtk+-2.
[configure-flags]: Add "--disable-gtk".
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
|
|
| |
* gnu/packages/gnupg.scm (libassuan): Update to 2.4.4.
|
|
|
|
| |
* gnu/packages/mes.scm (mes): Update to 0.11.
|
|
|
|
|
|
|
|
|
|
|
|
| |
* gnu/packages/patches/audacity-build-with-system-portaudio.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/audio.scm (audacity): Update to 2.2.0.
[source]: Add patch to build with system portaudio; add snippet to remove most
bundled libraries.
[inputs]: Replace "gtk+-2" with "gtk+", replace "wxwidgets-gtk2" with
"wxwidgets"; remove "libsbsms"; add "suil" and "portmidi".
[arguments]: Adjust configure flags to avoid using bundled libraries; remove
phase "autoreconf"; add phases "fix-sbsms-check" and "use-upstream-headers".
|
|
|
|
|
| |
* gnu/packages/java.scm (java-mail)[arguments]: Let build phase
"move-version.java" return #t.
|
|
|
|
|
| |
* gnu/packages/compression.scm (bitshuffle-for-snappy)[arguments]: Simplify
Makefile generation.
|