[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#26645: [PATCH 1/9] guix: Add "potluck" packages.
From: |
Ludovic Courtès |
Subject: |
bug#26645: [PATCH 1/9] guix: Add "potluck" packages. |
Date: |
Wed, 03 May 2017 23:55:19 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) |
address@hidden (Ludovic Courtès) skribis:
> What about adding a ‘lookup-build-system’ procedure in (guix
> build-systems) directly that would reuse the logic from ‘fold-packages’
> and co.? That would avoid repetition.
>
> I can move the relevant bits to (guix plugins) or (guix discovery),
> which should help, WDYT?
I did that in commit cd903ef7871170d3c4eced45418459d293ef48a7, and it
turns out to be useful in another situation already.
HTH!
Ludo’.