diff options
| -rw-r--r-- | README | 13 |
1 files changed, 11 insertions, 2 deletions
| @@ -16,14 +16,23 @@ Guix. | |||
| 16 | Guix is based on the [[http://nixos.org/nix/][Nix]] package manager. | 16 | Guix is based on the [[http://nixos.org/nix/][Nix]] package manager. |
| 17 | 17 | ||
| 18 | 18 | ||
| 19 | * Hacking | 19 | * Requirements |
| 20 | 20 | ||
| 21 | GNU Guix currently depends on the following packages: | 21 | GNU Guix currently depends on the following packages: |
| 22 | 22 | ||
| 23 | - [[http://gnu.org/software/guile/][GNU Guile 2.0.x]] | 23 | - [[http://gnu.org/software/guile/][GNU Guile 2.0.x]] |
| 24 | - [[http://nixos.org/nix/][Nix]] | ||
| 25 | - [[http://gnupg.org/][GNU libgcrypt]] | 24 | - [[http://gnupg.org/][GNU libgcrypt]] |
| 26 | 25 | ||
| 26 | Unless `--disable-daemon' was passed, the following packages are needed: | ||
| 27 | |||
| 28 | - [[http://sqlite.org/][SQLite 3]] | ||
| 29 | - [[http://www.bzip.org][libbz2]] | ||
| 30 | - [[http://gcc.gnu.org][GCC's g++]] | ||
| 31 | |||
| 32 | When `--disable-daemon' was passed, you instead need the following: | ||
| 33 | |||
| 34 | - [[http://nixos.org/nix/][Nix]] | ||
| 35 | |||
| 27 | Optionally, packages from Nixpkgs may be transparently reused from Guix. | 36 | Optionally, packages from Nixpkgs may be transparently reused from Guix. |
| 28 | For this to work, you need to have a checkout of the Nixpkgs repository; | 37 | For this to work, you need to have a checkout of the Nixpkgs repository; |
| 29 | the `--with-nixpkgs' option allows you to let `configure' know where the | 38 | the `--with-nixpkgs' option allows you to let `configure' know where the |
