import: Add package->code.
authorRicardo Wurmus <rekado@elephly.net>
Sun, 27 Aug 2017 15:21:39 +0000 (17:21 +0200)
committerRicardo Wurmus <rekado@elephly.net>
Thu, 28 Sep 2017 11:10:10 +0000 (13:10 +0200)
commit68a91a183b29c62232fb048bb27e10b6ff2e39dd
treecea51c097a48806f16259449e4b5079033f2e121
parent523ecbbbedfed6bd902309286e00a6f04b1ff195
import: Add package->code.

* guix/import/print.scm: New file.
* tests/print.scm: New file.
* Makefile.am (SCM_TESTS): Add new test file.
(MODULES): Add print.scm.
Makefile.am
guix/import/print.scm [new file with mode: 0644]
tests/print.scm [new file with mode: 0644]