gnu: singularity: Do not use the "errors=remount-ro" squashfs option.

This mount option stopped being supported with Linux-libre 5.4.5:

  http://ci.guix.gnu.org/build/2056359/details

* gnu/packages/linux.scm (singularity)[source]: Remove
"errors=remount-ro" mount option from source code.
This commit is contained in:
Ludovic Courtès 2020-03-12 16:38:44 +01:00 committed by Ludovic Courtès
parent 22464cf32a
commit e0dbed64c5
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -3482,6 +3482,12 @@ (define-public singularity
_ program)
(string-append "/run/setuid-programs/singularity-"
program "-helper")))
;; These squashfs mount options are apparently no longer
;; supported since Linux-libre 5.4.5.
(substitute* "src/lib/image/squashfs/mount.c"
(("\"errors=remount-ro\"")
"NULL"))
#t))))
(build-system gnu-build-system)
(arguments