website: package-channel: Clarify use of 'local-file' in Level 2.

* website/posts/package-channel.md: Use (local-file "../.." ...) in
Level 2.
This commit is contained in:
Ludovic Courtès 2023-07-13 10:02:15 +02:00
parent 84a2206ac6
commit 47337885c2
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 3 additions and 0 deletions

View File

@ -256,6 +256,9 @@ havent changed):
(package
(name "guile")
(version "3.0.99-git") ;funky version number
(source (local-file "../.." "guile-checkout"
#:recursive? #t
#:select? vcs-file?))
…))
;; Return the package object define above at the end of the module.