mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
teams: hare: Fix typo in hare manifest.
* etc/teams/hare/hare-manifest.scm: Fix typo in hare manifest. Change-Id: Ie9512e7d6d724634c6163acfce7db5a2208f9ace
This commit is contained in:
parent
1fe9ef4cfc
commit
ce66fb23c3
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@
|
|||
(map package->manifest-entry
|
||||
(fold-packages
|
||||
(lambda (package lst)
|
||||
(if (or (eq? 'zig (build-system-name (package-build-system package)))
|
||||
(if (or (eq? 'hare (build-system-name (package-build-system package)))
|
||||
(string=? "hare" (package-name package)))
|
||||
(cons package lst)
|
||||
lst))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue