civodul pushed a change to branch master in repository guix. from 3297dee gnu: Remove python2-pyqt-4. new 7adf9b8 derivations: Move grafts to (guix grafts). new b0fef4d grafts: 'name' parameter of 'graft-derivation' is now optional. new 8b16a5e gnu: pkg-config: Add non-HTTPS alternate URL.
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: Makefile.am | 2 + gnu/packages/pkg-config.scm | 14 ++++- guix/derivations.scm | 98 -------------------------------- guix/gexp.scm | 3 +- guix/grafts.scm | 129 +++++++++++++++++++++++++++++++++++++++++++ guix/packages.scm | 7 +- guix/scripts/build.scm | 1 + tests/derivations.scm | 34 ----------- tests/grafts.scm | 81 +++++++++++++++++++++++++++ tests/packages.scm | 5 +- 10 files changed, 233 insertions(+), 141 deletions(-) create mode 100644 guix/grafts.scm create mode 100644 tests/grafts.scm