bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#35588: [PATCH] ui: Search matches additional package outputs.


From: swedebugia
Subject: bug#35588: [PATCH] ui: Search matches additional package outputs.
Date: Wed, 8 May 2019 00:24:39 +0200

On 2019-05-07 02:57, Chris Marusich wrote:
+    ;; Match against uncommon outputs.
+    (,(lambda (package)
+        (filter (lambda (output)
+                  (not (member output
+                               ;; Some common outpus shared by many packages.
+                               '("out" "debug" "doc" "static"))))

I suggest we add "gui" and "lib" to this list.

--
Cheers
Swedebugia





reply via email to

[Prev in Thread] Current Thread [Next in Thread]