[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#72452] [PATCH] add guile-swayer package
From: |
Nicolas Graves |
Subject: |
[bug#72452] [PATCH] add guile-swayer package |
Date: |
Mon, 09 Sep 2024 06:46:40 +0200 |
Some other nitpicks:
1) (commit field should rather refer to version such as
(commit (string-append "v" version))
This makes it easier to update.
2) guix lint complains about
guile-swayer@0.2.0: the source file name should contain the package name
You're missing
(file-name (git-file-name name version))
in the origin. This makes it easier to find things in the store.
--
Best regards,
Nicolas Graves