aboutsummaryrefslogtreecommitdiff
path: root/nix/libutil
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2016-12-31 16:42:05 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2016-12-31 16:51:55 +0100
commit234ade2d7b8f073c61edab5f596b617a1d3f7097 (patch)
treeecfc4d1d095a8b4417ed91e10b26e1b4951cd7ae /nix/libutil
parentab0c342924407ec93c52ee13a85c6b72e870af19 (diff)
downloadguix-234ade2d7b8f073c61edab5f596b617a1d3f7097.tar.gz
guix-234ade2d7b8f073c61edab5f596b617a1d3f7097.zip
gnu: python-ply: Update to 3.9.
* gnu/packages/python.scm (python-ply): Update to 3.9. [source]: Use pypi-uri.
Diffstat (limited to 'nix/libutil')
0 files changed, 0 insertions, 0 deletions
)....Fixes a regression introduced in 7208995426714c9fc3ad59cadc3cc0f52df0f018 whereby (gnu system file-systems) would pull in (gnu packages …) module, which in turn breaks when importing things like (gnu build shepherd). * gnu/system/file-systems.scm (file-system-type-predicate): Export. (file-system-packages): Move to... * gnu/system/linux-initrd.scm (file-system-packages): ... here. Add docstring. * gnu/services/base.scm: Use it. * tests/file-systems.scm ("does not pull (gnu packages …)"): New test. Ludovic Courtès 2017-02-04file-systems: Remove dependency on (guix store)....(gnu system file-systems) is used on the "build" side since commit 5970e8e248f6327c41c83b86bb2c89be7c3b1b4e. * gnu/system/file-systems.scm: Remove dependency on (guix store). (%store-prefix): New procedure. * tests/file-systems.scm ("does not pull (guix config)"): New test. Ludovic Courtès 2017-01-16file-systems: 'file-system-needed-for-boot?' is #t for parents of the store....Suggested by John Darrington <john@darrington.wattle.id.au>. * gnu/system/file-systems.scm (%not-slash): New variable. (file-prefix?): New procedure. (file-system-needed-for-boot?): Use it to check whether FS holds the store. * tests/file-systems.scm ("file-system-needed-for-boot?"): New test. * gnu/tests/install.scm (%separate-store-os)[file-systems]: Remove 'needed-for-boot?' field for "/gnu". Ludovic Courtès