Age | Commit message (Collapse) | Author |
|
* gnu/packages/bioinformatics.scm (bowtie)[arguments]: Replace invalid quotes
with straight quotes in the 'configure phase.
|
|
* gnu/packages/bioinformatics.scm (bowtie)[arguments]: Remove trailing #T from
build phases...
[source]: ...and from the snippet.
|
|
* gnu/packages/bioinformatics.scm (bowtie)[inputs]: Replace tbb with tbb-2020.
|
|
* gnu/packages/diffoscope.scm (diffoscope): Update to 188.
|
|
* gnu/packages/diffoscope.scm (diffoscope)[arguments]: Rename build phase
'remove-berkeley-test to 'remove-broken-file-type-detection-test and delete
another test that is broken due to our `file' package.
|
|
* gnu/packages/python-xyz.scm (python-magic): Update to 0.4.24.
|
|
* gnu/packages/graphics.scm (blender)[inputs]: Replace tbb with tbb-2020.
[arguments]: Don't set CPATH; set C_INCLUDE_PATH and CPLUS_INCLUDE_PATH instead.
|
|
* gnu/packages/graphics.scm (openvdb)[inputs]: Replace tbb with tbb-2020.
|
|
* gnu/packages/tbb.scm (tbb-for-salmon): Rename this variable...
(tbb-2020): ...to this.
* gnu/packages/bioinformatics.scm (salmon)[inputs]: Rename it.
|
|
* gnu/packages/maths.scm (hdf-java)[arguments]: Look for slf4j .jar
files in the right place rather than share/java.
|
|
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/packages/pdf.scm (qpdfview)[arguments]: Fix 'configure' phase.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
* gnu/packages/music.scm (lilypond)[arguments]: Remove trailing #t from build
phases.
|
|
* gnu/packages/music.scm (lilypond)[arguments]: Add build phase
'adjust-to-API-change.
|
|
* 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/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/packages/engineering.scm (lepton-eda)[arguments]: Add -fcommon to
CFLAGS.
|
|
* gnu/packages/engineering.scm (geda-gaf): Update to 1.10.2.
[native-inputs]: Add groff.
|
|
* 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/packages/music.scm (gxtuner)[arguments]: Fix build by adding build phase
'target-specific-glib-API-version.
|
|
* gnu/packages/engineering.scm (gerbv)[arguments]: Set -fcommon option.
|
|
* gnu/packages/video.scm (peek)[inputs]: Add python-wrapper.
|
|
* 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/packages/python-xyz.scm (python-boto3): Update to 1.18.64.
[arguments]: Remove trailing #t.
[native-inputs]: Add python-pytest.
|
|
* gnu/packages/python-xyz.scm (python-botocore): Update to 1.21.64.
|
|
* gnu/packages/python-xyz.scm (python-colorama-for-awscli): New variable.
|
|
* gnu/packages/python-xyz.scm (python-docutils-0.15): New variable.
|
|
* gnu/packages/python-web.scm (python-s3transfer): Update to 0.5.0.
[arguments]: Remove 'patch phase; remove trailing #t from 'check phase.
|
|
* gnu/packages/speech.scm (festival)[arguments]: Add phase "set-fcommon" to
add "-fcommon" to compiler flags.
|
|
* gnu/packages/bioinformatics.scm (salmon)[arguments]: Define
HAVE_NUMERIC_LIMITS128; compute TBB_VERSION.
[inputs]: Replace tbb with tbb-for-salmon.
|
|
* gnu/packages/tbb.scm (tbb-for-salmon): New variable.
|
|
|
|
* gnu/packages/vim.scm (vim-ctrlp): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/vim.scm (vim-surround): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/vim.scm (vim-scheme): Update to 0.0.0-2.99af6be.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/virtualization.scm (libvirt): Update to 7.6.0.
|
|
* gnu/packages/flashing-tools.scm (flashrom)[arguments]: Add phase
'patch-type-error to fix a compilation error.
|
|
Regression introduced in 133f780039e63798535e4f52a4d9f1810ea5b2ab.
* gnu/packages/acl.scm (python-pylibacl)[description]: Add missing brace.
|
|
* gnu/packages/finance.scm (ta-lib): New variable.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
* gnu/packages/radio.scm (sdr++): Update to 1.0.4.
|
|
* gnu/packages/radio.scm (sdrangel): Update to 6.17.1.
|
|
* gnu/packages/golang.scm (go-golang-org-x-mod)[source]: Update URL.
|
|
* 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/packages/guile-xyz.scm: Remove guile-mkdir-p
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/build/hurd-boot.scm (set-hurd-device-translators): Fix /servers
file name for AF_INET6.
|
|
* gnu/system/hurd.scm (%base-packages/hurd): Add INFO-READER.
|
|
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.
|
|
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/packages/python-xyz.scm: Add copyright line for Sébastien
Lerique.
Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
|
|
* gnu/packages/python-xyz.scm (python-faker): Fix indentation.
Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
|