From: Ludovic Courtès Date: Sun, 18 Nov 2012 14:25:01 +0000 (+0100) Subject: doc: Add a "Related software" section to `README'. X-Git-Url: https://git.hcoop.net/jackhill/guix/guix.git/commitdiff_plain/d38487e9ca0578d64ef4ec75bdc7b6f80643555a doc: Add a "Related software" section to `README'. * README (Related software): New section. --- diff --git a/README b/README index 7e6c3dd719..3c201e88bb 100644 --- a/README +++ b/README @@ -56,3 +56,16 @@ The repository is at . Please email or , or join #guile or #nixos on irc.freenode.net or `civodul'. + +* Related software + + - [[http://nixos.org][Nix, Nixpkgs, and NixOS]], functional package manager and associated + software distribution, are the inspiration of Guix + - [[http://www.gnu.org/software/stow/][GNU Stow]] builds around the idea of one directory per prefix, and a + symlink tree to create user environments + - [[http://www.pvv.ntnu.no/~arnej/store/storedoc_6.html][STORE]] shares the same idea + - [[https://live.gnome.org/OSTree/][GNOME's OSTree]] allows bootable system images to be built from a + specified set of packages + - The [[http://www.gnu.org/s/gsrc/][GNU Source Release Collection]] (GSRC) is a user-land software + distribution; unlike Guix, it relies on core tools available on the + host system