Ludovic Courtès
efbaa5fcc8
gnu: mate: Depend on 'librsvg-for-system'.
...
* gnu/packages/mate.scm (engrampa)[inputs]: Replace LIBRSVG by
LIBRSVG-FOR-SYSTEM.
(libmatekbd)[inputs]: Likewise.
(mate-panel)[inputs]: Likewise.
(mate-screensaver)[inputs]: Likewise.
(mate-utils)[inputs]: Likewise.
(mate-control-center)[inputs]: Likewise.
(eom)[inputs]: Likewise, and remove duplicate
[license]: Remove unnecessary list.
2021-12-05 22:42:25 +01:00
Ludovic Courtès
c19f968cbd
gnu: librsvg@2.40: Depend on the default Pango version.
...
This avoids conflicts where, say, gtk+ would pull pango@1.44 whereas
mate-control-center would additionally pull pango@1.42 via librsvg@2.40
on i686-linux.
* gnu/packages/gnome.scm (librsvg-2.40)[arguments]: In
'remove-failing-tests' phase, remove two additional tests.
[inputs]: Change PANGO-1.42 to PANGO.
2021-12-05 22:42:25 +01:00
Thiago Jung Bauermann
a9d426c492
gnu: Add texlive-latex-luatex.
...
When TeX Live was updated to version 2021 the ‘lualatex’ format started
being generated with the LuaHBTeX engine, but the ‘lualatex’ command still
uses the LuaTeX engine. This causes the command to fail:
user@popigai:~$ lualatex hello.tex
This is LuaTeX, Version 1.13.0 (TeX Live 2021/GNU Guix)
restricted system commands enabled.
---! lualatex.fmt was written by luahbtex
(Fatal format file error; I'm stymied)user@popigai:~$
The correct way to fix this problem would be either to change texlive-bin
to make ‘lualatex’ use the LuaHBTeX engine, or to change texlive-latex-base
to generate ‘lualatex.fmt’ with LuaTeX. Both options would rebuild large
parts of the world.
Ricardo Wurmus suggested creating a new package to provide ‘lualatex.fmt’
for LuaTeX as a workaround. This is what this package does.
Fixes https://issues.guix.gnu.org/51252 .
* gnu/packages/tex.scm (texlive-latex-luatex): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-12-05 22:42:25 +01:00
Ludovic Courtès
85c07e330c
gnu: gtranslator: Fix URL.
...
Reported by Vivien Kraus.
* gnu/packages/gnome.scm (gtranslator)[source]: Change
'version-major+minor' to 'version-major'.
2021-12-05 22:42:25 +01:00
Ricardo Wurmus
0f2a77e14f
gnu: Add libnftnl/fixed.
...
* gnu/packages/linux.scm (libnftnl/fixed): New variable.
2021-12-05 22:26:26 +01:00
Ricardo Wurmus
9bc0f45df5
Merge remote-tracking branch 'origin/master' into core-updates-frozen
2021-12-05 19:17:41 +01:00
Ricardo Wurmus
6db3c536e8
gnu: python-bwapy: Remove sanity-check.
...
* gnu/packages/bioinformatics.scm (python-bwapy)[arguments]: Add phase
'relax-requirements to accept a slightly older version of wheel; remove the
'sanity-check phase.
2021-12-05 17:38:15 +01:00
Ricardo Wurmus
dd67154e5d
gnu: Remove python2-plastid.
...
* gnu/packages/bioinformatics.scm (python2-plastid): Remove variable.
2021-12-05 17:37:05 +01:00
Ricardo Wurmus
98264531be
gnu: Remove python2-twobitreader.
...
* gnu/packages/bioinformatics.scm (python2-twobitreader): Remove variable.
2021-12-05 17:36:43 +01:00
Ricardo Wurmus
4202f4d58a
gnu: python-bbknn: Fix sanity-check phase.
...
* gnu/packages/bioinformatics.scm (python-bbknn)[arguments]: Add phase
'do-not-fail-to-find-sklearn, which prevents the 'sanity-check phase from
failing.
2021-12-05 17:33:17 +01:00
Ricardo Wurmus
b1bd997d50
gnu: python-bbknn: Add missing input.
...
* gnu/packages/bioinformatics.scm (python-bbknn)[propagated-inputs]: Add
python-scikit-learn.
2021-12-05 17:32:50 +01:00
Ricardo Wurmus
19f6b770dc
gnu: velvet: Add missing TeX package.
...
* gnu/packages/bioinformatics.scm (velvet)[native-inputs]: Add
texlive-fonts-ec.
2021-12-05 17:22:11 +01:00
Ricardo Wurmus
fe0f8c627a
gnu: velvet: Remove trailing #T.
...
* gnu/packages/bioinformatics.scm (velvet)[arguments]: Remove trailing #T from
build phases.
2021-12-05 17:21:39 +01:00
Ricardo Wurmus
f2b99e3aaf
gnu: python-bwapy: Remove pre-built object files.
...
* gnu/packages/bioinformatics.scm (python-bwapy)[source]: Remove all .o files
in a snippet.
2021-12-05 15:04:05 +01:00
Ricardo Wurmus
57f278ffc4
gnu: metabat: Remove trailing #T.
...
* gnu/packages/bioinformatics.scm (metabat)[arguments]: Remove trailing #T
from build phases.
2021-12-05 15:04:05 +01:00
Ricardo Wurmus
c13046cb68
gnu: clapack: Pass -fcommon to compiler.
...
* gnu/packages/maths.scm (clapack)[arguments]: Set CFLAGS.
2021-12-05 15:04:04 +01:00
Ricardo Wurmus
ae0acf6b6d
gnu: clapack: Remove trailing #T.
...
* gnu/packages/maths.scm (clapack)[arguments]: Remove trailing #T from build
phases.
2021-12-05 15:04:04 +01:00
Ricardo Wurmus
1d53c697b3
gnu: tla2tools: Remove remaining reference to %output.
...
This is a follow-up to commit 7e6ee16d49
.
* gnu/packages/java.scm (tla2tools)[arguments]: Remove remaining reference to
%output.
2021-12-05 15:04:04 +01:00
Ricardo Wurmus
8ae33d6844
gnu: kraken2: Remove reference to %outputs.
...
* gnu/packages/bioinformatics.scm (kraken2)[arguments]: Remove reference to
%outputs by using a gexp.
2021-12-05 15:04:04 +01:00
Ricardo Wurmus
c973107a25
gnu: methyldackel: Remove reference to %outputs.
...
* gnu/packages/bioinformatics.scm (methyldackel)[arguments]: Remove reference
to %outputs by using a gexp.
2021-12-05 15:04:04 +01:00
Ricardo Wurmus
d531dc6761
gnu: phast: Remove reference to %outputs.
...
* gnu/packages/bioinformatics.scm (phast)[arguments]: Remove reference to
%outputs by using a gexp.
2021-12-05 15:04:03 +01:00
Ricardo Wurmus
2b1e53850f
gnu: libsbml: Remove references to %build-inputs.
...
* gnu/packages/bioinformatics.scm (libsbml)[arguments]: Remove references to
%build-inputs by using a gexp.
2021-12-05 15:04:03 +01:00
Ricardo Wurmus
dc4b4d4d95
gnu: ataqv: Remove references to %outputs and %build-inputs.
...
* gnu/packages/bioinformatics.scm (ataqv)[arguments]: Remove references to
%outputs and %build-inputs by using a gexp.
2021-12-05 15:04:03 +01:00
Ricardo Wurmus
03ca627b09
gnu: adapterremoval: Remove reference to %outputs.
...
* gnu/packages/bioinformatics.scm (adapterremoval)[arguments]: Remove
reference to %outputs by using a gexp.
2021-12-05 15:04:03 +01:00
Ricardo Wurmus
fac4c98699
gnu: bbmap: Remove reference to %build-inputs.
...
* gnu/packages/bioinformatics.scm (bbmap)[arguments]: Remove reference to
%build-inputs by using a gexp.
2021-12-05 15:04:03 +01:00
Ricardo Wurmus
b798d90bee
gnu: intervaltree: Remove reference to %outputs.
...
* gnu/packages/bioinformatics.scm (intervaltree)[arguments]: Remove reference
to %outputs by using a gexp.
2021-12-05 15:04:03 +01:00
Ricardo Wurmus
c9892edceb
gnu: biobambam2: Remove reference to %build-inputs.
...
* gnu/packages/bioinformatics.scm (biobambam2)[arguments]: Remove reference to
%build-inputs by using a gexp.
2021-12-05 15:04:02 +01:00
Ricardo Wurmus
a8b60bd475
gnu: sjcount: Remove reference to %build-inputs.
...
* gnu/packages/bioinformatics.scm (sjcount)[arguments]: Remove reference to
%build-inputs by using a gexp.
2021-12-05 15:04:02 +01:00
Ricardo Wurmus
4c6cb448fd
gnu: sjcount: Remove trailing #T.
...
* gnu/packages/bioinformatics.scm (sjcount)[arguments]: Remove trailing #T
from build phases.
2021-12-05 15:04:02 +01:00
Ricardo Wurmus
c1fe074915
gnu: dropseq-tools: Remove reference to %build-inputs.
...
* gnu/packages/bioinformatics.scm (dropseq-tools)[arguments]: Remove reference
to %build-inputs by using a gexp.
2021-12-05 15:04:02 +01:00
Ricardo Wurmus
1462e5c919
gnu: dropseq-tools: Remove trailing #T.
...
* gnu/packages/bioinformatics.scm (dropseq-tools)[arguments]: Remove
trailing #T from build phases...
[source]: ...and from the snippet.
2021-12-05 15:04:02 +01:00
Marius Bakke
10554e0a57
gnu: python-django-netfields: Update to 1.2.4.
...
* gnu/packages/django.scm (python-django-netfields): Update to 1.2.4.
2021-12-05 14:40:08 +01:00
Marius Bakke
50fff94b5a
gnu: python-django: Update to 3.2.9.
...
* gnu/packages/django.scm (python-django): Update to 3.2.9.
2021-12-05 14:40:08 +01:00
Marius Bakke
e166e6acf6
gnu: drbd-utils: Update to 9.19.1.
...
* gnu/packages/cluster.scm (drbd-utils): Update to 9.19.1.
2021-12-05 14:40:07 +01:00
Nicolas Goaziou
21e2be5968
gnu: emacs-peg: Update to 0.10.3.
...
* gnu/packages/emacs-xyz.scm (emacs-peg): Update to 0.10.3.
2021-12-05 14:20:16 +01:00
Marius Bakke
c61e49aa94
gnu: tbb: Update to 2021.4.0.
...
* gnu/packages/tbb.scm (tbb): Update to 2021.4.0.
2021-12-05 14:02:10 +01:00
Marius Bakke
db5646d957
gnu: Adjust for python-build-system behavior change.
...
Commit cb72f9a773
changed the semantics of
SITE-PACKAGES, but did not adjust all callers.
* gnu/packages/bioinformatics.scm (python-pyvcf)[arguments]: Adjust for
missing trailing slash.
* gnu/packages/maths.scm (nomad-optimizer)[arguments]: Likewise.
* gnu/packages/patchutils.scm (patchwork)[arguments]: Likewise.
2021-12-05 14:02:10 +01:00
Marius Bakke
b507cc49ab
gnu: python-pyvcf: Fix bytecode compilation.
...
* gnu/packages/bioinformatics.scm (python-pyvcf)[arguments]: Add phase to
patch sample script.
2021-12-05 14:02:10 +01:00
Marius Bakke
a2584a08be
gnu: python-whisper: Update to 1.1.8.
...
* gnu/packages/monitoring.scm (python-whisper): Update to 1.1.8.
2021-12-05 14:02:10 +01:00
Marius Bakke
0d196ab9bd
gnu: python-mailman-hyperkitty: Update to 1.2.0.
...
* gnu/packages/mail.scm (python-mailman-hyperkitty): Update to 1.2.0.
[source](patches): Remove.
2021-12-05 14:02:10 +01:00
Marius Bakke
3f9d122dcb
gnu: python-hyperkitty: Update to 1.3.5.
...
* gnu/packages/mail.scm (python-hyperkitty): Update to 1.3.5.
[arguments]: Add pythonpath in test invokation.
[propagated-inputs]: Add PYTHON-MISTUNE-NEXT. Change from PYTHON-DJANGO-2.2
to PYTHON-DJANGO.
[native-inputs]: Add PYTHON-LXML.
2021-12-05 14:02:10 +01:00
Marius Bakke
b0ce8bdb39
gnu: Add python-mistune-next.
...
* gnu/packages/python-xyz.scm (python-mistune-next): New variable.
2021-12-05 14:02:09 +01:00
Marius Bakke
f457fb19dd
gnu: python-django-haystack: Update to 3.1.1.
...
* gnu/packages/django.scm (python-django-haystack): Update to 3.1.1.
[arguments]: Adjust substitution.
2021-12-05 14:02:09 +01:00
Marius Bakke
eb8619a5a6
gnu: python-alembic: Update to 1.7.5.
...
* gnu/packages/databases.scm (python-alembic): Update to 1.7.5.
[propagated-inputs]: Remove PYTHON-IMPORTLIB-RESOURCES.
2021-12-05 14:02:09 +01:00
Marius Bakke
d801827b84
gnu: ganeti: Add the output directory on GUIX_PYTHONPATH.
...
This is a follow-up to commit 1ed567c872
.
* gnu/packages/virtualization.scm (ganeti)[arguments]: Adjust wrap phase to
include Ganetis own site-packages on $GUIX_PYTHONPATH.
2021-12-05 14:02:09 +01:00
Marius Bakke
846bd3d083
gnu: python-webassets: Patch for Python 3.9.
...
* gnu/packages/python-web.scm (python-webassets)[arguments]: Add
substitution.
2021-12-05 14:02:09 +01:00
Marius Bakke
9f5b9d18d8
gnu: python-django-mailman3: Update to 1.3.7.
...
* gnu/packages/mail.scm (python-django-mailman3): Update to 1.3.7.
2021-12-05 14:02:09 +01:00
Marius Bakke
837688e505
gnu: python-mailmanclient: Update to 3.3.3.
...
* gnu/packages/mail.scm (python-mailmanclient): Update to 3.3.3.
2021-12-05 14:02:09 +01:00
Marius Bakke
97edcf2e63
gnu: python-django-url-filter: Adjust phase order.
...
* gnu/packages/django.scm (python-django-url-filter)[arguments]: Move
substitution to after the unpack phase, so that it does not end up in the egg
info.
2021-12-05 14:02:09 +01:00
Marius Bakke
458e972484
gnu: python-django-netfields: Propagate psycopg2.
...
* gnu/packages/django.scm (python-django-netfields)[propagated-inputs]: Add
PYTHON-PSYCOPG2.
2021-12-05 14:02:09 +01:00
Marius Bakke
63975ea51c
gnu: python-django-logging-json: Disable sanity check.
...
* gnu/packages/django.scm (python-django-logging-json)[arguments]: Add
#:phases.
2021-12-05 14:02:09 +01:00
Marius Bakke
19520996f0
gnu: python-django-appconf: Fix tests.
...
* gnu/packages/django.scm (python-django-appconf): Invoke django-admin with
custom pythonpath.
2021-12-05 14:02:09 +01:00
Marius Bakke
88e9e9e697
gnu: python-django-pipeline: Fix tests.
...
* gnu/packages/django.scm (python-django-pipeline): Provide pythonpath to
django-admin.
2021-12-05 14:02:09 +01:00
Marius Bakke
e73f565445
gnu: python-django-sortedm2m: Fix tests.
...
This is a follow-up to commit 283d5ac97f
.
* gnu/packages/django.scm (python-django-sortedm2m): Invoke django-admin with
pythonpath and test settings.
2021-12-05 14:02:08 +01:00
Marius Bakke
ddea9e32e7
gnu: python-django-contact-form: Update to 1.9.
...
* gnu/packages/django.scm (python-django-contact-form): Update to 1.9.
2021-12-05 14:02:08 +01:00
Marius Bakke
6b458747da
gnu: python-django-jinja: Update to 2.9.1.
...
* gnu/packages/django.scm (python-django-jinja): Update to 2.9.1.
2021-12-05 14:02:08 +01:00
Marius Bakke
de5a8b26f2
gnu: python-django-haystack: Disable sanity check.
...
* gnu/packages/django.scm (python-django-haystack)[arguments]: Delete one
phase. While at it, remove trailing #t's.
2021-12-05 14:02:08 +01:00
Marius Bakke
acbc01940b
gnu: python-fakeredis: Update to 1.7.0.
...
* gnu/packages/databases.scm (python-fakeredis): Update to 1.7.0.
2021-12-05 14:02:08 +01:00
Marius Bakke
0b6f4be0fa
gnu: Django packages propagate Django, after all.
...
This reverts commit d7922f488b
. Mainly to
placate the new 'sanity-check' phase, and because --with-input and friends
makes it easy to override.
* gnu/packages/django.scm (python-django-extensions,
python-django-simple-math-captcha, python-django-taggit,
python-easy-thumbnails, python-django-haystack, python-django-allauth,
python-django-debug-toolbar, python-django-debug-toolbar-alchemy,
python-django-assets, python-django-jinja, python-django-picklefield,
python-django-bulk-update, python-django-contact-form,
python-django-contrib-comments, python-django-pipeline, python-django-redis,
python-django-rq, python-django-q, python-django-sortedm2m,
python-django-appconf, python-django-statici18n, python-djangorestframework,
python-django-sekizai, python-django-crispy-forms,
python-django-override-storage, python-django-auth-ldap,
python-django-logging-json, python-django-netfields,
python-django-url-filter)[propagated-inputs]: Add PYTHON-DJANGO.
[native-inputs]: Remove it.
2021-12-05 14:02:08 +01:00
Sharlatan Hellseher
bf9a1dfd59
gnu: Add imppg
...
* gnu/packages/astronomy.scm: (imppg): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-12-05 12:35:55 +01:00
dissent
c663d037aa
gnu: Add pqiv.
...
* gnu/packages/image-viewers.scm (pqiv): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-12-05 12:27:02 +01:00
jgart
66a2d3830c
gnu: Add pudb.
...
* gnu/packages/python-xyz.scm (pudb): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-12-05 12:18:24 +01:00
Nicolas Goaziou
53afb3cf2a
gnu: leo: Use GIT-VERSION.
...
* gnu/packages/web-browsers.scm (leo)[source]: Use `git-version' instead of
crafting version string. Also fix indentation.
2021-12-05 12:08:16 +01:00
jgart
2149515808
gnu: Add leo.
...
* gnu/packages/web-browsers.scm (leo): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-12-05 11:03:14 +01:00
Efraim Flashner
e70e26423b
gnu: minimap2: Update to 2.23.
...
* gnu/packages/bioinformatics.scm (minimap2): Update to 2.23.
2021-12-05 11:51:10 +02:00
Artyom V. Poptsov
030d9b261f
gnu: Add guile-ini.
...
* gnu/packages/guile-xyz.scm (guile-ini): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-12-05 09:53:59 +01:00
Vivien Kraus
f8490817e7
gnu: evolution: Build with libsoup 2.
...
* gnu/packages/gnome.scm (evolution) [phase adjust-webkitgtk-version]: Remove
it.
[inputs]: Depend on webkitgtk-with-libsoup2 instead of webkitgtk.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-12-05 08:42:03 +01:00
Ricardo Wurmus
7e6ee16d49
gnu: tla2tools: Remove reference to %output.
...
* gnu/packages/java.scm (tla2tools)[arguments]: Bind OUTPUTS in build phase
'install to remove reference to %output.
2021-12-05 01:11:38 +01:00
Ricardo Wurmus
ad1dc0cad3
gnu: java-log4j-core: Remove reference to %outputs.
...
* gnu/packages/java.scm (java-log4j-core)[arguments]: Remove reference to
%outputs by using a gexp.
2021-12-05 01:04:29 +01:00
Ricardo Wurmus
87e7ed77da
gnu: java-log4j-api: Remove reference to %outputs.
...
* gnu/packages/java.scm (java-log4j-api)[arguments]: Remove reference to
%outputs by using a gexp.
2021-12-05 01:04:03 +01:00
Ricardo Wurmus
9485578570
gnu: java-native-access: Use older GCC.
...
* gnu/packages/java.scm (java-native-access)[native-inputs]: Add gcc-7 to fix
the build.
2021-12-05 01:03:31 +01:00
Ricardo Wurmus
48235c37db
gnu: java-commons-math3: Remove trailing #T.
...
* gnu/packages/java.scm (java-commons-math3)[arguments]: Remove trailing #T
from build phase.
2021-12-05 00:49:06 +01:00
Ricardo Wurmus
1e7bd5e679
gnu: salmon: Remove reference to %build-inputs.
...
* gnu/packages/bioinformatics.scm (salmon)[arguments]: Use a gexp to remove
reference to %build-inputs.
2021-12-05 00:49:06 +01:00
Ryan Desfosses
20d525a842
gnu: Add libphonenumber
...
* gnu/package/messaging.scm (libphonenumber): New variable
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2021-12-04 23:03:54 +01:00
Artyom V. Poptsov
ac872546fc
gnu: Add guile-smc
...
* gnu/packages/guile-xyz.scm (guile-smc): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-12-04 22:45:27 +01:00
Ludovic Courtès
3ee142ebd6
gnu: libhandy: Skip test that requires librsvg on non-x86_64.
...
* gnu/packages/gnome.scm (libhandy)[arguments]: Add
'skip-test-that-requires-svg' phase on non-x86_64.
2021-12-04 22:39:47 +01:00
Ludovic Courtès
73f78d556b
gnu: gtranslator: Update to 40.0.
...
* gnu/packages/gnome.scm (gtranslator): Update to 40.0.
[inputs]: Add LIBHANDY.
2021-12-04 22:39:46 +01:00
Ludovic Courtès
d4c4348d83
gnu: gtranslator: Fix compilation.
...
* gnu/packages/gnome.scm (gtranslator)[inputs]: Replace LIBSOUP with
LIBSOUP-MINIMAL-2.
[arguments]: Pass #:meson.
2021-12-04 22:39:46 +01:00
Ludovic Courtès
3f03f502ee
gnu: libgda: Do not use the bundled sqlite.
...
* gnu/packages/gnome.scm (libgda)[source]: Add snippet.
[arguments]: Pass "--enable-system-sqlite".
[inputs]: Add SQLITE.
2021-12-04 22:39:46 +01:00
Julien Lepiller
634b46a469
gnu: java-commons-math3: Remove references to %build-inputs.
...
* gnu/packages/java.scm (java-commons-math3)[arguments]: Use a gexp
to remove references to %build-inputs.
2021-12-04 22:07:26 +01:00
Julien Lepiller
ba5cb6456d
gnu: java-commons-collections4: Remove references to %build-inputs.
...
* gnu/packages/java.scm (java-commons-collections4)[arguments]: Use a gexp
to remove references to %build-inputs.
2021-12-04 22:07:17 +01:00
Julien Lepiller
035fec27fc
gnu: java-commons-exec-1.1: Remove references to %build-inputs.
...
* gnu/packages/java.scm (java-commons-exec-1.1)[arguments]: Use a gexp
to remove references to %build-inputs.
2021-12-04 22:07:11 +01:00
Julien Lepiller
5a4ad372ef
gnu: java-commons-exec: Remove references to %build-inputs.
...
* gnu/packages/java.scm (java-commons-exec)[arguments]: Use a gexp to
remove references to %build-inputs.
2021-12-04 22:06:49 +01:00
Julien Lepiller
2aee138485
gnu: maven-components-parent-pom-22: Remove references to %build-inputs.
...
* gnu/packages/maven-parent-pom.scm (maven-components-parent-pom-22)
[arguments]: Use a gexp to remove references to %build-inputs.
2021-12-04 22:06:41 +01:00
Julien Lepiller
d29f14aca2
gnu: java-sonatype-oss-parent-pom-9: Remove references to %build-inputs.
...
* gnu/packages/maven-parent-pom.scm (java-sonatype-oss-parent-pom-9)
[arguments]: Use a gexp to remove references to %build-inputs.
2021-12-04 22:06:23 +01:00
Ludovic Courtès
f044ffc1c4
gnu: ocaml4.07-ppx-let: Make 'properties' an alist.
...
The incorrect 'properties' value was introduced in
3649c56a5f
.
* gnu/packages/ocaml.scm (ocaml4.07-ppx-let)[properties]: Turn into an
alist.
2021-12-04 21:57:27 +01:00
Ricardo Wurmus
98d2abe523
gnu: sailfish: Remove references to %build-inputs.
...
* gnu/packages/bioinformatics.scm (sailfish)[arguments]: Use a gexp to remove
references to %build-inputs.
2021-12-04 19:54:28 +01:00
Ricardo Wurmus
39e2a84f52
gnu: sailfish: Simplify snippet.
...
* gnu/packages/bioinformatics.scm (sailfish)[source]: Remove trailing #T from
snippet.
2021-12-04 19:54:28 +01:00
Ricardo Wurmus
b0fd09f856
gnu: piranha: Remove references to %build-inputs.
...
* gnu/packages/bioinformatics.scm (piranha)[arguments]: Use gexp to remove
references to %build-inputs.
2021-12-04 19:54:28 +01:00
Ricardo Wurmus
01d2e2b334
gnu: piranha: Remove trailing #T.
...
* gnu/packages/bioinformatics.scm (piranha)[arguments]: Remove trailing #T
from build phases.
2021-12-04 19:54:28 +01:00
Ricardo Wurmus
502538c6e4
gnu: emboss: Remove reference to %build-inputs.
...
* gnu/packages/bioinformatics.scm (emboss)[arguments]: Use gexp to remove
reference to %build-inputs.
2021-12-04 19:54:28 +01:00
Ricardo Wurmus
2657bdc100
gnu: vcftools: Replace references to %outputs.
...
* gnu/packages/bioinformatics.scm (vcftools)[arguments]: Use gexp to remove
references to %outputs.
2021-12-04 19:54:28 +01:00
Ricardo Wurmus
eec1bdcd9e
gnu: seqan-1: Use gexp for builder.
...
* gnu/packages/bioinformatics.scm (seqan-1)[arguments]: Use a gexp to remove
references to %build-inputs and %outputs.
2021-12-04 19:54:28 +01:00
Ricardo Wurmus
2c1c75a56c
gnu: seqan-2: Use gexp for builder.
...
* gnu/packages/bioinformatics.scm (seqan-2)[arguments]: Use a gexp to remove
references to %build-inputs and %outputs.
2021-12-04 19:54:28 +01:00
Ricardo Wurmus
f41576c09f
gnu: sra-tools: Remove references to %build-inputs.
...
* gnu/packages/bioinformatics.scm (sra-tools)[arguments]: Use a gexp instead
of referencing %build-inputs.
2021-12-04 19:54:27 +01:00
Ricardo Wurmus
f33e490334
gnu: preseq: Remove references to %outputs and %build-inputs.
...
* gnu/packages/bioinformatics.scm (preseq)[arguments]: Replace references to
%outputs and %build-inputs by using a gexp.
2021-12-04 19:54:27 +01:00
Ricardo Wurmus
8a446f5e41
gnu: preseq: Simplify snippet.
...
* gnu/packages/bioinformatics.scm (preseq)[source]: Simplify snippet.
2021-12-04 19:54:27 +01:00
zimoun
bd746917a2
gnu: julia-forwarddiff: Disable tests on i686-linux.
...
* gnu/packages/julia-xyz.scm (julia-forwarddiff)[arguments]<#:tests?>:
Conditionally disable tests.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-12-04 19:50:33 +02:00
zimoun
82586916be
gnu: julia-geometrybasics: Fix tests on i686-linux.
...
* gnu/packages/julia-xyz (julia-geometrybasics)[arguments]<#:phases>:
Conditionally replace the incorrect type in test suite.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-12-04 19:50:33 +02:00
zimoun
eb4f1fcf74
gnu: julia-structarrays: Fix tests on i686-linux.
...
* gnu/packages/julia-xyz.scm (julia-structarrays)[arguments]<#:phases>:
Conditionally replace the incorrect type in the test suite.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-12-04 19:50:32 +02:00