Age | Commit message (Collapse) | Author |
|
* gnu/packages/music.scm (musescore): Update to 3.2.3.
|
|
* gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.65.
|
|
The 'glibc-supported-locales.patch' was updated for glibc 2.29, breaking
compatibility with 2.27. Add a 2.27-specific supported locales patch.
* gnu/packages/patches/glibc-2.27-supported-locales.patch: New file.
* gnu/packages/base.scm (glibc-2.27)[source](patches): Use
'glibc-2.27-supported-locales.patch' instead.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
|
|
This increases the closure size by a mere 1.8 MiB (0.8%).
* gnu/packages/bootloaders.scm (grub)[inputs]: Add fuse.
|
|
* gnu/packages/bootloaders.scm (grub): Update to 2.04.
[source]: Remove upstreamed patches.
[arguments]: Don't require Python. Add a ‘disable-pixel-perfect-test’
phase to skip tests that fail with with our newer Unifont.
* gnu/packages/patches/grub-efi-fat-serial-number.patch: Adjust context.
* gnu/packages/patches/grub-binutils-compat.patch,
gnu/packages/patches/grub-check-error-efibootmgr.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Remove them.
|
|
* gnu/packages/finance.scm (bitcoin-core): Update to 0.18.0.
[inputs]: Use bdb-4.8 for compatibility.
[arguments]: Remove --with-incompatible-bdb from configure flags and add
check-functional phase for functional tests.
|
|
* gnu/packages/dbm.scm (bdb-4.8): New variable.
[arguments]: Configure and build from 'build_unix' directory as
mentioned in documentation.
(bdb-5.3): Inherit from bdb-4.8.
(bdb-6): Inherit from bdb-4.8.
(bdb): Point to bdb-6.
|
|
It requires R < 3.6 and is no longer supported.
* gnu/packages/bioinformatics.scm (r-biocinstaller): Define as
deprecated in favour of r-biocmanager.
|
|
This is needed to deprecate r-biocinstaller, which is no longer
distributed.
* gnu/packages/bioinformatics.scm (r-xbioc): Update to 0.1.16-1.6ff0670.
[propagated-inputs]: Replace deprecated r-biocinstaller with
r-biocmanager.
|
|
This follows up on commit 1de48e8f8afec23847458c533d2fae0d69d8942a.
* gnu/packages/algebra.scm (fplll-4-cmh): New variable.
(cmh)[inputs]: Use it.
|
|
* gnu/packages/llvm.scm (libomp)[source]: Use HTTPS.
|
|
This is a follow-up to commit c5296e205b65a9b53553cf45be2ab223d5e82df5,
which updated llvm.
* gnu/packages/llvm.scm (libomp)[source]: Fix hash.
|
|
* gnu/packages/bioconductor.scm (r-txdb-mmusculus-ucsc-mm10-knowngene):
Update to 3.4.7.
|
|
* gnu/packages/emacs-xyz.scm (emacs-polymode-org): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/emacs-xyz.scm (emacs-polymode): Update to 0.2.
[source]: Change URL of Git repository to Polymode GitHub project.
[homepage]: Change URL to polymode GitHub project.
[description]: Realign text.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/wm.scm (i3blocks): Update to ec050e7.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
Enable compatibility symlinks to provide commands such as `mkfs.vfat`.
* gnu/packages/disk.scm (dosfstools)[arguments]: Pass
"--enable-compat-symlinks" to configure.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
Replace the parent 'base-package' variable with a 'wireservice-package' macro
that includes all common package fields.
* gnu/packages/wireservice.scm (base-package): Delete.
(wireservice-package): New macro.
(python-leather, python-agate, python-agate-sql, python-agate-dbf,
python-agate-excel): Use wireservice-package.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
Incorporate some changes from nixpkgs to the gobject-introspection package
patches. This is motivated by looking at issues with libsoup and lollypop.
These changes mean that the share/gir-1.0/Soup-2.4.gir file within
libsoup (and the corresponding binary typelib) references libsoup-2.4.so.1
with an absolute filename, whereas previously, the filename wasn't absolute.
With an absolute filename in the typelib, loading libsoup from lollypop should
work.
* gnu/packages/patches/gobject-introspection-absolute-shlib-path.patch:
Incorporate changes from nixpkgs.
|
|
* gnu/packages/gps.scm (gama): Update to 2.06.
|
|
* gnu/packages/package-management (diffoscope): Update to 116.
|
|
This is necessary to fix a test failure on 32-bit platforms in 4.4.1.
* gnu/packages/check.scm (python-pytest): Update to 4.4.2.
|
|
* gnu/packages/python-xyz.scm (python-pluggy): Update to 0.11.0.
|
|
* gnu/packages/webkit.scm (webkitgtk)[native-inputs]: Change PYTHON-2 to
PYTHON-WRAPPER.
|
|
* gnu/packages/audio.scm (jalv)[arguments]: Remove <#:phases>.
|
|
* gnu/packages/gl.scm (mesa)[arguments]: Add <#:build-type>.
|
|
* gnu/packages/documentation.scm (doxygen)[native-inputs]: Change PYTHON-2 to PYTHON.
|
|
* gnu/packages/documentation.scm (doxygen)[native-inputs]: Change FLEX-2.6.1
to FLEX.
|
|
* gnu/packages/freedesktop.scm (libinput)[arguments]: Add <#:build-type>.
|
|
* gnu/packages/web.scm (libpsl)[inputs]: Move PYTHON-WRAPPER ...
[native-inputs]: ... here.
|
|
Previously, the Python tests were skipped, because they require Python 3.
* gnu/packages/fontutils.scm (graphite2)[arguments]: New field.
[native-inputs]: Change PYTHON-2 and PYTHON2-FONTTOOLS to PYTHON and PYTHON-FONTTOOLS.
|
|
* gnu/packages/compression.scm (zziplib)[arguments]: Set <#:test-target>.
|
|
* gnu/packages/compression.scm (zziplib)[source]: Change to GIT-FETCH.
[argumnents]: New field.
|
|
* gnu/packages/web.scm (libpsl)[inputs]: Change PYTHON-2 to PYTHON-WRAPPER.
|
|
Ninja uses Python at run time, so it must not be a native input.
* gnu/packages/ninja.scm (ninja)[native-inputs]: Change to ...
[inputs]: ... this.
|
|
* gnu/packages/ninja.scm (ninja)[native-inputs]: Change PYTHON-2 to PYTHON-WRAPPER.
|
|
* gnu/packages/libevent.scm (libevent)[inputs]: Change PYTHON-2 to PYTHON-WRAPPER.
|
|
* gnu/packages/glib.scm (itstool): Update to 2.0.6.
[inputs]: Change PYTHON2-LIBXML and PYTHON-2 to PYTHON-LIBXML and PYTHON.
* gnu/packages/gnome.scm (totem)[inputs]: Change PYTHON-2 to PYTHON.
|
|
* gnu/packages/curl.scm (curl)[native-inputs]: Change PYTHON-2 to PYTHON-WRAPPER.
|
|
* gnu/packages/icu4c.scm (icu4c)[arguments]: Don't override <#:tests?>.
|
|
* gnu/packages/icu4c.scm (icu4c)[native-inputs]: Change PYTHON to
PYTHON-MINIMAL.
|
|
* gnu/packages/python.scm (python-2.7)[arguments]: Pass "INSTALL" and
"MKDIR_P" in <#:configure-flags>.
|
|
* gnu/packages/commencement.scm (python-boot0)[version, source]: Downgrade to 3.5.7.
[arguments]: Remove <#:make-flags>. Add <#:phases>.
[native-inputs]: Remove artifical dependency on PKG-CONFIG.
|
|
* gnu/packages/wireservice.scm (csvkit): New variable.
* gnu/packages/patches/csvkit-fix-tests.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/wireservice.scm (python-agate-excel): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/wireservice.scm (python-agate-dbf): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/wireservice.scm (python-agate-sql): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/wireservice.scm (python-agate): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/wireservice.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/python-xyz.scm (python-dbfread): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|