summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2021-01-29gnu: texlive-amsfonts: Adjust to build with texlive-updmap.cfg.Maxim Cournoyer
* gnu/packages/tex.scm (texlive-amsfonts)[phases] {build-fonts}: Do not set SOURCE_DATE_EPOCH, already done by the build system. Let resources be auto-discovered by TeX Live machinery by simply setting GUIX_TEXMF. Remove references to the texlive-union input. Remove trailing #t. {install-generated-fonts}: Remove trailing #t. [native-inputs]: Replace texlive-union by texlive-updmap.cfg. Remove the texlive-cm and texlive-metafont arguments of texlive-updmap.cfg.
2021-01-29gnu: texlive-bin: Enable the use of multiple TeX Live trees.Maxim Cournoyer
Attempting to compose multiple TeX Live trees (such as can happen when using a texlive-union generated package) proved problematic; only the texmf.cnf configuration file from the union would be honored, causing other TeX Live components to be ignored. This change does away with TeX Live unions, instead relying on the default texmf.cnf configuration file provided by the texlive-bin package to honor individual TeX Live trees referred to via the newly introduced GUIX_TEXMF variable, and replacing the texlive-union procedure by texlive-updmap.cfg, to explicit that generating the fonts map configuration is now its sole purpose. * gnu/packages/tex.scm (texlive-bin)[phases]{customize-texmf}: New phase. {postint}: Move the patching of the texmf.cnf file to the new above phase. Patch the updmap.pl script to find its Perl modules. [native-search-paths]: Rename the TEXMF variable to GUIX_TEXMF. Remove the TEXMFCNF variable. * guix/profiles.scm (texlive-configuration): Remove procedure. (%default-profile-hooks)[texlive-configuration]: Unregister hook. (texlive-union): Alias to what has moved to... (texlivke-updmap.cfg): ... here. Update doc. Do not provide a different texmf.cnf configuration. [inherit]: Do not inherit from texlive-base. [build-system]: Switch to the copy-build-system. [arguments]{install-plan}: New argument. [phases]{regenerate-updmap.cfg}: New phase, which keeps only the fonts map generating code from the previous builder code. [inputs]: Remove bash, and move to ... [propagated-inputs]: ... here. [native-inputs]: Remove field, and move the source of the base updmap.cfg file to... [source]: ... here. [synopsis]: Update. [description]: Likewise. [license]: Delete duplicates.
2021-01-28gnu: libsigsegv: Update to 2.13.Vincent Legoll
* gnu/packages/libsigsegv.scm (libsigsegv): Update to 2.13. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-01-28gnu: libsndfile: Add opus support.Alexandros Theodotou
* gnu/packages/pulseaudio.scm (libsndfile)[inputs]: Move libvorbis, libogg, flac ... [propagated-inputs]: ... to here. Add opus. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-01-28gnu: postgresql: Set default socket directory.Mathieu Othacehe
* gnu/packages/databases.scm (postgresql)[arguments]: Add 'set-socket-dir phase. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-01-27gnu: certdata2pem: Fix cross compiling.Efraim Flashner
* gnu/packages/certs.scm (certdata2pem)[arguments]: Use cc-for-target.
2021-01-27gnu: certdata2pem: Fix source URI.Efraim Flashner
* gnu/packages/certs.scm (certdata2pem)[source]: Download just the source.
2021-01-27gnu: certs.scm: Add missing import.Efraim Flashner
* gnu/packages/certs.scm: Use (gnu packages perl).
2021-01-27gnu: nss-certs: Remove Python 2 and Perl build dependencies.Maxim Cournoyer
* gnu/packages/certs.scm (certdata2pem): Swap package to a C variant. (nss-certs): Use 'openssl rehash' instead of the Perl 'c_rehash' script. Adjust for the new certdata2pem program. The number of certificates installed compared to when using the previous script remains unchanged (139 at the time of this commit).
2021-01-27gnu: nss-certs: Sync with the sources used for nss.Maxim Cournoyer
* gnu/packages/certs.scm (nss-certs)[version]: Reuse nss version. [source]: Reuse nss source. [phases]{install}: Adjust for the new NSS source files hierarchy. Remove trailing #t.
2021-01-26gnu: boost: Patch transitive linking bug.Greg Hogan
* gnu/packages/patches/boost-fix-transitive-linking.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/boost.scm (boost)[source]: Use it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-01-26gnu: nss: Update to the latest changeset to resolve test failures.Maxim Cournoyer
* gnu/packages/patches/nss-3.56-pkgconfig.patch: Update and ajdust. * gnu/packages/patches/nss-increase-test-timeout.patch: Adjust. * gnu/packages/nss.scm (nss)[version]: Compute with the git-version procedure. [source]: Switch to use the latest changeset. Adjust snippet to match restructuring of the source file hierarchy. [make-flags]: Do not chdir to the "nss" directory. [phases]: Delete trailing #t. {check}: Honor the '#:tests?' argument. Update the date used with faketime and adjust for the new all.sh script location. {install}: Adapt to the location of the 'dist/' directory, which is now at the same level as the 'source' checkout.
2021-01-26gnu: python-setuptools-scm: Update to 5.0.1.Nicolas Goaziou
* gnu/packages/python-xyz.scm (python-setuptools-scm): Update to 5.0.1.
2021-01-26gnu: mercurial: Update to 5.6.1.Maxim Cournoyer
This fixes the build on Python 3.9. * gnu/packages/version-control.scm (mercurial): Update to 5.6.1. Delete trailing #t. [phases]{check}: Remove the "test-transaction-rollback-on-sigpipe.t" test file and add a comment.
2021-01-26gnu: bison: Update to 3.7.5.Efraim Flashner
* gnu/packages/bison.scm (bison): Update to 3.7.5.
2021-01-26gnu: binutils: Update to 2.36.Efraim Flashner
* gnu/packages/base.scm (binutils): Update to 2.36.
2021-01-24gnu: %boot-tcc-inputs: Use gash-utils.Efraim Flashner
* gnu/packages/commencement.scm (%boot-tcc-inputs): Remove diffutils-mesboot. Add gash-utils-boot. (diffutils-mesboot): Remove variable.
2021-01-23gnu: guile: Disable parallel builds.Ludovic Courtès
This works around <https://bugs.gnu.org/20272>, as discussed in <https://lists.gnu.org/archive/html/guix-devel/2021-01/msg00273.html>. * gnu/packages/guile.scm (guile-2.0)[arguments]: Pass #:parallel-build? #f.
2021-01-23gnu: ibus: Remove dependency on GConf.Ludovic Courtès
GConf has been deprecated for a while. This change removes GConf (and thus ORBit) from the closure of GNOME. * gnu/packages/ibus.scm (ibus)[inputs]: Remove GCONF.
2021-01-21gnu: zziplib: Update to 0.13.72.Vincent Legoll
* gnu/packages/compression.scm (zziplib): Update to 0.13.72. [build-system]: Use cmake-build-system [arguments]: Remove field. Signed-off-by: Leo Famulari <leo@famulari.name>
2021-01-21gnu: libdrm: Update to 2.4.104.Vincent Legoll
* gnu/packages/xdisorg.scm (libdrm): Update to 2.4.104. Signed-off-by: Leo Famulari <leo@famulari.name>
2021-01-19gnu: libarchive: Update to 3.5.1.Vincent Legoll
* gnu/packages/backup.scm (libarchive): Update to 3.5.1. Signed-off-by: Leo Famulari <leo@famulari.name>
2021-01-19gnu: automake: Update to 1.16.3.Efraim Flashner
* gnu/packages/autotools.scm (automake): Update to 1.16.3.
2021-01-15gnu: python-isort: Update to 5.7.0, fixing build on Python 3.9.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-isort): Update to 5.7.0. [source]: Delete checked in binary wheels in a snippet. [arguments]: New field. [phases]: Replace the build and install phases, implementing the basics of a PEP 517 build system. {check}: Override phase. {install-example-plugins}: New phase. [native-inputs]: Remove python-mock. Add git-minimal, python-black, python-colorama, python-hypothesmith, python-libcst-minimal, python-poetry-core, python-pylama, python-pypa-build and python-pytest-mock. [home-page]: Update home page.
2021-01-15gnu: python2-isort: Remove package.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-isort)[properties]: Remove field. (python2-isort): Delete variable.
2021-01-15gnu: python2-factory-boy: Remove package.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python2-factory-boy): Remove variable.
2021-01-15gnu: python2-orator: Remove package.Maxim Cournoyer
* gnu/packages/databases.scm (python-orator)[properties]: Delete field. (python2-orator): Remove variable.
2021-01-15gnu: python2-pylint: Remove package.Maxim Cournoyer
* gnu/packages/check.scm (python-pylint)[properties]: Delete field. * gnu/packages/check.scm (python2-pylint): Remove variable.
2021-01-15gnu: Add python-pylama.Maxim Cournoyer
* gnu/packages/python-check.scm (python-pylama): New variable.
2021-01-15gnu: Add python-mypy-minimal.Maxim Cournoyer
* gnu/packages/python-check.scm (python-mypy-minimal): New variable.
2021-01-15gnu: python-typing-inspect: Fix build on Python 3.9.Maxim Cournoyer
* gnu/packages/patches/python-typing-inspect-fix.patch: Add patch. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/python-xyz.scm (python-typing-inspect)[patches]: Apply it.
2021-01-15gnu: python-hypothesmith: Update to 0.1.8.Maxim Cournoyer
* gnu/packages/check.scm (python-hypothesmith): Update to 0.1.8. [propagated-inputs]: Replace python-hypothesmith-5.23 by python-hypothesmith.
2021-01-15gnu: Add python-libcst-minimal.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-libcst-minimal): New variable. (python-libcst): Add a tests? argument to the check phase override and strip trailing #t.
2021-01-15gnu: python-virtualenv: Update to 20.3.1.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-virtualenv): Update to 20.3.1. [propagated-inputs]: Remove setuptools and python-importlib-metadata.
2021-01-15gnu: python-flake8-pyi: Update to 20.10.0.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-flake8-pyi): Update to 20.10.0.
2021-01-15gnu: python-hypothesis: Update to 6.0.2Maxim Cournoyer
* gnu/packages/check.scm (python-hypothesis): Update to 6.0.2. (python-hypothesis-5.23): Delete variable.
2021-01-15gnu: python-backpack: Fix build.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-backpack)[native-inputs]: Add python-toml.
2021-01-15gnu: python-simplejson: Update to 3.17.2, fixing build.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-simplejson): Update to 3.17.2. [native-inputs]: Add python-toml.
2021-01-15gnu: python-babel: Fix build.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-babel)[source]: Re-indent. [native-inputs]: Add tzdata-for-tests.
2021-01-15gnu: python-3.9: Add a search path specification for PYTHONTZPATH.Maxim Cournoyer
Python 3.9 implemented PEP 615 (<)https://www.python.org/dev/peps/pep-0615/>), which relies on either a compiled time default value or the PYTHONTZPATH environment variable to find the system tzdata database. * gnu/packages/python.scm (python-3.9)[native-search-paths]: Add a new search path specification for PYTHONTZPATH.
2021-01-15gnu: python-pympler: Update to 0.9.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-pympler): Update to 0.9.
2021-01-15gnu: python-pytest-forked: Update to 1.3.0.Maxim Cournoyer
* gnu/packages/check.scm (python-pytest-forked): Update to 1.3.0. [propagated-inputs]: Move python-pytest to... [native-inputs]: ... here.
2021-01-15gnu: python-typed-ast: Update to 1.4.2.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-typed-ast): Update to 1.4.2.
2021-01-15gnu: python-mccabe: Fix indentation.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-mccabe): Fix indentation.
2021-01-15gnu: python-pyflakes: Fix build.Maxim Cournoyer
* gnu/packages/patches/python-pyflakes-fix-tests.patch: Add patch. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/python-xyz.scm (python-pyflakes)[patches]: Apply it. [home-page]: Update.
2021-01-15gnu: python-mccabe: Add missing python-toml input.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-mccabe)[native-inputs]: Add python-toml. [home-page]: Update home page.
2021-01-15gnu: python-pytest: Propagate python-iniconfig, python-toml.Maxim Cournoyer
Based on a reading of the install_requires field of its setup.cfg file. * gnu/packages/check.scm (python-pytest)[native-inputs]: Move python-iniconfig... [propagated-inputs]: ... to here. Add python-toml. Remove python-atomicwrites, apparently only required on the win32 platform.
2021-01-15gnu: python-mypy: Fix build.Maxim Cournoyer
This follows commit b5ccc6cc9a, which updated python-pytest to version 6 and removed the python-pytest-6 variable. * gnu/packages/python-check.scm (python-mypy) [native-inputs]: Rename python-pytest-6 to python-pytest.
2021-01-15gnu: python-decorator: Update to 4.4.2.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-decorator): Update to 4.4.2.
2021-01-15gnu: Add python-pypa-build.Maxim Cournoyer
* gnu/packages/python-build.scm (python-pypa-build): New variable.