| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
|
|
| |
This works around the fact that Rust is currently unavailable in Guix on
platforms other than x86_64-linux:
https://lists.gnu.org/archive/html/guix-devel/2021-11/msg00197.html
* gnu/services/desktop.scm (desktop-services-for-system): New
procedure.
(%desktop-services): Turn into a macro.
|
|
|
|
|
|
|
| |
This allows us to make services dependent on (%current-system), for
example.
* gnu/system.scm (<operating-system>)[services]: Mark as thunked.
|
|
|
|
|
| |
* gnu/packages/idutils.scm (idutils)[source]: Remove reference to 'gets'
from "lib/stdio.in.h".
|
|
|
|
|
| |
* gnu/packages/bittorrent.scm (libtorrent-rasterbar)[arguments]: Remove
cmake flag.
|
|
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (tadbit): Update to 1.0.1-1.5c4c1dd.
[arguments]: Remove trailing #T from build phases; pass -fcommon to test
binaries; run tests conditionally.
|
|
|
|
|
| |
* gnu/packages/sphinx.scm (python2-sphinx)[arguments]: Remove websupport test
file.
|
|
|
|
|
|
|
|
| |
* gnu/packages/sphinx.scm (python2-sphinxcontrib-websupport): Downgrade to
1.1.2.
[arguments]: Override; delete 'sanity-check phase.
[propagated-inputs]: Override and add python2-six.
(python-sphinxcontrib-websupport)[properties]: Record python2-variant.
|
|
|
|
|
|
| |
* gnu/packages/python-xyz.scm (python2-jinja2): Downgrade to the last version
supporting Python 2.
(python-jinja2)[properties]: Record python2-variant.
|
|
|
|
|
| |
* gnu/packages/python-xyz.scm (python2-markupsafe): Downgrade to 1.1.1,
because that's the last version to support Python 2.
|
|
|
|
| |
* gnu/packages/machine-learning.scm (ocaml-mcl)[arguments]: Add -fcommon.
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (paml)[arguments]: Set CFLAGS.
|
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (paml)[arguments]: Remove trailing #T from
build phases.
|
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (sambamba)[arguments]: Remove trailing #T
from build phases.
|
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (discrover)[native-inputs]: Add
texlive-fonts-ec.
|
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (discrover)[arguments]: Remove trailing #T
from build phases.
|
|
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (tbsp): Update to 1.0.0-2.dc30c03.
[arguments]: Relax requirement on matplot. This may turn out to be a mistake.
[inputs]: Replace python-biopython with python-biopython-1.73.
|
|
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (mantis): Update to 0.1-2.b6979a2.
[arguments]: Disable the use of SSE4.2 instructions.
[native-inputs]: Build with GCC 7.
|
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (imp)[arguments]: Disable unreliable test
suite.
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (snap-aligner): Update to 2.0.0.
|
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (snap-aligner)[arguments]: Remove trailing #T
from 'install phase.
|
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (snap-aligner)[arguments]: Respect TESTS?
option.
|
|
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (khmer)[source]: Remove generated files.
[arguments]: Add phase 'do-use-cython to patch the setup.py to generate cpp
files from Cython sources; add 'build-extensions phase; replace 'check phase.
|
|
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (cwltool): Update to 3.1.20211107152837.
[arguments]: Adjust phase 'loosen-version-restrictions; remove trailing #T
from build phases; fix /bin/sh invocations in test files.
|
|
|
|
|
| |
* gnu/packages/gnome.scm (lollypop)[inputs]: Change from LIBSOUP to
LIBSOUP-MINIMAL-2.
|
|
|
|
|
| |
* gnu/packages/gnome.scm (rhythmbox)[inputs]: Change from PYTHON2-PYGOBJECT to
PYTHON-PYGOBJECT. Add LIBSOUP-MINIMAL-2.
|
|
|
|
|
| |
* gnu/packages/image-processing.scm (labelme)[arguments]: Patch setup.py so it
does not require a specific version of Matplotlib.
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (newick-utils)[arguments]: Set CFLAGS.
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (blasr): Update to 5.3.5.
|
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (blasr)[arguments]: Remove trailing #T from
build phase.
|
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (blasr-libcpp): Update to 5.3.5.
[inputs]: Add htslib.
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (htseq): Update to 0.12.3.
|
|
|
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (clipper): Update to 2.0.1.
[source]: Add snippet to remove pre-compiled files.
[arguments]: Disable tests, delete 'sanity-check phase, and add
'use-python3-for-cython phase.
|
|
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (pbbam): Update to 1.7.0.
[arguments]: Remove phase 'find-googletest; add phase 'patch-tests.
[propagated-inputs]: Add pbcopper.
|
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (bwa-pssm)[arguments]: Add phase
'patch-C-error.
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (pbcopper): New variable.
|
|
|
|
|
| |
* gnu/packages/python-web.scm (python-ndg-httpsclient)[propagated-inputs]: Add
python-pyasn1.
|
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (fsom)[native-inputs]: Add gcc-6.
[arguments]: Remove trailing #T.
|
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (python-velocyto)[source]: Remove all
generated .c files.
|
|
|
|
|
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (python-schema-salad): Update to
8.2.20211116214159.
[arguments]: Remove trailing #T.
[propagated-inputs]: Replace python-cachecontrol-0.11 with
python-cachecontrol.
[native-inputs]: Add python-black.
|
|
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (taxtastic): Update to 0.9.2.
[arguments]: Delete 'sanity-check and 'python37-compatibility phases; adjust
'prepare-directory phase.
|
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (taxtastic)[arguments]: Respect TESTS?
option.
|
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (python-dendropy): Update to 4.5.1.
[arguments]: Skip failing tests.
|
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (python-cooler)[propagated-inputs]: Replace
python-cytoolz with python-cytoolz-for-cooler.
|
|
|
|
| |
* gnu/packages/python-xyz.scm (python-cytoolz-for-cooler): New variable.
|
|
|
|
| |
* gnu/packages/python-xyz.scm (python-sparse): Update to 0.13.0.
|
|
|
|
|
|
| |
* gnu/packages/python-xyz.scm (python-dask): Update to 2021.11.2.
[source]: Fetch from github.
[arguments]: Remove phase 'disable-broken-tests.
|
|
|
|
| |
* gnu/packages/python-xyz.scm (python-dask)[arguments]: Respect TESTS? option.
|
|
|
|
|
| |
* gnu/packages/python-xyz.scm (python-dask)[native-inputs]: Add
python-pytest-rerunfailures.
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (phylip): Update to 3.697.
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (phylip)[arguments]: Set CFLAGS.
|