diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2016-05-26 20:35:15 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-05-27 07:23:29 +0700 |
commit | 1dbe63727856c6cd7d87e474680b130f9437a08d (patch) | |
tree | 31fa60403150076e0f2b2f6c4a77ff1ffa5acade /system/guix | |
parent | 261ac360db8dbe79e67aa801988055e7a76069c4 (diff) | |
download | slackbuilds-1dbe63727856c6cd7d87e474680b130f9437a08d.tar.gz |
system/guix: Fix invalid chars in desc.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system/guix')
-rw-r--r-- | system/guix/README | 2 | ||||
-rw-r--r-- | system/guix/slack-desc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/system/guix/README b/system/guix/README index 4613a6ec6d..5cd0bae740 100644 --- a/system/guix/README +++ b/system/guix/README @@ -2,7 +2,7 @@ GNU Guix provides state-of-the-art package management features such as transacti upgrades and roll-backs, reproducible build environments, unprivileged package management, and per-user profiles. It uses low-level mechanisms from the Nix package manager, but packages are defined as native Guile modules, using extensions to the -Scheme language—which makes it nicely hackable. +Scheme language - which makes it nicely hackable. Guix may be run in single or multi-user mode (which requires the guix-daemon). To have the guix daemon start and stop with your host, add to /etc/rc.d/rc.local: diff --git a/system/guix/slack-desc b/system/guix/slack-desc index 857fcb0e2a..300b41f6bf 100644 --- a/system/guix/slack-desc +++ b/system/guix/slack-desc @@ -13,7 +13,7 @@ guix: as transactional upgrades and roll-backs, reproducible build guix: environments, unprivileged package management, and per-user profiles. guix: It uses low-level mechanisms from the Nix package manager, but guix: packages are defined as native Guile modules, using extensions to the -guix: Scheme language—which makes it nicely hackable. +guix: Scheme language - which makes it nicely hackable. guix: guix: Homepage: https://www.gnu.org/software/guix/ guix: |