Compare commits

...

2 commits

Author SHA1 Message Date
34ee8bb87b WIP
Some checks failed
/ test (push) Failing after 8s
2025-06-24 13:10:55 +02:00
7d31d5163d Add guile-documenta as a native input 2025-06-24 13:10:17 +02:00
2 changed files with 15 additions and 1 deletions

View file

@ -0,0 +1,13 @@
on:
push:
branches:
- actions-test
jobs:
test:
runs-on: host
steps:
- run: git clone --depth=1 https://$FORGEJO_TOKEN@forge.cbaines.net/cbaines/guile-knots.git knots-trunk
- run: git clone --depth=1 https://$FORGEJO_TOKEN@forge.cbaines.net/cbaines/guile-knots.git --branch=pages knots-pages
- run: |
cd knots-trunk
guix shell -D -f guix-dev.scm -- documenta api knots

View file

@ -43,7 +43,8 @@
(native-inputs (native-inputs
(list autoconf (list autoconf
automake automake
pkg-config)) pkg-config
guile-documenta))
(synopsis "TODO") (synopsis "TODO")
(description "TODO") (description "TODO")
(home-page "TODO") (home-page "TODO")