Skip to content

Commit

Permalink
epkg-provided-by: Cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Jul 30, 2023
1 parent 5acd454 commit dfb6685
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lisp/epkg.el
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,8 @@ features listed in FEATURES.")
(let ((packages (mapcar #'car
(epkg-sql [:select package :from provided
:where (= feature $s1)
:order-by [(asc package)]] feature))))
:order-by [(asc package)]]
feature))))
(if (length= packages 1)
(car packages)
(let ((alist (mapcar (##cons % (epkg %)) packages)))
Expand Down

0 comments on commit dfb6685

Please sign in to comment.