diff options
author | Christopher Baines <mail@cbaines.net> | 2016-09-05 07:17:25 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2016-09-05 07:23:37 +0100 |
commit | ea9a3097e49089f1aed8404a73db80ed38f5276f (patch) | |
tree | 0e7f0d2d6bec269c3eee00e670932cb413ba6b6d /README | |
parent | 86de22b526313a68e5c8bb8a361d5904c30d8b51 (diff) | |
download | guix-pypi-utils-ea9a3097e49089f1aed8404a73db80ed38f5276f.tar guix-pypi-utils-ea9a3097e49089f1aed8404a73db80ed38f5276f.tar.gz |
Add information about packaging and libsolv
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -25,6 +25,13 @@ software project. ### Guix package generation +The [packaging][3] library is used to handle requirements (what Guix would +consider an input). The dependency of every package in the build graph is +decided by the [libsolv][4] dependency solver. + +[3]: https://github.com/pypa/packaging +[4]: https://github.com/openSUSE/libsolv + A Guix package is a function of the following: - A sdist store |