packages: Define 'this-package' and 'this-origin'.
authorLudovic Courtès <ludo@gnu.org>
Fri, 29 Mar 2019 21:49:00 +0000 (22:49 +0100)
committerLudovic Courtès <ludo@gnu.org>
Sat, 30 Mar 2019 10:08:39 +0000 (11:08 +0100)
commitadb6462c4ce51fcdc94d3608ad6efb4adf716018
treec5306452e40c282bb5c27909dbc6b5a515d54ffc
parentd2be7e3c4ba8d6d0dde9b4c0bff623ab85637424
packages: Define 'this-package' and 'this-origin'.

* guix/packages.scm (<origin>): Choose 'this-origin' as the 'this'
identifier.
(<package>): Choose 'this-package'.
* gnu/packages/gnucash.scm (gnucash)[arguments]: Use 'this-package'
instead of 'this-record'.
* gnu/packages/version-control.scm (git)[arguments]: Likewise.
gnu/packages/gnucash.scm
gnu/packages/version-control.scm
guix/packages.scm