aboutsummaryrefslogtreecommitdiff
path: root/nix/libutil
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2016-05-05 16:29:20 -0400
committerLeo Famulari <leo@famulari.name>2016-05-05 16:30:10 -0400
commit478e75b53bdf754cdf911226d37e517387f73c09 (patch)
tree812d99a11300bf20472cb1be954c4b9db00c6ca5 /nix/libutil
parentd46123aade7bc5226004eb46ee1084dc84f2b30a (diff)
downloadguix-478e75b53bdf754cdf911226d37e517387f73c09.tar.gz
guix-478e75b53bdf754cdf911226d37e517387f73c09.zip
gnu: wrap-python3: Create more symlinks.
Suggested by Hartmut Goebel <h.goebel@crazy-compilers.com>. * gnu/packages/python.scm (wrap-python3): Add symlinks for 'pip' and 'python-config'.
Diffstat (limited to 'nix/libutil')
0 files changed, 0 insertions, 0 deletions
procedure, using the new BTRFS-SUBVOLUME-FILE-NAME argument. * doc/guix.texi (File Systems): Add a Btrfs subsection to document the use of subvolumes. * gnu/tests/install.scm (%btrfs-root-on-subvolume-os) (%btrfs-root-on-subvolume-os-source) (%btrfs-root-on-subvolume-installation-script) (%test-btrfs-root-on-subvolume-os): New variables. Maxim Cournoyer 2020-05-20file-systems: Add helpers for parsing the options string into an alist....* gnu/system/file-systems.scm (file-system-options->alist) (alist->file-system-options): New procedures. * tests/file-systems.scm: New tests. * doc/guix.texi (File Systems): Add note about the newly added procedures. Maxim Cournoyer