summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* gnu: openvdb: Use older version of TBB.Ricardo Wurmus2021-10-24
| | | | * gnu/packages/graphics.scm (openvdb)[inputs]: Replace tbb with tbb-2020.
* gnu: tbb-for-salmon: Rename.Ricardo Wurmus2021-10-24
| | | | | | * gnu/packages/tbb.scm (tbb-for-salmon): Rename this variable... (tbb-2020): ...to this. * gnu/packages/bioinformatics.scm (salmon)[inputs]: Rename it.
* gnu: hdf-java: Look for jars in the right place.Ludovic Courtès2021-10-23
| | | | | * gnu/packages/maths.scm (hdf-java)[arguments]: Look for slf4j .jar files in the right place rather than share/java.
* gnu: Use 'search-input-file' some more.Ludovic Courtès2021-10-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch replaces occurrences of: (string-append (assoc-ref %build-inputs "…") "/…") by: (search-input-file %build-inputs "/…") * doc/guix.texi (Miscellaneous Services): Use 'search-input-file' in R Shiny example. * gnu/packages/admin.scm (screenfetch): Use 'search-input-file'. (ufetch): Likewise. (hosts): Likewise. * gnu/packages/backup.scm (dirvish): Likewise. * gnu/packages/code.scm (colormake): Likewise. * gnu/packages/compression.scm (makeself-safeextract): Likewise. * gnu/packages/debug.scm (scanmem): Likewise. * gnu/packages/education.scm (snap): Likewise. (omnitux): Likewise. * gnu/packages/emacs-xyz.scm (epipe): Likewise. * gnu/packages/games.scm (openttd-opensfx): Likewise. (openttd-openmsx): Likewise. (openrct2-title-sequences): Likewise. (openrct2-objects): Likewise. (mrrescue): Likewise. (0ad-data): Likewise. (xonotic-data): Likewise. (drascula): Likewise. (make-lure-package): Likewise. (make-queen-package): Likewise. (sky): Likewise. * gnu/packages/gnome.scm (network-manager): Likewise. * gnu/packages/gnuzilla.scm (icedove): Likewise. * gnu/packages/guile-xyz.scm (guile-shapefile): Likewise. * gnu/packages/hurd.scm (netdde): Likewise. * gnu/packages/javascript.scm (js-context-menu): Likewise. (js-commander): Likewise. (js-xmldom-sre): Likewise. * gnu/packages/kde-frameworks.scm (krunner): Likewise. * gnu/packages/kodi.scm (kodi-cli): Likewise. * gnu/packages/libreoffice.scm (hunspell-dict-pl): Likewise. * gnu/packages/linux.scm (e2fsck/static): Likewise. * gnu/packages/markup.scm (markdown): Likewise. * gnu/packages/maths.scm (hdf-java): Likewise. * gnu/packages/multiprecision.scm (libtomcrypt): Likewise. * gnu/packages/networking.scm (batctl): Likewise. * gnu/packages/python-xyz.scm (python-pymediainfo): Likewise. * gnu/packages/shells.scm (fish-foreign-env): Likewise. * gnu/packages/tex.scm (texlive-fonts-iwona): Likewise. * gnu/packages/upnp.scm (miniupnpc): Likewise. * gnu/packages/version-control.scm (git-annex-remote-rclone): Likewise. * gnu/packages/virtualization.scm (qemu): Likewise. * gnu/packages/web.scm (icedtea-web): Likewise. * gnu/packages/wm.scm (stumpish): Likewise.
* gnu: qpdfview: Fix build.Josselin Poiret2021-10-22
| | | | | | * gnu/packages/pdf.scm (qpdfview)[arguments]: Fix 'configure' phase. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: lilypond: Remove trailing #t from build phases.Ricardo Wurmus2021-10-21
| | | | | * gnu/packages/music.scm (lilypond)[arguments]: Remove trailing #t from build phases.
* gnu: lilypond: Fix build with Ghostscript 9.54.Ricardo Wurmus2021-10-21
| | | | | * gnu/packages/music.scm (lilypond)[arguments]: Add build phase 'adjust-to-API-change.
* gnu: pdfpc: Update to 4.5.0.Ricardo Wurmus2021-10-21
| | | | | | | | * gnu/packages/pdf.scm (pdfpc): Update to 4.5.0. [inputs]: Add discount, json-glib, and webkitgtk. [license]: Update license from GPLv2+ to GPLv3+. [arguments]: Work around a bug in Vala in new build phase 'fix-vala-API-conflict.
* gnu: texlive-lh: Install more files.Ricardo Wurmus2021-10-21
| | | | | | * gnu/packages/tex.scm (texlive-lh)[outputs]: Add a "doc" output. [arguments]: Override the 'copy-files phase to install many more files in the correct locations.
* gnu: lepton-eda: Pass -fcommon.Ricardo Wurmus2021-10-21
| | | | | * gnu/packages/engineering.scm (lepton-eda)[arguments]: Add -fcommon to CFLAGS.
* gnu: geda-gaf: Update to 1.10.2.Ricardo Wurmus2021-10-21
| | | | | * gnu/packages/engineering.scm (geda-gaf): Update to 1.10.2. [native-inputs]: Add groff.
* gnu: gtksheet: Fix build.Ricardo Wurmus2021-10-21
| | | | | | * gnu/packages/gtk.scm (gtksheet)[arguments]: Pass -fcommon option to GCC; rename phase 'rename-type to 'patch-for-compatibility and update a reference to a renamed macro.
* gnu: gxtuner: Add phase to target specific glib API version.Ricardo Wurmus2021-10-21
| | | | | * gnu/packages/music.scm (gxtuner)[arguments]: Fix build by adding build phase 'target-specific-glib-API-version.
* gnu: gerbv: Fix linker error by adding -fcommon to CFLAGS.Ricardo Wurmus2021-10-21
| | | | * gnu/packages/engineering.scm (gerbv)[arguments]: Set -fcommon option.
* gnu: peek: Add missing input.Ricardo Wurmus2021-10-21
| | | | * gnu/packages/video.scm (peek)[inputs]: Add python-wrapper.
* gnu: awscli: Update to 1.20.64.Ricardo Wurmus2021-10-19
| | | | | | | * gnu/packages/python-web.scm (awscli): Update to 1.20.64. [arguments]: Remove trailing #t. [propagated-inputs]: Replace python-colorama with python-colorama-for-awscli; replace python-docutils with python-docutils-0.15.
* gnu: python-boto3: Update to 1.18.64.Ricardo Wurmus2021-10-19
| | | | | | * gnu/packages/python-xyz.scm (python-boto3): Update to 1.18.64. [arguments]: Remove trailing #t. [native-inputs]: Add python-pytest.
* gnu: python-botocore: Update to 1.21.64.Ricardo Wurmus2021-10-19
| | | | * gnu/packages/python-xyz.scm (python-botocore): Update to 1.21.64.
* gnu: Add python-colorama-for-awscli.Ricardo Wurmus2021-10-19
| | | | * gnu/packages/python-xyz.scm (python-colorama-for-awscli): New variable.
* gnu: Add python-docutils-0.15.Ricardo Wurmus2021-10-19
| | | | * gnu/packages/python-xyz.scm (python-docutils-0.15): New variable.
* gnu: python-s3transfer: Update to 0.5.0.Ricardo Wurmus2021-10-19
| | | | | * gnu/packages/python-web.scm (python-s3transfer): Update to 0.5.0. [arguments]: Remove 'patch phase; remove trailing #t from 'check phase.
* gnu: festival: Fix build with -fcommon.Ricardo Wurmus2021-10-19
| | | | | * gnu/packages/speech.scm (festival)[arguments]: Add phase "set-fcommon" to add "-fcommon" to compiler flags.
* gnu: salmon: Use older version of TBB.Ricardo Wurmus2021-10-19
| | | | | | * gnu/packages/bioinformatics.scm (salmon)[arguments]: Define HAVE_NUMERIC_LIMITS128; compute TBB_VERSION. [inputs]: Replace tbb with tbb-for-salmon.
* gnu: Add tbb-for-salmon.Ricardo Wurmus2021-10-19
| | | | * gnu/packages/tbb.scm (tbb-for-salmon): New variable.
* Merge remote-tracking branch 'signed/master' into core-updatesMathieu Othacehe2021-10-18
|\
| * gnu: Add vim-ctrlp.Foo Chuan Wei2021-10-18
| | | | | | | | | | | | * gnu/packages/vim.scm (vim-ctrlp): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| * gnu: Add vim-surround.Foo Chuan Wei2021-10-18
| | | | | | | | | | | | * gnu/packages/vim.scm (vim-surround): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| * gnu: vim-scheme: Update to 0.0.0-2.99af6be.Foo Chuan Wei2021-10-18
| | | | | | | | | | | | * gnu/packages/vim.scm (vim-scheme): Update to 0.0.0-2.99af6be. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| * gnu: libvirt: Update to 7.6.0.Oleg Pykhalov2021-10-18
| | | | | | | | * gnu/packages/virtualization.scm (libvirt): Update to 7.6.0.
| * build-system/go: Fix building on host's secondary architecture.Efraim Flashner2021-10-18
| | | | | | | | | | | | | | | | | | | | | | Before when building for i686-linux on x86_64-linux GOARCH would be set to amd64, not 386. * guix/build-system/go.scm (go-build): Set goarch and goos to #f when not cross-compiling. * guix/build/go-build-system.scm (setup-go-environment): Set GOARCH according to the calculated goarch or using GOHOSTARCH and GOOS according to the calculated goos or using GOHOSTOS.
| * gnu: python-pylibacl: Add missing brace in description.Ludovic Courtès2021-10-18
| | | | | | | | | | | | Regression introduced in 133f780039e63798535e4f52a4d9f1810ea5b2ab. * gnu/packages/acl.scm (python-pylibacl)[description]: Add missing brace.
| * gnu: Add ta-lib.Foo Chuan Wei2021-10-18
| | | | | | | | | | | | * gnu/packages/finance.scm (ta-lib): New variable. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| * gnu: sdr++: Update to 1.0.4.Guillaume Le Vaillant2021-10-18
| | | | | | | | * gnu/packages/radio.scm (sdr++): Update to 1.0.4.
| * gnu: sdrangel: Update to 6.17.1.Guillaume Le Vaillant2021-10-18
| | | | | | | | * gnu/packages/radio.scm (sdrangel): Update to 6.17.1.
| * gnu: go-golang-org-x-mod: Update source URL.Ludovic Courtès2021-10-18
| | | | | | | | * gnu/packages/golang.scm (go-golang-org-x-mod)[source]: Update URL.
| * gnu: direnv: Update to 2.28.0.Artem Chernyak2021-10-18
| | | | | | | | | | | | | | | | | | * gnu/packages/shellutils.scm (direnv): Update to 2.28.0. [arguments]: Remove 'delete-vendor' phase, which is no longer needed. In 'check' phase, run "go test". [native-inputs]: Add GO-GITHUB-COM-MATTN-GO-ISATTY and GO-GOLANG-ORG-X-MOD. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Remove 'guile-mkdir-p'.divoplade2021-10-18
| | | | | | | | | | | | * gnu/packages/guile-xyz.scm: Remove guile-mkdir-p Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * hurd-boot: Set pfinet on the right node for AF_INET6.Ludovic Courtès2021-10-18
| | | | | | | | | | * gnu/build/hurd-boot.scm (set-hurd-device-translators): Fix /servers file name for AF_INET6.
| * system: hurd: Add 'info-reader' to %BASE-PACKAGES/HURD.Ludovic Courtès2021-10-18
| | | | | | | | * gnu/system/hurd.scm (%base-packages/hurd): Add INFO-READER.
| * system: image: Ensure Hurd images are cross-compiled if needed.Ludovic Courtès2021-10-18
| | | | | | | | | | | | | | | | Fixes regression introduced in d5073fd113c621fe0b55382f7dd336ee118e759f, whereby childhurd dependencies such as 'hurd' would erroneously be attempted to build natively on x86_64-linux. * gnu/system/images/hurd.scm (hurd-disk-image)[platform]: New field.
| * tests: Pass '-F qcow2' to 'qemu-img create'.Ludovic Courtès2021-10-18
| | | | | | | | | | | | | | | | | | | | | | | | Fixes a regression introduced in 0b5e128750ed40d4348f2eb49d328b81dba9181a, whereby 'qemu-img create ...' as used here would fail with: qemu-img: disk.img: Backing file specified without backing format thereby breaking tests from (gnu tests install). * gnu/tests/install.scm (qemu-command/writable-image): Pass "-F qcow2".
| * gnu: python-xyz.scm: Add copyright line.Sébastien Lerique2021-10-18
| | | | | | | | | | | | | | * gnu/packages/python-xyz.scm: Add copyright line for Sébastien Lerique. Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
| * gnu: python-faker: Fix indentation.Sébastien Lerique2021-10-18
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-faker): Fix indentation. Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
| * gnu: python-socks: Fix indentation.Sébastien Lerique2021-10-18
| | | | | | | | | | | | * gnu/packages/python-web.scm (python-socks): Fix indentation. Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
| * gnu: Add pantalaimon.Sébastien Lerique2021-10-18
| | | | | | | | | | | | * gnu/packages/matrix.scm (pantalaimon): New variable. Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
| * gnu: Add python-matrix-nio.Sébastien Lerique2021-10-18
| | | | | | | | | | | | * gnu/packages/matrix.scm (python-matrix-nio): New variable. Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
| * gnu: Add python-olm.Lars-Dominik Braun2021-10-18
| | | | | | | | * gnu/packages/crypto.scm (python-olm): New variable.
| * gnu: Add python-aspectlib.Lars-Dominik Braun2021-10-18
| | | | | | | | * gnu/packages/python-xyz.scm (python-aspectlib): New variable.
| * gnu: Add python-fields.Lars-Dominik Braun2021-10-18
| | | | | | | | * gnu/packages/python-xyz.scm (python-fields): New variable.
| * gnu: Add python-logbook.Sébastien Lerique2021-10-18
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-logbook): New variable. Signed-off-by: Lars-Dominik Braun <lars@6xq.net>