summaryrefslogtreecommitdiff
path: root/build-aux/manifest.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2023-01-26 22:33:54 +0100
committerLudovic Courtès <ludo@gnu.org>2023-02-06 16:51:02 +0100
commita211c8aaffcb583df3072aed88c8b6a982a8698e (patch)
tree730e3878e9e0bd9cb4e49f963290b377c571ce81 /build-aux/manifest.scm
parentc617f4e04fe05514c08cd483b5e6c56a5eaea55a (diff)
downloadguile-a211c8aaffcb583df3072aed88c8b6a982a8698e.tar.gz
maint: Masquerade as a Guix channel.
By pretending to be a Guix channel, this repository can be consumed seamlessly by tools such as Cuirass. * .guix-channel: New file. * guix.scm: Turn into a symlink to... * build-aux/guix/guile-package.scm: ... this. New file. * Makefile.am (EXTRA_DIST): Add them, except '.guix-channel'.
Diffstat (limited to 'build-aux/manifest.scm')
-rw-r--r--build-aux/manifest.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/manifest.scm b/build-aux/manifest.scm
index 6fbe99752..5699f80f4 100644
--- a/build-aux/manifest.scm
+++ b/build-aux/manifest.scm
@@ -33,7 +33,7 @@ TARGET."
(name (string-append (package-name package) "." system
(if target
(string-append "." target)
- "'")))
+ "")))
(item (with-parameters ((%current-system system)
(%current-target-system target))
package))))