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