Fails to build, no users in Guix. The project never pass through alpha
stage.
Notes from upstream:
rawkit is still alpha quality software. Until it hits 1.0, it may
undergo substantial changes, including breaking API changes.
This repository was archived by the owner on Oct 4, 2020. It is now
read-only.
* gnu/packages/python-xyz.scm (python-rawkit): Delete variable.
Fixes: guix/guix#3265
Change-Id: I57950ba736e0b5de1e7a1bdf8cac65ec570cdb00
Fails to build, no longer required.
Note from upstream:
This repository was archived by the owner on Jun 10, 2020. It is now
read-only.
* gnu/packages/python-xyz.scm (python-d2to1): Delete variable.
Fixes: guix/guix#3251
Change-Id: I3c37e8f289026e1e8e5147a666f717c8310b5b9e
Fails to build, no users in Guix.
Note from upstream:
Paste is in maintenance mode and recently moved from bitbucket to
github. Patches are accepted to keep it on life support, but for the
most part, please consider using other options.
Fixes: guix/guix#3229
* gnu/packages/python-web.scm (python-paste): Delete variable.
Change-Id: If4ee8da2a0c49f40676e32a934a6cfff81f3522d
It fails to build, no users in Guix.
Note from upstream:
Paste Script is being maintained on life support. That means that
critical bugs will be fixed, and support for new versions of Python
will be handled, but other than that new features are not being
considered.
* gnu/packages/python-web.scm (python-pastescript): Delete variable.
Change-Id: I399dcebd3a4329ed80d0eb0d3a2df01266272701
This package was required only to build frescobaldi which no longer
needs it, there are no other users in Guix, and it fails to build, see
<https://codeberg.org/guix/guix/pulls/3191>.
* gnu/packages/music.scm (python-pyportmidi): Delete variable.
Fixes: guix/guix#3202
Change-Id: I2cfff4416dfa0206d8b91b2d6682a2e2dba8ee48
* gnu/packages/cran.scm (r-rffc)[arguments]: Replace Calloc and Free by
R_Calloc and R_Free.
Change-Id: I5102fff078f8ca2440dae250b9d439e5440fe394
Signed-off-by: Simon Tournier <zimon.toutoune@gmail.com>
Package was removed from the CRAN repository and it depends on `'is.R()`
removed by R@4.5.0.
* gnu/packages/cran.scm (r-assertive-reflection): Delete variable.
Change-Id: I373b23e0a450c096799199d719d23dea11f5f9f3
Package was removed from the CRAN repository and its dependency
'r-assertive-reflection' relies on the R procedure 'is.R()' which had been
removed in R@4.5.0.
* gnu/packages/cran.scm (r-assertive): Delete variable.
Change-Id: I1a8126594162b0c0f4ef03a9177fb5b74c4754be
* gnu/packages/cran.scm (r-rbamtools)[arguments]: Replace C-level procedures
Calloc and Free by R_Calloc and R_Free.
Change-Id: I8611f800ad291c764fa295da7b00083d2bb40e95
Some tests in grep are marked as XFAIL.
Setting XFAIL_TESTS will cause these to fail.
Fixesguix/guix#4083.
* gnu/packages/base.scm (grep)[arguments]: Move skipping of test-year2038 on
32bit hurd from make-flags to a phase.
Change-Id: I4e42fe64f7ff8213bf43147c9e444891d3bedb91
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu/packages/patches/chez-irregex-import-cond-expand.patch: New file.
* gnu/local.mk (dist_patch_DATA): New entry for
chez-irregex-import-cond-expand.patch.
* gnu/packages/chez.scm (chez-irregex): Update to 0.9.11.
[source]: Switch to the original upstream and apply the patch.
[arguments]<#:test-target><#:tests?>: Disable test since it's not available in
Chez.
<#:phases>:
In phase 'configure', setup CHEZSCHEMELIBDIRS environment variable.
In phase 'build', run 'make chez-build'.
In phase 'install', run 'make chez-install'.
[home-page]: Switch to the original homepage.
Change-Id: I1da16657cc41d278803c20ef7d674a8fdc928c00
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This allows remounting file systems which are already mounted by
the initrd with custom mount options (e.g. /proc with hidepid=2).
* gnu/build/file-systems.scm (mount-flags->bit-mask): Map 'remount
to MS_REMOUNT.
* gnu/system/file-systems.scm (invalid-file-system-flags): Add
'remount to the list of KNOWN-FLAGS.
* doc/guix.texi (File Systems): Document it.
Fixes: guix/guix#3849
Change-Id: I0ab116a5b4f7bd201e955ecf022e260c63828dc4
Signed-off-by: Ludovic Courtès <ludo@gnu.org>