Track the source location of packages.
authorLudovic Courtès <ludo@gnu.org>
Thu, 28 Jun 2012 21:15:24 +0000 (23:15 +0200)
committerLudovic Courtès <ludo@gnu.org>
Thu, 28 Jun 2012 21:15:24 +0000 (23:15 +0200)
commit35f3c5f5ad0be31c7b8930c9cb6bcc8ac252829e
treeb8c6762733cf84f6deab98593dd625e46636f9a7
parentdba6b34bdd21c4c03895f6eddf461a440ee3b13a
Track the source location of packages.

* guix/packages.scm (<location>): New record type.
  (location, source-properties->location): New procedures.
  (<package>)[location]: New field.

* tests/packages.scm ("GNU Hello"): Test `package-location'.
guix/packages.scm
tests/packages.scm