Index: dee-1.2.7+17.10.20170616/vapi/Dee-1.0.metadata =================================================================== --- dee-1.2.7+17.10.20170616.orig/vapi/Dee-1.0.metadata +++ dee-1.2.7+17.10.20170616/vapi/Dee-1.0.metadata @@ -2,7 +2,9 @@ GListResultSet skip GListResultSetClass skip FilterModel - .filter unowned + .filter skip // unsupported type for construct property +Index + .reader skip // unsupported type for construct property Model .append skip=false .build_named_row skip logo'/> index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/etc/time-travel-manifest.scm
AgeCommit message (Expand)Author
2022-08-17time-travel-manifest: Use a separate cache per system....* etc/time-travel-manifest.scm (<guix-instance-compiler>): Use a separate cache per system so that parallel system evaluations do no step on each other's toes. Mathieu Othacehe
2022-07-10time-travel-manifest: Use a separate Git checkout cache....* etc/time-travel-manifest.scm (guix-instance-compiler): Parameterize %REPOSITORY-CACHE-DIRECTORY. Ludovic Courtès
2022-07-08etc: Add 'time-travel-manifest.scm'....This manifest makes it easy to test travels from the current revision back to the revision of a past Guix release. Suggested by zimoun <zimon.toutoune@gmail.com>. * etc/time-travel-manifest.scm: New file. * Makefile.am (EXTRA_DIST): Add it. Ludovic Courtès