aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/rdf.scm
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2020-11-05 23:08:39 -0500
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2020-11-06 15:44:56 -0500
commitca080b3efb726a4d63838f1eeaf2036a6c2d8dad (patch)
treefc40e268190b144677281db3defd2699ddbcabce /gnu/packages/rdf.scm
parent4b0e0578a728dab6ea0c663d0e7a033970c81181 (diff)
downloadguix-ca080b3efb726a4d63838f1eeaf2036a6c2d8dad.tar.gz
guix-ca080b3efb726a4d63838f1eeaf2036a6c2d8dad.zip
build-system/meson: Do not apply strip-runpath to the "debug" output.
Because the debug files are read-only, the strip-runpath procedure would throw an exception when attempting to open them. * guix/build/meson-build-system.scm (shrink-runpath): Remove "debug" from the list of outputs to be processed.
Diffstat (limited to 'gnu/packages/rdf.scm')
0 files changed, 0 insertions, 0 deletions
>services: dict: Deprecate 'dicod-service' procedure....* doc/guix.texi (Miscellaneous Services): Remove 'dicod-service' mention. * gnu/services/dict.scm (dicod-service): Deprecate procedure. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Bruno Victal