Start at least looking for package replacements, and storing the details (particularly the derivation). I'm looking at doing this so that build servers using the Guix Data Service can build these derivations.
7 lines
106 B
PL/PgSQL
7 lines
106 B
PL/PgSQL
-- Verify guix-data-service:packages_replacement on pg
|
|
|
|
BEGIN;
|
|
|
|
-- XXX Add verifications here.
|
|
|
|
ROLLBACK;
|