1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-27 19:41:50 +02: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:
jgart
2025-12-08 15:02:41 -06:00
parent 1fe9ef4cfc
commit ce66fb23c3
+1 -1
View File
@@ -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))