1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-29 19:30:36 +02:00

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'.
This commit is contained in:
Ludovic Courtès 2023-01-26 22:33:54 +01:00
parent c617f4e04f
commit a211c8aaff
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5
5 changed files with 160 additions and 145 deletions

5
.guix-channel Normal file
View file

@ -0,0 +1,5 @@
;; This file lets us present this repo as a Guix channel.
(channel
(version 0)
(directory "build-aux/guix"))