diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2021-04-21 21:34:02 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-21 21:34:02 -0500 |
commit | 682bf23741c67cd7acf417f6758c75a24a4b3462 (patch) | |
tree | abcad3f1b12a145823ad06820671720e520a0ad0 | |
parent | 5a51ae34d891b313e18bd55b464a60738d7fdd50 (diff) | |
download | slackbuilds-682bf23741c67cd7acf417f6758c75a24a4b3462.tar.gz |
system/guix: Kill guile-json dep reference
-rw-r--r-- | system/guix/README | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/system/guix/README b/system/guix/README index ee6406b70d..7387ae3d92 100644 --- a/system/guix/README +++ b/system/guix/README @@ -47,7 +47,3 @@ Guix can either be built with the nix-daemon instead of the default guix-daemon or along side nix sharing the same store, both require nix as an optional dependency. To build with the nix-daemon use NIX="yes" and to share the store with nix use SHARE="yes". - -guile-json is an optional dependency and will allow you to use the 'guix -import pypi' command. It is of interest primarily for developers and -not for casual users. |