aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/ebook.scm
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2020-10-18 09:31:15 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2020-10-18 11:58:03 -0400
commit9e3a5ee417ea7fe9721be8804ff047e80c4f22ed (patch)
tree704b0ebc8fd2a883e1868e72f9aa4cee93822fd7 /gnu/packages/ebook.scm
parentd238188969b2ee827d966e79901a6b1fa364cd56 (diff)
downloadguix-9e3a5ee417ea7fe9721be8804ff047e80c4f22ed.tar.gz
guix-9e3a5ee417ea7fe9721be8804ff047e80c4f22ed.zip
gnu: python-babel: Reinstate previously failing tests.
* gnu/packages/python-xyz.scm (python-babel)[arguments]: Remove field. [home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages/ebook.scm')
0 files changed, 0 insertions, 0 deletions
56640b8ff490d5bfa673'>guix package: Honor the order of profiles when -p appears multiple times....* guix/scripts/package.scm (process-query): Reverse the order of PROFILES. * tests/guix-package-net.sh: Test it with '--search-paths'. Ludovic Courtès 2015-11-11guix package: '--search-paths' can report combined search paths....Partly fixes <http://bugs.gnu.org/20255>. * guix/scripts/package.scm (search-path-environment-variables): Change 'profile' to 'profiles'; expect it to be a list. (display-search-paths): Likewise. (%default-options): Remove 'profile' entry. (%options) <--profile>: Keep previous values associated with 'profile' in RESULT. (guix-package)[process-actions, process-query]: Handle the possible lack of 'profile' pair in OPTS. Ludovic Courtès