gnu: xorg-server: Update to 1.16.4.
[jackhill/guix/guix.git] / doc / guix.texi
CommitLineData
568717fd
LC
1\input texinfo
2@c -*-texinfo-*-
3
4@c %**start of header
5@setfilename guix.info
6@documentencoding UTF-8
f8348b91 7@settitle GNU Guix Reference Manual
568717fd
LC
8@c %**end of header
9
10@include version.texi
7df7a74e
NK
11
12@copying
4379c35b 13Copyright @copyright{} 2012, 2013, 2014, 2015 Ludovic Courtès@*
af8a56b8 14Copyright @copyright{} 2013, 2014 Andreas Enge@*
7df7a74e
NK
15Copyright @copyright{} 2013 Nikita Karetnikov
16
17Permission is granted to copy, distribute and/or modify this document
18under the terms of the GNU Free Documentation License, Version 1.3 or
19any later version published by the Free Software Foundation; with no
20Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
21copy of the license is included in the section entitled ``GNU Free
22Documentation License''.
23@end copying
568717fd 24
eeaf4427 25@dircategory Package management
568717fd
LC
26@direntry
27* guix: (guix). Guix, the functional package manager.
e49951eb 28* guix package: (guix)Invoking guix package
eeaf4427 29 Managing packages with Guix.
e49951eb 30* guix build: (guix)Invoking guix build
568717fd 31 Building packages with Guix.
054e8576
LC
32* guix system: (guix)Invoking guix system
33 Managing the operating system configuration.
568717fd 34@end direntry
568717fd 35
372c4bbc
DT
36@dircategory Software development
37@direntry
38* guix environment: (guix)Invoking guix environment
39 Building development environments with Guix.
40@end direntry
41
568717fd 42@titlepage
7730d112
LC
43@title GNU Guix Reference Manual
44@subtitle Using the GNU Guix Functional Package Manager
568717fd 45@author Ludovic Courtès
da7cabd4 46@author Andreas Enge
acc08466 47@author Nikita Karetnikov
568717fd
LC
48
49@page
50@vskip 0pt plus 1filll
51Edition @value{EDITION} @*
52@value{UPDATED} @*
53
7df7a74e 54@insertcopying
568717fd
LC
55@end titlepage
56
568717fd
LC
57@contents
58
59@c *********************************************************************
60@node Top
f8348b91 61@top GNU Guix
568717fd 62
f8348b91
LC
63This document describes GNU Guix version @value{VERSION}, a functional
64package management tool written for the GNU system.
568717fd
LC
65
66@menu
67* Introduction:: What is Guix about?
bd5e766b 68* Installation:: Installing Guix.
eeaf4427 69* Package Management:: Package installation, upgrade, etc.
568717fd
LC
70* Programming Interface:: Using Guix in Scheme.
71* Utilities:: Package management commands.
a1ba8475 72* GNU Distribution:: Software for your friendly GNU system.
9bf3c1a7 73* Contributing:: Your help needed!
568717fd
LC
74
75* Acknowledgments:: Thanks!
76* GNU Free Documentation License:: The license of this manual.
77* Concept Index:: Concepts.
a85b83d2 78* Programming Index:: Data types, functions, and variables.
aaa3eaa9
LC
79
80@detailmenu
81 --- The Detailed Node Listing ---
82
83Installation
84
85* Requirements:: Software needed to build and run Guix.
86* Setting Up the Daemon:: Preparing the build daemon's environment.
87* Invoking guix-daemon:: Running the build daemon.
88
89Setting Up the Daemon
90
91* Build Environment Setup:: Preparing the isolated build environment.
92* Daemon Offload Setup:: Offloading builds to remote machines.
93
94Package Management
95
96* Features:: How Guix will make your life brighter.
97* Invoking guix package:: Package installation, removal, etc.
98* Emacs Interface:: Package management from Emacs.
99* Substitutes:: Downloading pre-built binaries.
100* Packages with Multiple Outputs:: Single source package, multiple outputs.
101* Invoking guix gc:: Running the garbage collector.
102* Invoking guix pull:: Fetching the latest Guix and distribution.
103* Invoking guix archive:: Exporting and importing store files.
104
105Programming Interface
106
107* Defining Packages:: Defining new packages.
108* Build Systems:: Specifying how packages are built.
109* The Store:: Manipulating the package store.
110* Derivations:: Low-level interface to package derivations.
111* The Store Monad:: Purely functional interface to the store.
112* G-Expressions:: Manipulating build expressions.
113
114Utilities
115
116* Invoking guix build:: Building packages from the command line.
117* Invoking guix download:: Downloading a file and printing its hash.
118* Invoking guix hash:: Computing the cryptographic hash of a file.
119* Invoking guix import:: Importing package definitions.
120* Invoking guix refresh:: Updating package definitions.
121* Invoking guix lint:: Finding errors in package definitions.
122* Invoking guix environment:: Setting up development environments.
123
124GNU Distribution
125
126* System Installation:: Installing the whole operating system.
35ed9306 127* System Configuration:: Configuring the operating system.
aaa3eaa9
LC
128* Installing Debugging Files:: Feeding the debugger.
129* Security Updates:: Deploying security fixes quickly.
130* Package Modules:: Packages from the programmer's viewpoint.
131* Packaging Guidelines:: Growing the distribution.
132* Bootstrapping:: GNU/Linux built from scratch.
133* Porting:: Targeting another platform or kernel.
134
135System Configuration
136
137* Using the Configuration System:: Customizing your GNU system.
138* operating-system Reference:: Detail of operating-system declarations.
139* File Systems:: Configuring file system mounts.
140* Mapped Devices:: Block device extra processing.
141* User Accounts:: Specifying user accounts.
598e19dc 142* Locales:: Language and cultural convention settings.
aaa3eaa9
LC
143* Services:: Specifying system services.
144* Setuid Programs:: Programs running with root privileges.
996ed739 145* Name Service Switch:: Configuring libc's name service switch.
aaa3eaa9
LC
146* Initial RAM Disk:: Linux-Libre bootstrapping.
147* GRUB Configuration:: Configuring the boot loader.
148* Invoking guix system:: Instantiating a system configuration.
149* Defining Services:: Adding new service definitions.
150
151Services
152
153* Base Services:: Essential system services.
154* Networking Services:: Network setup, SSH daemon, etc.
155* X Window:: Graphical display.
156
157Packaging Guidelines
158
159* Software Freedom:: What may go into the distribution.
160* Package Naming:: What's in a name?
161* Version Numbers:: When the name is not enough.
162* Python Modules:: Taming the snake.
163* Perl Modules:: Little pearls.
164* Fonts:: Fond of fonts.
165
166@end detailmenu
568717fd
LC
167@end menu
168
169@c *********************************************************************
170@node Introduction
171@chapter Introduction
172
c80e7e55
LC
173GNU Guix@footnote{``Guix'' is pronounced like ``geeks'', or ``ɡiːks''
174using the international phonetic alphabet (IPA).} is a functional
175package management tool for the GNU system. Package management consists
4bfc4ea3
NK
176of all activities that relate to building packages from sources,
177honoring their build-time and run-time dependencies,
c80e7e55
LC
178installing packages in user environments, upgrading installed packages
179to new versions or rolling back to a previous set, removing unused
180software packages, etc.
568717fd
LC
181
182@cindex functional package management
183The term @dfn{functional} refers to a specific package management
184discipline. In Guix, the package build and installation process is seen
4bfc4ea3
NK
185as a function, in the mathematical sense. That function takes inputs,
186such as build scripts, a compiler, and libraries, and
187returns an installed package. As a pure function, its result depends
568717fd
LC
188solely on its inputs---for instance, it cannot refer to software or
189scripts that were not explicitly passed as inputs. A build function
4bfc4ea3
NK
190always produces the same result when passed a given set of inputs. It
191cannot alter the system's environment in
568717fd
LC
192any way; for instance, it cannot create, modify, or delete files outside
193of its build and installation directories. This is achieved by running
e900c503 194build processes in isolated environments (or @dfn{containers}), where only their
4bfc4ea3 195explicit inputs are visible.
568717fd 196
e531ac2a 197@cindex store
568717fd 198The result of package build functions is @dfn{cached} in the file
e531ac2a
LC
199system, in a special directory called @dfn{the store} (@pxref{The
200Store}). Each package is installed in a directory of its own, in the
834129e0 201store---by default under @file{/gnu/store}. The directory name contains
568717fd
LC
202a hash of all the inputs used to build that package; thus, changing an
203input yields a different directory name.
204
205This approach is the foundation of Guix's salient features: support for
4bfc4ea3 206transactional package upgrade and rollback, per-user installation, and
eeaf4427 207garbage collection of packages (@pxref{Features}).
568717fd 208
4bfc4ea3 209Guix has a command-line interface, which allows users to build, install,
568717fd 210upgrade, and remove packages, as well as a Scheme programming interface.
568717fd 211
3ca2731c
LC
212@cindex Guix System Distribution
213@cindex GSD
a1ba8475 214Last but not least, Guix is used to build a distribution of the GNU
3ca2731c
LC
215system, with many GNU and non-GNU free software packages. The Guix
216System Distribution, or GNU@tie{}GSD, takes advantage of the core
217properties of Guix at the system level. With GNU@tie{}GSD, users
218@emph{declare} all aspects of the operating system configuration, and
219Guix takes care of instantiating that configuration in a reproducible,
220stateless fashion. @xref{GNU Distribution}.
a1ba8475 221
bd5e766b
LC
222@c *********************************************************************
223@node Installation
224@chapter Installation
225
48febeb8
LC
226GNU Guix is available for download from its website at
227@url{http://www.gnu.org/software/guix/}. This section describes the
228software requirements of Guix, as well as how to install it and get
229ready to use it.
bd5e766b 230
5af6de3e
LC
231Note that this section is concerned with the installation of the package
232manager, which can be done on top of a running GNU/Linux system. If,
233instead, you want to install the complete GNU operating system,
6621cdb6 234@pxref{System Installation}.
5af6de3e 235
b22a12fd 236The build procedure for Guix is the same as for other GNU software, and
1da983b9 237is not covered here. Please see the files @file{README} and
b22a12fd
LC
238@file{INSTALL} in the Guix source tree for additional details.
239
bd5e766b
LC
240@menu
241* Requirements:: Software needed to build and run Guix.
242* Setting Up the Daemon:: Preparing the build daemon's environment.
243* Invoking guix-daemon:: Running the build daemon.
244@end menu
245
246@node Requirements
247@section Requirements
248
249GNU Guix depends on the following packages:
250
251@itemize
4a328f73 252@item @url{http://gnu.org/software/guile/, GNU Guile}, version 2.0.5 or later;
288dca55 253@item @url{http://gnupg.org/, GNU libgcrypt};
8a96bd4b
ID
254@end itemize
255
256The following dependencies are optional:
257
258@itemize
288dca55 259@item
8a96bd4b 260Installing
288dca55 261@url{http://savannah.nongnu.org/projects/guile-json/, Guile-JSON} will
2f7d2d91
LC
262allow you to use the @command{guix import pypi} command (@pxref{Invoking
263guix import}). It is of
288dca55 264interest primarily for developers and not for casual users.
8a96bd4b
ID
265@item
266Installing @uref{http://gnutls.org/, GnuTLS-Guile} will
267allow you to access @code{https} URLs with the @command{guix download}
d45dc6da
EB
268command (@pxref{Invoking guix download}), the @command{guix import pypi}
269command, and the @command{guix import cpan} command. This is primarily
270of interest to developers. @xref{Guile Preparations, how to install the
271GnuTLS bindings for Guile,, gnutls-guile, GnuTLS-Guile}.
bd5e766b
LC
272@end itemize
273
274Unless @code{--disable-daemon} was passed to @command{configure}, the
275following packages are also needed:
276
277@itemize
278@item @url{http://sqlite.org, SQLite 3}
279@item @url{http://www.bzip.org, libbz2}
280@item @url{http://gcc.gnu.org, GCC's g++}
281@end itemize
282
4bfc4ea3
NK
283When a working installation of @url{http://nixos.org/nix/, the Nix package
284manager} is available, you
bd5e766b 285can instead configure Guix with @code{--disable-daemon}. In that case,
4bfc4ea3 286Nix replaces the three dependencies above.
bd5e766b 287
b22a12fd
LC
288Guix is compatible with Nix, so it is possible to share the same store
289between both. To do so, you must pass @command{configure} not only the
290same @code{--with-store-dir} value, but also the same
4bfc4ea3
NK
291@code{--localstatedir} value. The latter is essential because it
292specifies where the database that stores metadata about the store is
834129e0 293located, among other things. The default values for Nix are
b22a12fd 294@code{--with-store-dir=/nix/store} and @code{--localstatedir=/nix/var}.
4bfc4ea3
NK
295Note that @code{--disable-daemon} is not required if
296your goal is to share the store with Nix.
b22a12fd 297
bd5e766b
LC
298@node Setting Up the Daemon
299@section Setting Up the Daemon
300
301@cindex daemon
302Operations such as building a package or running the garbage collector
49e6291a 303are all performed by a specialized process, the @dfn{build daemon}, on
bd5e766b
LC
304behalf of clients. Only the daemon may access the store and its
305associated database. Thus, any operation that manipulates the store
306goes through the daemon. For instance, command-line tools such as
e49951eb 307@command{guix package} and @command{guix build} communicate with the
bd5e766b
LC
308daemon (@i{via} remote procedure calls) to instruct it what to do.
309
49e6291a
LC
310The following sections explain how to prepare the build daemon's
311environment.
312
313@menu
314* Build Environment Setup:: Preparing the isolated build environment.
315* Daemon Offload Setup:: Offloading builds to remote machines.
316@end menu
317
318@node Build Environment Setup
319@subsection Build Environment Setup
320
bd5e766b
LC
321In a standard multi-user setup, Guix and its daemon---the
322@command{guix-daemon} program---are installed by the system
834129e0 323administrator; @file{/gnu/store} is owned by @code{root} and
bd5e766b
LC
324@command{guix-daemon} runs as @code{root}. Unprivileged users may use
325Guix tools to build packages or otherwise access the store, and the
326daemon will do it on their behalf, ensuring that the store is kept in a
327consistent state, and allowing built packages to be shared among users.
328
329@cindex build users
330When @command{guix-daemon} runs as @code{root}, you may not want package
331build processes themselves to run as @code{root} too, for obvious
332security reasons. To avoid that, a special pool of @dfn{build users}
333should be created for use by build processes started by the daemon.
334These build users need not have a shell and a home directory: they will
335just be used when the daemon drops @code{root} privileges in build
336processes. Having several such users allows the daemon to launch
337distinct build processes under separate UIDs, which guarantees that they
338do not interfere with each other---an essential feature since builds are
339regarded as pure functions (@pxref{Introduction}).
340
341On a GNU/Linux system, a build user pool may be created like this (using
342Bash syntax and the @code{shadow} commands):
343
091196b3
LC
344@c See http://lists.gnu.org/archive/html/bug-guix/2013-01/msg00239.html
345@c for why `-G' is needed.
bd5e766b
LC
346@example
347# groupadd guix-builder
348# for i in `seq 1 10`;
349 do
091196b3
LC
350 useradd -g guix-builder -G guix-builder \
351 -d /var/empty -s `which nologin` \
4d1a2b50
LC
352 -c "Guix build user $i" --system \
353 guix-builder$i;
bd5e766b
LC
354 done
355@end example
356
659a92fc
LC
357The @file{/gnu/store} directory (or whichever was specified with the
358@code{--with-store-dir} option) must have ownership and permissions as
359follows:
360
361@example
362# chgrp guix-builder /gnu/store
363# chmod 1775 /gnu/store
364@end example
365
bd5e766b
LC
366@noindent
367The @code{guix-daemon} program may then be run as @code{root} with:
368
369@example
370# guix-daemon --build-users-group=guix-builder
371@end example
372
e900c503 373@cindex chroot
b095792f
LC
374@noindent
375This way, the daemon starts build processes in a chroot, under one of
376the @code{guix-builder} users. On GNU/Linux, by default, the chroot
6dc99317
LC
377environment contains nothing but:
378
379@c Keep this list in sync with libstore/build.cc! -----------------------
380@itemize
381@item
4743a4da
LC
382a minimal @code{/dev} directory, created mostly independently from the
383host @code{/dev}@footnote{``Mostly'', because while the set of files
384that appear in the chroot's @code{/dev} is fixed, most of these files
385can only be created if the host has them.};
386
387@item
388the @code{/proc} directory; it only shows the container's processes
389since a separate PID name space is used;
6dc99317
LC
390
391@item
392@file{/etc/passwd} with an entry for the current user and an entry for
393user @file{nobody};
394
395@item
396@file{/etc/group} with an entry for the user's group;
397
398@item
399@file{/etc/hosts} with an entry that maps @code{localhost} to
400@code{127.0.0.1};
401
402@item
403a writable @file{/tmp} directory.
404@end itemize
b095792f 405
d43eb499 406If you are installing Guix as an unprivileged user, it is still
bd5e766b
LC
407possible to run @command{guix-daemon}. However, build processes will
408not be isolated from one another, and not from the rest of the system.
409Thus, build processes may interfere with each other, and may access
410programs, libraries, and other files available on the system---making it
411much harder to view them as @emph{pure} functions.
412
49e6291a
LC
413
414@node Daemon Offload Setup
415@subsection Using the Offload Facility
416
417@cindex offloading
4ec2e92d
LC
418@cindex build hook
419When desired, the build daemon can @dfn{offload}
420derivation builds to other machines
49e6291a
LC
421running Guix, using the @code{offload} @dfn{build hook}. When that
422feature is enabled, a list of user-specified build machines is read from
423@file{/etc/guix/machines.scm}; anytime a build is requested, for
424instance via @code{guix build}, the daemon attempts to offload it to one
425of the machines that satisfies the derivation's constraints, in
426particular its system type---e.g., @file{x86_64-linux}. Missing
427prerequisites for the build are copied over SSH to the target machine,
428which then proceeds with the build; upon success the output(s) of the
429build are copied back to the initial machine.
430
4ec2e92d 431The @file{/etc/guix/machines.scm} file typically looks like this:
49e6291a
LC
432
433@example
434(list (build-machine
435 (name "eightysix.example.org")
436 (system "x86_64-linux")
437 (user "bob")
438 (speed 2.)) ; incredibly fast!
439
440 (build-machine
441 (name "meeps.example.org")
442 (system "mips64el-linux")
443 (user "alice")
444 (private-key
445 (string-append (getenv "HOME")
446 "/.ssh/id-rsa-for-guix"))))
447@end example
448
449@noindent
450In the example above we specify a list of two build machines, one for
451the @code{x86_64} architecture and one for the @code{mips64el}
4ec2e92d
LC
452architecture.
453
454In fact, this file is---not surprisingly!---a Scheme file that is
455evaluated when the @code{offload} hook is started. Its return value
456must be a list of @code{build-machine} objects. While this example
457shows a fixed list of build machines, one could imagine, say, using
458DNS-SD to return a list of potential build machines discovered in the
459local network (@pxref{Introduction, Guile-Avahi,, guile-avahi, Using
c678a4ee
LC
460Avahi in Guile Scheme Programs}). The @code{build-machine} data type is
461detailed below.
4ec2e92d 462
c678a4ee
LC
463@deftp {Data Type} build-machine
464This data type represents build machines the daemon may offload builds
465to. The important fields are:
49e6291a
LC
466
467@table @code
468
469@item name
470The remote machine's host name.
471
472@item system
c678a4ee 473The remote machine's system type---e.g., @code{"x86_64-linux"}.
49e6291a
LC
474
475@item user
476The user account to use when connecting to the remote machine over SSH.
477Note that the SSH key pair must @emph{not} be passphrase-protected, to
478allow non-interactive logins.
479
480@end table
481
4ec2e92d 482A number of optional fields may be specified:
49e6291a
LC
483
484@table @code
485
cecd72d5
LC
486@item port
487Port number of the machine's SSH server (default: 22).
488
49e6291a
LC
489@item private-key
490The SSH private key file to use when connecting to the machine.
491
492@item parallel-builds
493The number of builds that may run in parallel on the machine (1 by
494default.)
495
496@item speed
497A ``relative speed factor''. The offload scheduler will tend to prefer
498machines with a higher speed factor.
499
500@item features
501A list of strings denoting specific features supported by the machine.
502An example is @code{"kvm"} for machines that have the KVM Linux modules
503and corresponding hardware support. Derivations can request features by
504name, and they will be scheduled on matching build machines.
505
506@end table
c678a4ee 507@end deftp
49e6291a
LC
508
509The @code{guix} command must be in the search path on the build
510machines, since offloading works by invoking the @code{guix archive} and
511@code{guix build} commands.
512
513There's one last thing to do once @file{machines.scm} is in place. As
514explained above, when offloading, files are transferred back and forth
515between the machine stores. For this to work, you need to generate a
516key pair to allow the daemon to export signed archives of files from the
517store (@pxref{Invoking guix archive}):
518
519@example
520# guix archive --generate-key
521@end example
522
523@noindent
524Thus, when receiving files, a machine's build daemon can make sure they
525are genuine, have not been tampered with, and that they are signed by an
526authorized key.
527
528
bd5e766b
LC
529@node Invoking guix-daemon
530@section Invoking @command{guix-daemon}
531
532The @command{guix-daemon} program implements all the functionality to
533access the store. This includes launching build processes, running the
534garbage collector, querying the availability of a build result, etc. It
535is normally run as @code{root} like this:
536
537@example
538# guix-daemon --build-users-group=guix-builder
539@end example
540
541@noindent
081145cf 542For details on how to set it up, @pxref{Setting Up the Daemon}.
bd5e766b 543
e900c503
LC
544@cindex chroot
545@cindex container, build environment
546@cindex build environment
547@cindex reproducible builds
bd5e766b
LC
548By default, @command{guix-daemon} launches build processes under
549different UIDs, taken from the build group specified with
550@code{--build-users-group}. In addition, each build process is run in a
551chroot environment that only contains the subset of the store that the
552build process depends on, as specified by its derivation
553(@pxref{Programming Interface, derivation}), plus a set of specific
554system directories. By default, the latter contains @file{/dev} and
e900c503
LC
555@file{/dev/pts}. Furthermore, on GNU/Linux, the build environment is a
556@dfn{container}: in addition to having its own file system tree, it has
557a separate mount name space, its own PID name space, network name space,
558etc. This helps achieve reproducible builds (@pxref{Features}).
bd5e766b 559
cbc538fe
LC
560When the daemon performs a build on behalf of the user, it creates a
561build directory under @file{/tmp} or under the directory specified by
562its @code{TMPDIR} environment variable; this directory is shared with
563the container for the duration of the build. Be aware that using a
564directory other than @file{/tmp} can affect build results---for example,
565with a longer directory name, a build process that uses Unix-domain
566sockets might hit the name length limitation for @code{sun_path}, which
567it would otherwise not hit.
568
569The build directory is automatically deleted upon completion, unless the
570build failed and the client specified @option{--keep-failed}
571(@pxref{Invoking guix build, @option{--keep-failed}}).
572
bd5e766b
LC
573The following command-line options are supported:
574
575@table @code
576@item --build-users-group=@var{group}
577Take users from @var{group} to run build processes (@pxref{Setting Up
578the Daemon, build users}).
579
6858f9d1 580@item --no-substitutes
b5385b52 581@cindex substitutes
6858f9d1 582Do not use substitutes for build products. That is, always build things
c4202d60
LC
583locally instead of allowing downloads of pre-built binaries
584(@pxref{Substitutes}).
6858f9d1 585
b5385b52
LC
586By default substitutes are used, unless the client---such as the
587@command{guix package} command---is explicitly invoked with
588@code{--no-substitutes}.
589
590When the daemon runs with @code{--no-substitutes}, clients can still
591explicitly enable substitution @i{via} the @code{set-build-options}
592remote procedure call (@pxref{The Store}).
593
9176607e
LC
594@item --substitute-urls=@var{urls}
595Consider @var{urls} the default whitespace-separated list of substitute
596source URLs. When this option is omitted, @code{http://hydra.gnu.org}
597is used.
598
599This means that substitutes may be downloaded from @var{urls}, as long
600as they are signed by a trusted signature (@pxref{Substitutes}).
601
4ec2e92d
LC
602@cindex build hook
603@item --no-build-hook
604Do not use the @dfn{build hook}.
605
606The build hook is a helper program that the daemon can start and to
607which it submits build requests. This mechanism is used to offload
608builds to other machines (@pxref{Daemon Offload Setup}).
609
bd5e766b
LC
610@item --cache-failures
611Cache build failures. By default, only successful builds are cached.
612
613@item --cores=@var{n}
614@itemx -c @var{n}
615Use @var{n} CPU cores to build each derivation; @code{0} means as many
616as available.
617
6efc160e 618The default value is @code{0}, but it may be overridden by clients, such
e49951eb
MW
619as the @code{--cores} option of @command{guix build} (@pxref{Invoking
620guix build}).
bd5e766b
LC
621
622The effect is to define the @code{NIX_BUILD_CORES} environment variable
623in the build process, which can then use it to exploit internal
624parallelism---for instance, by running @code{make -j$NIX_BUILD_CORES}.
625
626@item --max-jobs=@var{n}
627@itemx -M @var{n}
628Allow at most @var{n} build jobs in parallel. The default value is
f6526eb3
LC
629@code{1}. Setting it to @code{0} means that no builds will be performed
630locally; instead, the daemon will offload builds (@pxref{Daemon Offload
631Setup}), or simply fail.
bd5e766b
LC
632
633@item --debug
634Produce debugging output.
635
636This is useful to debug daemon start-up issues, but then it may be
637overridden by clients, for example the @code{--verbosity} option of
e49951eb 638@command{guix build} (@pxref{Invoking guix build}).
bd5e766b
LC
639
640@item --chroot-directory=@var{dir}
641Add @var{dir} to the build chroot.
642
643Doing this may change the result of build processes---for instance if
644they use optional dependencies found in @var{dir} when it is available,
645and not otherwise. For that reason, it is not recommended to do so.
646Instead, make sure that each derivation declares all the inputs that it
647needs.
648
649@item --disable-chroot
650Disable chroot builds.
651
652Using this option is not recommended since, again, it would allow build
653processes to gain access to undeclared dependencies.
654
655@item --disable-log-compression
656Disable compression of the build logs.
657
1da983b9
LC
658Unless @code{--lose-logs} is used, all the build logs are kept in the
659@var{localstatedir}. To save space, the daemon automatically compresses
660them with bzip2 by default. This option disables that.
661
ab3893d7
LC
662@item --disable-deduplication
663@cindex deduplication
bd5e766b
LC
664Disable automatic file ``deduplication'' in the store.
665
1da983b9 666By default, files added to the store are automatically ``deduplicated'':
ab3893d7
LC
667if a newly added file is identical to another one found in the store,
668the daemon makes the new file a hard link to the other file. This can
669noticeably reduce disk usage, at the expense of slightly increasde
670input/output load at the end of a build process. This option disables
671this optimization.
1da983b9 672
6e37066e
LC
673@item --gc-keep-outputs[=yes|no]
674Tell whether the garbage collector (GC) must keep outputs of live
675derivations.
676
677When set to ``yes'', the GC will keep the outputs of any live derivation
678available in the store---the @code{.drv} files. The default is ``no'',
679meaning that derivation outputs are kept only if they are GC roots.
680
681@item --gc-keep-derivations[=yes|no]
682Tell whether the garbage collector (GC) must keep derivations
683corresponding to live outputs.
684
685When set to ``yes'', as is the case by default, the GC keeps
686derivations---i.e., @code{.drv} files---as long as at least one of their
687outputs is live. This allows users to keep track of the origins of
688items in their store. Setting it to ``no'' saves a bit of disk space.
689
690Note that when both @code{--gc-keep-derivations} and
691@code{--gc-keep-outputs} are used, the effect is to keep all the build
692prerequisites (the sources, compiler, libraries, and other build-time
693tools) of live objects in the store, regardless of whether these
694prerequisites are live. This is convenient for developers since it
695saves rebuilds or downloads.
696
bd5e766b
LC
697@item --impersonate-linux-2.6
698On Linux-based systems, impersonate Linux 2.6. This means that the
699kernel's @code{uname} system call will report 2.6 as the release number.
700
701This might be helpful to build programs that (usually wrongfully) depend
702on the kernel version number.
703
704@item --lose-logs
705Do not keep build logs. By default they are kept under
ce33631f 706@code{@var{localstatedir}/guix/log}.
bd5e766b
LC
707
708@item --system=@var{system}
709Assume @var{system} as the current system type. By default it is the
710architecture/kernel pair found at configure time, such as
711@code{x86_64-linux}.
b8d2aa26
LC
712
713@item --listen=@var{socket}
714Listen for connections on @var{socket}, the file name of a Unix-domain
715socket. The default socket is
716@file{@var{localstatedir}/daemon-socket/socket}. This option is only
717useful in exceptional circumstances, such as if you need to run several
718daemons on the same machine.
bd5e766b
LC
719@end table
720
721
eeaf4427
LC
722@c *********************************************************************
723@node Package Management
724@chapter Package Management
725
f8348b91 726The purpose of GNU Guix is to allow users to easily install, upgrade, and
eeaf4427
LC
727remove software packages, without having to know about their build
728procedure or dependencies. Guix also goes beyond this obvious set of
729features.
730
731This chapter describes the main features of Guix, as well as the package
c1941588
LC
732management tools it provides. Two user interfaces are provided for
733routine package management tasks: a command-line interface
734(@pxref{Invoking guix package, @code{guix package}}), and a visual user
735interface in Emacs (@pxref{Emacs Interface}).
eeaf4427
LC
736
737@menu
738* Features:: How Guix will make your life brighter.
e49951eb 739* Invoking guix package:: Package installation, removal, etc.
457f60fa 740* Emacs Interface:: Package management from Emacs.
c4202d60 741* Substitutes:: Downloading pre-built binaries.
760c60d6 742* Packages with Multiple Outputs:: Single source package, multiple outputs.
e49951eb 743* Invoking guix gc:: Running the garbage collector.
f651b477 744* Invoking guix pull:: Fetching the latest Guix and distribution.
760c60d6 745* Invoking guix archive:: Exporting and importing store files.
eeaf4427
LC
746@end menu
747
748@node Features
749@section Features
750
751When using Guix, each package ends up in the @dfn{package store}, in its
752own directory---something that resembles
9a130e19
AK
753@file{/gnu/store/xxx-package-1.2}, where @code{xxx} is a base32 string
754(note that Guix comes with an Emacs extension to shorten those file
081145cf 755names, @pxref{Emacs Prettify}.)
eeaf4427
LC
756
757Instead of referring to these directories, users have their own
758@dfn{profile}, which points to the packages that they actually want to
821b0015
LC
759use. These profiles are stored within each user's home directory, at
760@code{$HOME/.guix-profile}.
eeaf4427 761
821b0015 762For example, @code{alice} installs GCC 4.7.2. As a result,
eeaf4427 763@file{/home/alice/.guix-profile/bin/gcc} points to
834129e0 764@file{/gnu/store/@dots{}-gcc-4.7.2/bin/gcc}. Now, on the same machine,
821b0015
LC
765@code{bob} had already installed GCC 4.8.0. The profile of @code{bob}
766simply continues to point to
834129e0 767@file{/gnu/store/@dots{}-gcc-4.8.0/bin/gcc}---i.e., both versions of GCC
821b0015 768coexist on the same system without any interference.
eeaf4427 769
e49951eb
MW
770The @command{guix package} command is the central tool to manage
771packages (@pxref{Invoking guix package}). It operates on those per-user
821b0015 772profiles, and can be used @emph{with normal user privileges}.
eeaf4427
LC
773
774The command provides the obvious install, remove, and upgrade
775operations. Each invocation is actually a @emph{transaction}: either
ba55b1cb 776the specified operation succeeds, or nothing happens. Thus, if the
e49951eb 777@command{guix package} process is terminated during the transaction,
eeaf4427
LC
778or if a power outage occurs during the transaction, then the user's
779profile remains in its previous state, and remains usable.
780
781In addition, any package transaction may be @emph{rolled back}. So, if,
782for example, an upgrade installs a new version of a package that turns
783out to have a serious bug, users may roll back to the previous instance
4af2447e
LC
784of their profile, which was known to work well. Similarly, the global
785system configuration is subject to transactional upgrades and roll-back
786(@pxref{Using the Configuration System}).
eeaf4427
LC
787
788All those packages in the package store may be @emph{garbage-collected}.
789Guix can determine which packages are still referenced by the user
fe8ff028 790profiles, and remove those that are provably no longer referenced
e49951eb 791(@pxref{Invoking guix gc}). Users may also explicitly remove old
fe8ff028
LC
792generations of their profile so that the packages they refer to can be
793collected.
eeaf4427 794
e900c503
LC
795@cindex reproducibility
796@cindex reproducible builds
eeaf4427
LC
797Finally, Guix takes a @dfn{purely functional} approach to package
798management, as described in the introduction (@pxref{Introduction}).
834129e0 799Each @file{/gnu/store} package directory name contains a hash of all the
eeaf4427
LC
800inputs that were used to build that package---compiler, libraries, build
801scripts, etc. This direct correspondence allows users to make sure a
802given package installation matches the current state of their
e900c503
LC
803distribution. It also helps maximize @dfn{build reproducibility}:
804thanks to the isolated build environments that are used, a given build
805is likely to yield bit-identical files when performed on different
806machines (@pxref{Invoking guix-daemon, container}).
eeaf4427 807
c4202d60 808@cindex substitutes
eeaf4427 809This foundation allows Guix to support @dfn{transparent binary/source
c4202d60 810deployment}. When a pre-built binary for a @file{/gnu/store} item is
18f2887b 811available from an external source---a @dfn{substitute}, Guix just
c4202d60
LC
812downloads it and unpacks it;
813otherwise, it builds the package from source, locally
814(@pxref{Substitutes}).
eeaf4427 815
f5fd4fd2
LC
816Control over the build environment is a feature that is also useful for
817developers. The @command{guix environment} command allows developers of
818a package to quickly set up the right development environment for their
819package, without having to manually install the package's dependencies
820in their profile (@pxref{Invoking guix environment}).
821
e49951eb
MW
822@node Invoking guix package
823@section Invoking @command{guix package}
eeaf4427 824
e49951eb 825The @command{guix package} command is the tool that allows users to
eeaf4427
LC
826install, upgrade, and remove packages, as well as rolling back to
827previous configurations. It operates only on the user's own profile,
828and works with normal user privileges (@pxref{Features}). Its syntax
829is:
830
831@example
e49951eb 832guix package @var{options}
eeaf4427
LC
833@end example
834
ba55b1cb 835Primarily, @var{options} specifies the operations to be performed during
eeaf4427
LC
836the transaction. Upon completion, a new profile is created, but
837previous generations of the profile remain available, should the user
838want to roll back.
839
6447738c
MW
840For example, to remove @code{lua} and install @code{guile} and
841@code{guile-cairo} in a single transaction:
842
843@example
844guix package -r lua -i guile guile-cairo
845@end example
846
b9e5c0a9 847For each user, a symlink to the user's default profile is automatically
0ec1af59 848created in @file{$HOME/.guix-profile}. This symlink always points to the
b9e5c0a9
LC
849current generation of the user's default profile. Thus, users can add
850@file{$HOME/.guix-profile/bin} to their @code{PATH} environment
851variable, and so on.
852
4379c35b
LC
853In a multi-user setup, user profiles are stored in a place registered as
854a @dfn{garbage-collector root}, which @file{$HOME/.guix-profile} points
855to (@pxref{Invoking guix gc}). That directory is normally
0ec1af59
LC
856@code{@var{localstatedir}/profiles/per-user/@var{user}}, where
857@var{localstatedir} is the value passed to @code{configure} as
4379c35b
LC
858@code{--localstatedir}, and @var{user} is the user name. The
859@file{per-user} directory is created when @command{guix-daemon} is
860started, and the @var{user} sub-directory is created by @command{guix
861package}.
0ec1af59
LC
862
863The @var{options} can be among the following:
864
eeaf4427
LC
865@table @code
866
6447738c
MW
867@item --install=@var{package} @dots{}
868@itemx -i @var{package} @dots{}
869Install the specified @var{package}s.
eeaf4427 870
6447738c 871Each @var{package} may specify either a simple package name, such as
eeaf4427 872@code{guile}, or a package name followed by a hyphen and version number,
dc5669cd
MW
873such as @code{guile-1.8.8}. If no version number is specified, the
874newest available version will be selected. In addition, @var{package}
875may contain a colon, followed by the name of one of the outputs of the
6e721c4d 876package, as in @code{gcc:doc} or @code{binutils-2.22:lib}
e7f34eb0
LC
877(@pxref{Packages with Multiple Outputs}). Packages with a corresponding
878name (and optionally version) are searched for among the GNU
879distribution modules (@pxref{Package Modules}).
eeaf4427 880
461572cc
LC
881@cindex propagated inputs
882Sometimes packages have @dfn{propagated inputs}: these are dependencies
883that automatically get installed along with the required package.
884
885An example is the GNU MPC library: its C header files refer to those of
886the GNU MPFR library, which in turn refer to those of the GMP library.
887Thus, when installing MPC, the MPFR and GMP libraries also get installed
888in the profile; removing MPC also removes MPFR and GMP---unless they had
889also been explicitly installed independently.
890
ba7ea5ce 891Besides, packages sometimes rely on the definition of environment
5924080d 892variables for their search paths (see explanation of
ba7ea5ce 893@code{--search-paths} below). Any missing or possibly incorrect
5924080d
LC
894environment variable definitions are reported here.
895
ef010c0f 896@c XXX: keep me up-to-date
5924080d 897Finally, when installing a GNU package, the tool reports the
ef010c0f
LC
898availability of a newer upstream version. In the future, it may provide
899the option of installing directly from the upstream version, even if
900that version is not yet in the distribution.
901
5d4b411f
LC
902@item --install-from-expression=@var{exp}
903@itemx -e @var{exp}
904Install the package @var{exp} evaluates to.
905
906@var{exp} must be a Scheme expression that evaluates to a
907@code{<package>} object. This option is notably useful to disambiguate
908between same-named variants of a package, with expressions such as
909@code{(@@ (gnu packages base) guile-final)}.
910
911Note that this option installs the first output of the specified
912package, which may be insufficient when needing a specific output of a
913multiple-output package.
914
6447738c
MW
915@item --remove=@var{package} @dots{}
916@itemx -r @var{package} @dots{}
917Remove the specified @var{package}s.
eeaf4427 918
6447738c 919As for @code{--install}, each @var{package} may specify a version number
13ed095c
LC
920and/or output name in addition to the package name. For instance,
921@code{-r glibc:debug} would remove the @code{debug} output of
922@code{glibc}.
923
6447738c
MW
924@item --upgrade[=@var{regexp} @dots{}]
925@itemx -u [@var{regexp} @dots{}]
926Upgrade all the installed packages. If one or more @var{regexp}s are
927specified, upgrade only installed packages whose name matches a
928@var{regexp}.
eeaf4427 929
f651b477
LC
930Note that this upgrades package to the latest version of packages found
931in the distribution currently installed. To update your distribution,
932you should regularly run @command{guix pull} (@pxref{Invoking guix
933pull}).
934
24e262f0
LC
935@item --roll-back
936Roll back to the previous @dfn{generation} of the profile---i.e., undo
937the last transaction.
938
939When combined with options such as @code{--install}, roll back occurs
940before any other actions.
941
d9307267 942When rolling back from the first generation that actually contains
4b2bc804
NK
943installed packages, the profile is made to point to the @dfn{zeroth
944generation}, which contains no files apart from its own meta-data.
d9307267 945
82fe08ed
LC
946Installing, removing, or upgrading packages from a generation that has
947been rolled back to overwrites previous future generations. Thus, the
948history of a profile's generations is always linear.
949
b3bb82f1
AK
950@item --switch-generation=@var{pattern}
951@itemx -S @var{pattern}
952Switch to a particular generation defined by @var{pattern}.
953
954@var{pattern} may be either a generation number or a number prefixed
955with ``+'' or ``-''. The latter means: move forward/backward by a
956specified number of generations. For example, if you want to return to
957the latest generation after @code{--roll-back}, use
958@code{--switch-generation=+1}.
959
960The difference between @code{--roll-back} and
961@code{--switch-generation=-1} is that @code{--switch-generation} will
962not make a zeroth generation, so if a specified generation does not
963exist, the current generation will not be changed.
964
5924080d
LC
965@item --search-paths
966@cindex search paths
967Report environment variable definitions, in Bash syntax, that may be
968needed in order to use the set of installed packages. These environment
969variables are used to specify @dfn{search paths} for files used by some
970of the installed packages.
971
972For example, GCC needs the @code{CPATH} and @code{LIBRARY_PATH}
973environment variables to be defined so it can look for headers and
974libraries in the user's profile (@pxref{Environment Variables,,, gcc,
975Using the GNU Compiler Collection (GCC)}). If GCC and, say, the C
976library are installed in the profile, then @code{--search-paths} will
977suggest setting these variables to @code{@var{profile}/include} and
978@code{@var{profile}/lib}, respectively.
979
eeaf4427
LC
980@item --profile=@var{profile}
981@itemx -p @var{profile}
982Use @var{profile} instead of the user's default profile.
983
70915c1a
LC
984@item --verbose
985Produce verbose output. In particular, emit the environment's build log
986on the standard error port.
987
eeaf4427
LC
988@item --bootstrap
989Use the bootstrap Guile to build the profile. This option is only
990useful to distribution developers.
991
992@end table
993
e49951eb 994In addition to these actions @command{guix package} supports the
733b4130
LC
995following options to query the current state of a profile, or the
996availability of packages:
eeaf4427 997
733b4130
LC
998@table @option
999
acc08466
NK
1000@item --search=@var{regexp}
1001@itemx -s @var{regexp}
1002List the available packages whose synopsis or description matches
299112d3
LC
1003@var{regexp}. Print all the meta-data of matching packages in
1004@code{recutils} format (@pxref{Top, GNU recutils databases,, recutils,
1005GNU recutils manual}).
acc08466 1006
299112d3
LC
1007This allows specific fields to be extracted using the @command{recsel}
1008command, for instance:
1009
1010@example
e49951eb 1011$ guix package -s malloc | recsel -p name,version
299112d3
LC
1012name: glibc
1013version: 2.17
1014
1015name: libgc
1016version: 7.2alpha6
1017@end example
acc08466 1018
a12d92f5
LC
1019Similarly, to show the name of all the packages available under the
1020terms of the GNU@tie{}LGPL version 3:
1021
1022@example
1023$ guix package -s "" | recsel -p name -e 'license ~ "LGPL 3"'
1024name: elfutils
1025
1026name: gmp
1027@dots{}
1028@end example
1029
2aa6efb0
CR
1030@item --show=@var{package}
1031Show details about @var{package}, taken from the list of available packages, in
1032@code{recutils} format (@pxref{Top, GNU recutils databases,, recutils, GNU
1033recutils manual}).
1034
1035@example
1036$ guix package --show=python | recsel -p name,version
1037name: python
1038version: 2.7.6
1039
1040name: python
1041version: 3.3.5
1042@end example
1043
1044You may also specify the full name of a package to only get details about a
1045specific version of it:
1046@example
1047$ guix package --show=python-3.3.5 | recsel -p name,version
1048name: python
1049version: 3.3.5
1050@end example
1051
1052
1053
733b4130
LC
1054@item --list-installed[=@var{regexp}]
1055@itemx -I [@var{regexp}]
bd9bde1c
LC
1056List the currently installed packages in the specified profile, with the
1057most recently installed packages shown last. When @var{regexp} is
1058specified, list only installed packages whose name matches @var{regexp}.
733b4130
LC
1059
1060For each installed package, print the following items, separated by
1061tabs: the package name, its version string, the part of the package that
1062is installed (for instance, @code{out} for the default output,
1063@code{include} for its headers, etc.), and the path of this package in
1064the store.
1065
64fc89b6
LC
1066@item --list-available[=@var{regexp}]
1067@itemx -A [@var{regexp}]
a1ba8475
LC
1068List packages currently available in the software distribution
1069(@pxref{GNU Distribution}). When @var{regexp} is specified, list only
1070installed packages whose name matches @var{regexp}.
64fc89b6
LC
1071
1072For each package, print the following items separated by tabs: its name,
6e721c4d
LC
1073its version string, the parts of the package (@pxref{Packages with
1074Multiple Outputs}), and the source location of its definition.
64fc89b6 1075
f566d765
LC
1076@item --list-generations[=@var{pattern}]
1077@itemx -l [@var{pattern}]
1078Return a list of generations along with their creation dates; for each
1079generation, show the installed packages, with the most recently
4b2bc804
NK
1080installed packages shown last. Note that the zeroth generation is never
1081shown.
f566d765
LC
1082
1083For each installed package, print the following items, separated by
1084tabs: the name of a package, its version string, the part of the package
1085that is installed (@pxref{Packages with Multiple Outputs}), and the
1086location of this package in the store.
1087
1088When @var{pattern} is used, the command returns only matching
1089generations. Valid patterns include:
1090
1091@itemize
1092@item @emph{Integers and comma-separated integers}. Both patterns denote
1093generation numbers. For instance, @code{--list-generations=1} returns
1094the first one.
1095
1096And @code{--list-generations=1,8,2} outputs three generations in the
1097specified order. Neither spaces nor trailing commas are allowed.
1098
1099@item @emph{Ranges}. @code{--list-generations=2..9} prints the
1100specified generations and everything in between. Note that the start of
1101a range must be lesser than its end.
1102
1103It is also possible to omit the endpoint. For example,
1104@code{--list-generations=2..}, returns all generations starting from the
1105second one.
1106
1107@item @emph{Durations}. You can also get the last @emph{N}@tie{}days, weeks,
1108or months by passing an integer along with the first letter of the
d7ddb257
LC
1109duration. For example, @code{--list-generations=20d} lists generations
1110that are up to 20 days old.
f566d765
LC
1111@end itemize
1112
b7884ca3
NK
1113@item --delete-generations[=@var{pattern}]
1114@itemx -d [@var{pattern}]
d7ddb257
LC
1115When @var{pattern} is omitted, delete all generations except the current
1116one.
b7884ca3
NK
1117
1118This command accepts the same patterns as @option{--list-generations}.
d7ddb257
LC
1119When @var{pattern} is specified, delete the matching generations. When
1120@var{pattern} specifies a duration, generations @emph{older} than the
1121specified duration match. For instance, @code{--delete-generations=1m}
1122deletes generations that are more than one month old.
1123
1124If the current generation matches, it is deleted atomically---i.e., by
1125switching to the previous available generation. Note that the zeroth
1126generation is never deleted.
b7884ca3 1127
1bb9900a
LC
1128Note that deleting generations prevents roll-back to them.
1129Consequently, this command must be used with care.
1130
733b4130 1131@end table
eeaf4427 1132
70ee5642
LC
1133Finally, since @command{guix package} may actually start build
1134processes, it supports all the common build options that @command{guix
1135build} supports (@pxref{Invoking guix build, common build options}).
1136
457f60fa
AK
1137@include emacs.texi
1138
c4202d60
LC
1139@node Substitutes
1140@section Substitutes
1141
1142@cindex substitutes
1143@cindex pre-built binaries
1144Guix supports transparent source/binary deployment, which means that it
1145can either build things locally, or download pre-built items from a
1146server. We call these pre-built items @dfn{substitutes}---they are
1147substitutes for local build results. In many cases, downloading a
1148substitute is much faster than building things locally.
1149
1150Substitutes can be anything resulting from a derivation build
1151(@pxref{Derivations}). Of course, in the common case, they are
1152pre-built package binaries, but source tarballs, for instance, which
1153also result from derivation builds, can be available as substitutes.
1154
1155The @code{hydra.gnu.org} server is a front-end to a build farm that
1156builds packages from the GNU distribution continuously for some
9176607e
LC
1157architectures, and makes them available as substitutes. This is the
1158default source of substitutes; it can be overridden by passing
1159@command{guix-daemon} the @code{--substitute-urls} option
1160(@pxref{Invoking guix-daemon}).
c4202d60
LC
1161
1162@cindex security
1163@cindex digital signatures
1164To allow Guix to download substitutes from @code{hydra.gnu.org}, you
1165must add its public key to the access control list (ACL) of archive
1166imports, using the @command{guix archive} command (@pxref{Invoking guix
1167archive}). Doing so implies that you trust @code{hydra.gnu.org} to not
1168be compromised and to serve genuine substitutes.
1169
1170This public key is installed along with Guix, in
1171@code{@var{prefix}/share/guix/hydra.gnu.org.pub}, where @var{prefix} is
1172the installation prefix of Guix. If you installed Guix from source,
1173make sure you checked the GPG signature of
1174@file{guix-@value{VERSION}.tar.gz}, which contains this public key file.
1175Then, you can run something like this:
1176
1177@example
1178# guix archive --authorize < hydra.gnu.org.pub
1179@end example
1180
1181Once this is in place, the output of a command like @code{guix build}
1182should change from something like:
1183
1184@example
1185$ guix build emacs --dry-run
1186The following derivations would be built:
1187 /gnu/store/yr7bnx8xwcayd6j95r2clmkdl1qh688w-emacs-24.3.drv
1188 /gnu/store/x8qsh1hlhgjx6cwsjyvybnfv2i37z23w-dbus-1.6.4.tar.gz.drv
1189 /gnu/store/1ixwp12fl950d15h2cj11c73733jay0z-alsa-lib-1.0.27.1.tar.bz2.drv
1190 /gnu/store/nlma1pw0p603fpfiqy7kn4zm105r5dmw-util-linux-2.21.drv
1191@dots{}
1192@end example
1193
1194@noindent
1195to something like:
1196
1197@example
1198$ guix build emacs --dry-run
1199The following files would be downloaded:
1200 /gnu/store/pk3n22lbq6ydamyymqkkz7i69wiwjiwi-emacs-24.3
1201 /gnu/store/2ygn4ncnhrpr61rssa6z0d9x22si0va3-libjpeg-8d
1202 /gnu/store/71yz6lgx4dazma9dwn2mcjxaah9w77jq-cairo-1.12.16
1203 /gnu/store/7zdhgp0n1518lvfn8mb96sxqfmvqrl7v-libxrender-0.9.7
1204@dots{}
1205@end example
1206
1207@noindent
1208This indicates that substitutes from @code{hydra.gnu.org} are usable and
1209will be downloaded, when possible, for future builds.
1210
1211Guix ignores substitutes that are not signed, or that are not signed by
ef27aa9c 1212one of the keys listed in the ACL. It also detects and raises an error
c4202d60
LC
1213when attempting to use a substitute that has been tampered with.
1214
1215The substitute mechanism can be disabled globally by running
1216@code{guix-daemon} with @code{--no-substitutes} (@pxref{Invoking
1217guix-daemon}). It can also be disabled temporarily by passing the
1218@code{--no-substitutes} option to @command{guix package}, @command{guix
1219build}, and other command-line tools.
1220
1221
1222Today, each individual's control over their own computing is at the
1223mercy of institutions, corporations, and groups with enough power and
1224determination to subvert the computing infrastructure and exploit its
1225weaknesses. While using @code{hydra.gnu.org} substitutes can be
1226convenient, we encourage users to also build on their own, or even run
1227their own build farm, such that @code{hydra.gnu.org} is less of an
1228interesting target.
1229
1230Guix has the foundations to maximize build reproducibility
1231(@pxref{Features}). In most cases, independent builds of a given
1232package or derivation should yield bit-identical results. Thus, through
1233a diverse set of independent package builds, we can strengthen the
1234integrity of our systems.
1235
1236In the future, we want Guix to have support to publish and retrieve
1237binaries to/from other users, in a peer-to-peer fashion. If you would
1238like to discuss this project, join us on @email{guix-devel@@gnu.org}.
1239
1240
6e721c4d
LC
1241@node Packages with Multiple Outputs
1242@section Packages with Multiple Outputs
1243
1244@cindex multiple-output packages
1245@cindex package outputs
1246
1247Often, packages defined in Guix have a single @dfn{output}---i.e., the
1248source package leads exactly one directory in the store. When running
1249@command{guix package -i glibc}, one installs the default output of the
1250GNU libc package; the default output is called @code{out}, but its name
1251can be omitted as shown in this command. In this particular case, the
1252default output of @code{glibc} contains all the C header files, shared
1253libraries, static libraries, Info documentation, and other supporting
1254files.
1255
1256Sometimes it is more appropriate to separate the various types of files
1257produced from a single source package into separate outputs. For
1258instance, the GLib C library (used by GTK+ and related packages)
1259installs more than 20 MiB of reference documentation as HTML pages.
1260To save space for users who do not need it, the documentation goes to a
1261separate output, called @code{doc}. To install the main GLib output,
1262which contains everything but the documentation, one would run:
1263
1264@example
1265guix package -i glib
1266@end example
1267
1268The command to install its documentation is:
1269
1270@example
1271guix package -i glib:doc
1272@end example
1273
1274Some packages install programs with different ``dependency footprints''.
1275For instance, the WordNet package install both command-line tools and
1276graphical user interfaces (GUIs). The former depend solely on the C
1277library, whereas the latter depend on Tcl/Tk and the underlying X
1278libraries. In this case, we leave the command-line tools in the default
1279output, whereas the GUIs are in a separate output. This allows users
1280who do not need the GUIs to save space.
1281
1282There are several such multiple-output packages in the GNU distribution.
91ef73d4
LC
1283Other conventional output names include @code{lib} for libraries and
1284possibly header files, @code{bin} for stand-alone programs, and
1285@code{debug} for debugging information (@pxref{Installing Debugging
1286Files}). The outputs of a packages are listed in the third column of
1287the output of @command{guix package --list-available} (@pxref{Invoking
1288guix package}).
6e721c4d 1289
eeaf4427 1290
e49951eb
MW
1291@node Invoking guix gc
1292@section Invoking @command{guix gc}
fe8ff028
LC
1293
1294@cindex garbage collector
1295Packages that are installed but not used may be @dfn{garbage-collected}.
e49951eb 1296The @command{guix gc} command allows users to explicitly run the garbage
834129e0 1297collector to reclaim space from the @file{/gnu/store} directory.
fe8ff028
LC
1298
1299The garbage collector has a set of known @dfn{roots}: any file under
834129e0 1300@file{/gnu/store} reachable from a root is considered @dfn{live} and
fe8ff028
LC
1301cannot be deleted; any other file is considered @dfn{dead} and may be
1302deleted. The set of garbage collector roots includes default user
e49951eb
MW
1303profiles, and may be augmented with @command{guix build --root}, for
1304example (@pxref{Invoking guix build}).
fe8ff028 1305
1bb9900a
LC
1306Prior to running @code{guix gc --collect-garbage} to make space, it is
1307often useful to remove old generations from user profiles; that way, old
1308package builds referenced by those generations can be reclaimed. This
1309is achieved by running @code{guix package --delete-generations}
1310(@pxref{Invoking guix package}).
1311
e49951eb 1312The @command{guix gc} command has three modes of operation: it can be
fe8ff028
LC
1313used to garbage-collect any dead files (the default), to delete specific
1314files (the @code{--delete} option), or to print garbage-collector
1315information. The available options are listed below:
1316
1317@table @code
1318@item --collect-garbage[=@var{min}]
1319@itemx -C [@var{min}]
834129e0 1320Collect garbage---i.e., unreachable @file{/gnu/store} files and
fe8ff028
LC
1321sub-directories. This is the default operation when no option is
1322specified.
1323
1324When @var{min} is given, stop once @var{min} bytes have been collected.
1325@var{min} may be a number of bytes, or it may include a unit as a
4a44d7bb
LC
1326suffix, such as @code{MiB} for mebibytes and @code{GB} for gigabytes
1327(@pxref{Block size, size specifications,, coreutils, GNU Coreutils}).
fe8ff028
LC
1328
1329When @var{min} is omitted, collect all the garbage.
1330
1331@item --delete
1332@itemx -d
1333Attempt to delete all the store files and directories specified as
1334arguments. This fails if some of the files are not in the store, or if
1335they are still live.
1336
1337@item --list-dead
1338Show the list of dead files and directories still present in the
1339store---i.e., files and directories no longer reachable from any root.
1340
1341@item --list-live
1342Show the list of live store files and directories.
ba8b732d
LC
1343
1344@end table
1345
1346In addition, the references among existing store files can be queried:
1347
1348@table @code
1349
1350@item --references
1351@itemx --referrers
1352List the references (respectively, the referrers) of store files given
1353as arguments.
1354
8e59fdd5
LC
1355@item --requisites
1356@itemx -R
1357List the requisites of the store files passed as arguments. Requisites
1358include the store files themselves, their references, and the references
1359of these, recursively. In other words, the returned list is the
1360@dfn{transitive closure} of the store files.
1361
fe8ff028
LC
1362@end table
1363
eeaf4427 1364
f651b477
LC
1365@node Invoking guix pull
1366@section Invoking @command{guix pull}
1367
1368Packages are installed or upgraded to the latest version available in
1369the distribution currently available on your local machine. To update
1370that distribution, along with the Guix tools, you must run @command{guix
1371pull}: the command downloads the latest Guix source code and package
1372descriptions, and deploys it.
1373
1374On completion, @command{guix package} will use packages and package
1375versions from this just-retrieved copy of Guix. Not only that, but all
1376the Guix commands and Scheme modules will also be taken from that latest
1377version. New @command{guix} sub-commands added by the update also
1378become available.
1379
1380The @command{guix pull} command is usually invoked with no arguments,
1381but it supports the following options:
1382
1383@table @code
1384@item --verbose
1385Produce verbose output, writing build logs to the standard error output.
1386
ab5d72ad
LC
1387@item --url=@var{url}
1388Download the source tarball of Guix from @var{url}.
1389
1390By default, the tarball is taken from its canonical address at
1391@code{gnu.org}, for the stable branch of Guix.
1392
f651b477
LC
1393@item --bootstrap
1394Use the bootstrap Guile to build the latest Guix. This option is only
1395useful to Guix developers.
1396@end table
1397
760c60d6
LC
1398
1399@node Invoking guix archive
1400@section Invoking @command{guix archive}
1401
1402The @command{guix archive} command allows users to @dfn{export} files
1403from the store into a single archive, and to later @dfn{import} them.
1404In particular, it allows store files to be transferred from one machine
1405to another machine's store. For example, to transfer the @code{emacs}
1406package to a machine connected over SSH, one would run:
1407
1408@example
56607088 1409guix archive --export -r emacs | ssh the-machine guix archive --import
760c60d6
LC
1410@end example
1411
87236aed 1412@noindent
56607088
LC
1413Similarly, a complete user profile may be transferred from one machine
1414to another like this:
1415
1416@example
1417guix archive --export -r $(readlink -f ~/.guix-profile) | \
1418 ssh the-machine guix-archive --import
1419@end example
1420
1421@noindent
1422However, note that, in both examples, all of @code{emacs} and the
1423profile as well as all of their dependencies are transferred (due to
1424@code{-r}), regardless of what is already available in the target
1425machine's store. The @code{--missing} option can help figure out which
1426items are missing from the target's store.
87236aed 1427
760c60d6 1428Archives are stored in the ``Nix archive'' or ``Nar'' format, which is
0dbd88db
LC
1429comparable in spirit to `tar', but with a few noteworthy differences
1430that make it more appropriate for our purposes. First, rather than
1431recording all Unix meta-data for each file, the Nar format only mentions
1432the file type (regular, directory, or symbolic link); Unix permissions
1433and owner/group are dismissed. Second, the order in which directory
1434entries are stored always follows the order of file names according to
1435the C locale collation order. This makes archive production fully
1436deterministic.
1437
1438When exporting, the daemon digitally signs the contents of the archive,
1439and that digital signature is appended. When importing, the daemon
1440verifies the signature and rejects the import in case of an invalid
1441signature or if the signing key is not authorized.
760c60d6
LC
1442@c FIXME: Add xref to daemon doc about signatures.
1443
1444The main options are:
1445
1446@table @code
1447@item --export
1448Export the specified store files or packages (see below.) Write the
1449resulting archive to the standard output.
1450
56607088
LC
1451Dependencies are @emph{not} included in the output, unless
1452@code{--recursive} is passed.
1453
1454@item -r
1455@itemx --recursive
1456When combined with @code{--export}, this instructs @command{guix
1457archive} to include dependencies of the given items in the archive.
1458Thus, the resulting archive is self-contained: it contains the closure
1459of the exported store items.
1460
760c60d6
LC
1461@item --import
1462Read an archive from the standard input, and import the files listed
1463therein into the store. Abort if the archive has an invalid digital
f82cc5fd
LC
1464signature, or if it is signed by a public key not among the authorized
1465keys (see @code{--authorize} below.)
554f26ec 1466
87236aed
LC
1467@item --missing
1468Read a list of store file names from the standard input, one per line,
1469and write on the standard output the subset of these files missing from
1470the store.
1471
554f26ec 1472@item --generate-key[=@var{parameters}]
f82cc5fd 1473@cindex signing, archives
554f26ec
LC
1474Generate a new key pair for the daemons. This is a prerequisite before
1475archives can be exported with @code{--export}. Note that this operation
1476usually takes time, because it needs to gather enough entropy to
1477generate the key pair.
1478
1479The generated key pair is typically stored under @file{/etc/guix}, in
1480@file{signing-key.pub} (public key) and @file{signing-key.sec} (private
867d8473
LC
1481key, which must be kept secret.) When @var{parameters} is omitted,
1482an ECDSA key using the Ed25519 curve is generated, or, for Libgcrypt
1483versions before 1.6.0, it is a 4096-bit RSA key.
1484Alternately, @var{parameters} can specify
554f26ec
LC
1485@code{genkey} parameters suitable for Libgcrypt (@pxref{General
1486public-key related Functions, @code{gcry_pk_genkey},, gcrypt, The
1487Libgcrypt Reference Manual}).
f82cc5fd
LC
1488
1489@item --authorize
1490@cindex authorizing, archives
1491Authorize imports signed by the public key passed on standard input.
1492The public key must be in ``s-expression advanced format''---i.e., the
1493same format as the @file{signing-key.pub} file.
1494
1495The list of authorized keys is kept in the human-editable file
1496@file{/etc/guix/acl}. The file contains
1497@url{http://people.csail.mit.edu/rivest/Sexp.txt, ``advanced-format
1498s-expressions''} and is structured as an access-control list in the
1499@url{http://theworld.com/~cme/spki.txt, Simple Public-Key Infrastructure
1500(SPKI)}.
760c60d6
LC
1501@end table
1502
1503To export store files as an archive to the standard output, run:
1504
1505@example
1506guix archive --export @var{options} @var{specifications}...
1507@end example
1508
1509@var{specifications} may be either store file names or package
1510specifications, as for @command{guix package} (@pxref{Invoking guix
1511package}). For instance, the following command creates an archive
1512containing the @code{gui} output of the @code{git} package and the main
1513output of @code{emacs}:
1514
1515@example
834129e0 1516guix archive --export git:gui /gnu/store/...-emacs-24.3 > great.nar
760c60d6
LC
1517@end example
1518
1519If the specified packages are not built yet, @command{guix archive}
1520automatically builds them. The build process may be controlled with the
1521same options that can be passed to the @command{guix build} command
70ee5642 1522(@pxref{Invoking guix build, common build options}).
760c60d6
LC
1523
1524
568717fd
LC
1525@c *********************************************************************
1526@node Programming Interface
1527@chapter Programming Interface
1528
3dc1970d
LC
1529GNU Guix provides several Scheme programming interfaces (APIs) to
1530define, build, and query packages. The first interface allows users to
1531write high-level package definitions. These definitions refer to
1532familiar packaging concepts, such as the name and version of a package,
1533its build system, and its dependencies. These definitions can then be
1534turned into concrete build actions.
1535
ba55b1cb 1536Build actions are performed by the Guix daemon, on behalf of users. In a
3dc1970d 1537standard setup, the daemon has write access to the store---the
834129e0 1538@file{/gnu/store} directory---whereas users do not. The recommended
3dc1970d
LC
1539setup also has the daemon perform builds in chroots, under a specific
1540build users, to minimize interference with the rest of the system.
1541
1542@cindex derivation
1543Lower-level APIs are available to interact with the daemon and the
1544store. To instruct the daemon to perform a build action, users actually
1545provide it with a @dfn{derivation}. A derivation is a low-level
1546representation of the build actions to be taken, and the environment in
1547which they should occur---derivations are to package definitions what
49ad317a
LC
1548assembly is to C programs. The term ``derivation'' comes from the fact
1549that build results @emph{derive} from them.
3dc1970d
LC
1550
1551This chapter describes all these APIs in turn, starting from high-level
1552package definitions.
1553
568717fd 1554@menu
b860f382 1555* Defining Packages:: Defining new packages.
7458bd0a 1556* Build Systems:: Specifying how packages are built.
b860f382
LC
1557* The Store:: Manipulating the package store.
1558* Derivations:: Low-level interface to package derivations.
1559* The Store Monad:: Purely functional interface to the store.
21b679f6 1560* G-Expressions:: Manipulating build expressions.
568717fd
LC
1561@end menu
1562
1563@node Defining Packages
1564@section Defining Packages
1565
3dc1970d
LC
1566The high-level interface to package definitions is implemented in the
1567@code{(guix packages)} and @code{(guix build-system)} modules. As an
1568example, the package definition, or @dfn{recipe}, for the GNU Hello
1569package looks like this:
1570
1571@example
e7f34eb0
LC
1572(define-module (gnu packages hello)
1573 #:use-module (guix packages)
1574 #:use-module (guix download)
1575 #:use-module (guix build-system gnu)
1576 #:use-module (guix licenses))
b22a12fd 1577
79f5dd59 1578(define-public hello
3dc1970d
LC
1579 (package
1580 (name "hello")
1581 (version "2.8")
1582 (source (origin
1583 (method url-fetch)
1584 (uri (string-append "mirror://gnu/hello/hello-" version
1585 ".tar.gz"))
1586 (sha256
1587 (base32 "0wqd8sjmxfskrflaxywc7gqw7sfawrfvdxd9skxawzfgyy0pzdz6"))))
1588 (build-system gnu-build-system)
7458bd0a 1589 (arguments `(#:configure-flags '("--enable-silent-rules")))
3dc1970d 1590 (inputs `(("gawk" ,gawk)))
7458bd0a
LC
1591 (synopsis "Hello, GNU world: An example GNU package")
1592 (description "Guess what GNU Hello prints!")
3dc1970d 1593 (home-page "http://www.gnu.org/software/hello/")
b22a12fd 1594 (license gpl3+)))
3dc1970d
LC
1595@end example
1596
1597@noindent
1598Without being a Scheme expert, the reader may have guessed the meaning
e7f34eb0 1599of the various fields here. This expression binds variable @code{hello}
3dc1970d
LC
1600to a @code{<package>} object, which is essentially a record
1601(@pxref{SRFI-9, Scheme records,, guile, GNU Guile Reference Manual}).
1602This package object can be inspected using procedures found in the
1603@code{(guix packages)} module; for instance, @code{(package-name hello)}
1604returns---surprise!---@code{"hello"}.
1605
2f7d2d91
LC
1606With luck, you may be able to import part or all of the definition of
1607the package you are interested in from another repository, using the
1608@code{guix import} command (@pxref{Invoking guix import}).
1609
e7f34eb0
LC
1610In the example above, @var{hello} is defined into a module of its own,
1611@code{(gnu packages hello)}. Technically, this is not strictly
1612necessary, but it is convenient to do so: all the packages defined in
1613modules under @code{(gnu packages @dots{})} are automatically known to
1614the command-line tools (@pxref{Package Modules}).
1615
3dc1970d
LC
1616There are a few points worth noting in the above package definition:
1617
1618@itemize
1619@item
1620The @code{source} field of the package is an @code{<origin>} object.
1621Here, the @code{url-fetch} method from @code{(guix download)} is used,
1622meaning that the source is a file to be downloaded over FTP or HTTP.
1623
1624The @code{mirror://gnu} prefix instructs @code{url-fetch} to use one of
1625the GNU mirrors defined in @code{(guix download)}.
1626
1627The @code{sha256} field specifies the expected SHA256 hash of the file
1628being downloaded. It is mandatory, and allows Guix to check the
1629integrity of the file. The @code{(base32 @dots{})} form introduces the
6c365eca 1630base32 representation of the hash. You can obtain this information with
210cc920
LC
1631@code{guix download} (@pxref{Invoking guix download}) and @code{guix
1632hash} (@pxref{Invoking guix hash}).
3dc1970d 1633
f9cc8971
LC
1634@cindex patches
1635When needed, the @code{origin} form can also have a @code{patches} field
1636listing patches to be applied, and a @code{snippet} field giving a
1637Scheme expression to modify the source code.
1638
3dc1970d
LC
1639@item
1640@cindex GNU Build System
7458bd0a
LC
1641The @code{build-system} field specifies the procedure to build the
1642package (@pxref{Build Systems}). Here, @var{gnu-build-system}
1643represents the familiar GNU Build System, where packages may be
1644configured, built, and installed with the usual @code{./configure &&
1645make && make check && make install} command sequence.
1646
1647@item
1648The @code{arguments} field specifies options for the build system
1649(@pxref{Build Systems}). Here it is interpreted by
1650@var{gnu-build-system} as a request run @file{configure} with the
1651@code{--enable-silent-rules} flag.
3dc1970d
LC
1652
1653@item
1654The @code{inputs} field specifies inputs to the build process---i.e.,
1655build-time or run-time dependencies of the package. Here, we define an
1656input called @code{"gawk"} whose value is that of the @var{gawk}
1657variable; @var{gawk} is itself bound to a @code{<package>} object.
1658
1659Note that GCC, Coreutils, Bash, and other essential tools do not need to
1660be specified as inputs here. Instead, @var{gnu-build-system} takes care
7458bd0a 1661of ensuring that they are present (@pxref{Build Systems}).
3dc1970d
LC
1662
1663However, any other dependencies need to be specified in the
1664@code{inputs} field. Any dependency not specified here will simply be
1665unavailable to the build process, possibly leading to a build failure.
1666@end itemize
1667
2f7d2d91 1668Once a package definition is in place, the
e49951eb 1669package may actually be built using the @code{guix build} command-line
7458bd0a 1670tool (@pxref{Invoking guix build}). @xref{Packaging Guidelines}, for
b4f5e0e8
CR
1671more information on how to test package definitions, and
1672@ref{Invoking guix lint}, for information on how to check a definition
1673for style conformance.
1674
7458bd0a
LC
1675Eventually, updating the package definition to a new upstream version
1676can be partly automated by the @command{guix refresh} command
1677(@pxref{Invoking guix refresh}).
3dc1970d
LC
1678
1679Behind the scenes, a derivation corresponding to the @code{<package>}
1680object is first computed by the @code{package-derivation} procedure.
834129e0 1681That derivation is stored in a @code{.drv} file under @file{/gnu/store}.
ba55b1cb 1682The build actions it prescribes may then be realized by using the
3dc1970d
LC
1683@code{build-derivations} procedure (@pxref{The Store}).
1684
1685@deffn {Scheme Procedure} package-derivation @var{store} @var{package} [@var{system}]
59688fc4
LC
1686Return the @code{<derivation>} object of @var{package} for @var{system}
1687(@pxref{Derivations}).
3dc1970d
LC
1688
1689@var{package} must be a valid @code{<package>} object, and @var{system}
1690must be a string denoting the target system type---e.g.,
1691@code{"x86_64-linux"} for an x86_64 Linux-based GNU system. @var{store}
1692must be a connection to the daemon, which operates on the store
1693(@pxref{The Store}).
1694@end deffn
568717fd 1695
9c1edabd
LC
1696@noindent
1697@cindex cross-compilation
1698Similarly, it is possible to compute a derivation that cross-builds a
1699package for some other system:
1700
1701@deffn {Scheme Procedure} package-cross-derivation @var{store} @
1702 @var{package} @var{target} [@var{system}]
59688fc4
LC
1703Return the @code{<derivation>} object of @var{package} cross-built from
1704@var{system} to @var{target}.
9c1edabd
LC
1705
1706@var{target} must be a valid GNU triplet denoting the target hardware
1707and operating system, such as @code{"mips64el-linux-gnu"}
1708(@pxref{Configuration Names, GNU configuration triplets,, configure, GNU
1709Configure and Build System}).
1710@end deffn
1711
1712
7458bd0a
LC
1713@node Build Systems
1714@section Build Systems
1715
1716@cindex build system
1717Each package definition specifies a @dfn{build system} and arguments for
1718that build system (@pxref{Defining Packages}). This @code{build-system}
1719field represents the build procedure of the package, as well implicit
1720dependencies of that build procedure.
1721
1722Build systems are @code{<build-system>} objects. The interface to
1723create and manipulate them is provided by the @code{(guix build-system)}
1724module, and actual build systems are exported by specific modules.
1725
f5fd4fd2 1726@cindex bag (low-level package representation)
0d5a559f
LC
1727Under the hood, build systems first compile package objects to
1728@dfn{bags}. A @dfn{bag} is like a package, but with less
1729ornamentation---in other words, a bag is a lower-level representation of
1730a package, which includes all the inputs of that package, including some
1731that were implicitly added by the build system. This intermediate
1732representation is then compiled to a derivation (@pxref{Derivations}).
1733
7458bd0a
LC
1734Build systems accept an optional list of @dfn{arguments}. In package
1735definitions, these are passed @i{via} the @code{arguments} field
1736(@pxref{Defining Packages}). They are typically keyword arguments
1737(@pxref{Optional Arguments, keyword arguments in Guile,, guile, GNU
1738Guile Reference Manual}). The value of these arguments is usually
1739evaluated in the @dfn{build stratum}---i.e., by a Guile process launched
1740by the daemon (@pxref{Derivations}).
1741
1742The main build system is @var{gnu-build-system}, which implements the
1743standard build procedure for GNU packages and many other packages. It
1744is provided by the @code{(guix build-system gnu)} module.
1745
1746@defvr {Scheme Variable} gnu-build-system
1747@var{gnu-build-system} represents the GNU Build System, and variants
1748thereof (@pxref{Configuration, configuration and makefile conventions,,
1749standards, GNU Coding Standards}).
1750
1751@cindex build phases
1752In a nutshell, packages using it configured, built, and installed with
1753the usual @code{./configure && make && make check && make install}
1754command sequence. In practice, a few additional steps are often needed.
1755All these steps are split up in separate @dfn{phases},
1756notably@footnote{Please see the @code{(guix build gnu-build-system)}
1757modules for more details about the build phases.}:
1758
1759@table @code
1760@item unpack
1761Unpack the source tarball, and change the current directory to the
1762extracted source tree. If the source is actually a directory, copy it
1763to the build tree, and enter that directory.
1764
1765@item patch-source-shebangs
1766Patch shebangs encountered in source files so they refer to the right
1767store file names. For instance, this changes @code{#!/bin/sh} to
1768@code{#!/gnu/store/@dots{}-bash-4.3/bin/sh}.
1769
1770@item configure
1771Run the @file{configure} script with a number of default options, such
1772as @code{--prefix=/gnu/store/@dots{}}, as well as the options specified
1773by the @code{#:configure-flags} argument.
1774
1775@item build
1776Run @code{make} with the list of flags specified with
1777@code{#:make-flags}. If the @code{#:parallel-builds?} argument is true
1778(the default), build with @code{make -j}.
1779
1780@item check
1781Run @code{make check}, or some other target specified with
1782@code{#:test-target}, unless @code{#:tests? #f} is passed. If the
1783@code{#:parallel-tests?} argument is true (the default), run @code{make
1784check -j}.
1785
1786@item install
1787Run @code{make install} with the flags listed in @code{#:make-flags}.
1788
1789@item patch-shebangs
1790Patch shebangs on the installed executable files.
1791
1792@item strip
1793Strip debugging symbols from ELF files (unless @code{#:strip-binaries?}
1794is false), copying them to the @code{debug} output when available
1795(@pxref{Installing Debugging Files}).
1796@end table
1797
1798@vindex %standard-phases
1799The build-side module @code{(guix build gnu-build-system)} defines
1800@var{%standard-phases} as the default list of build phases.
1801@var{%standard-phases} is a list of symbol/procedure pairs, where the
1802procedure implements the actual phase.
1803
1804The list of phases used for a particular package can be changed with the
1805@code{#:phases} parameter. For instance, passing:
1806
1807@example
1808#:phases (alist-delete 'configure %standard-phases)
1809@end example
1810
9bf404e9 1811means that all the phases described above will be used, except the
7458bd0a
LC
1812@code{configure} phase.
1813
1814In addition, this build system ensures that the ``standard'' environment
1815for GNU packages is available. This includes tools such as GCC, libc,
1816Coreutils, Bash, Make, Diffutils, grep, and sed (see the @code{(guix
1817build-system gnu)} module for a complete list.) We call these the
1818@dfn{implicit inputs} of a package, because package definitions don't
1819have to mention them.
1820@end defvr
1821
1822Other @code{<build-system>} objects are defined to support other
1823conventions and tools used by free software packages. They inherit most
1824of @var{gnu-build-system}, and differ mainly in the set of inputs
1825implicitly added to the build process, and in the list of phases
1826executed. Some of these build systems are listed below.
1827
1828@defvr {Scheme Variable} cmake-build-system
1829This variable is exported by @code{(guix build-system cmake)}. It
1830implements the build procedure for packages using the
1831@url{http://www.cmake.org, CMake build tool}.
1832
1833It automatically adds the @code{cmake} package to the set of inputs.
1834Which package is used can be specified with the @code{#:cmake}
1835parameter.
9849cfc1
LC
1836
1837The @code{#:configure-flags} parameter is taken as a list of flags
1838passed to the @command{cmake} command. The @code{#:build-type}
1839parameter specifies in abstract terms the flags passed to the compiler;
1840it defaults to @code{"RelWithDebInfo"} (short for ``release mode with
1841debugging information''), which roughly means that code is compiled with
1842@code{-O2 -g}, as is the case for Autoconf-based packages by default.
7458bd0a
LC
1843@end defvr
1844
3afcf52b
FB
1845@defvr {Scheme Variable} glib-or-gtk-build-system
1846This variable is exported by @code{(guix build-system glib-or-gtk)}. It
1847is intended for use with packages making use of GLib or GTK+.
1848
1849This build system adds the following two phases to the ones defined by
1850@var{gnu-build-system}:
1851
1852@table @code
1853@item glib-or-gtk-wrap
1854The phase @code{glib-or-gtk-wrap} ensures that programs found under
1855@file{bin/} are able to find GLib's ``schemas'' and
1856@uref{https://developer.gnome.org/gtk3/stable/gtk-running.html, GTK+
1857modules}. This is achieved by wrapping the programs in launch scripts
1858that appropriately set the @code{XDG_DATA_DIRS} and @code{GTK_PATH}
1859environment variables.
1860
73aa8ddb
LC
1861It is possible to exclude specific package outputs from that wrapping
1862process by listing their names in the
1863@code{#:glib-or-gtk-wrap-excluded-outputs} parameter. This is useful
1864when an output is known not to contain any GLib or GTK+ binaries, and
1865where wrapping would gratuitously add a dependency of that output on
1866GLib and GTK+.
1867
3afcf52b
FB
1868@item glib-or-gtk-compile-schemas
1869The phase @code{glib-or-gtk-compile-schemas} makes sure that all GLib's
1870@uref{https://developer.gnome.org/gio/stable/glib-compile-schemas.html,
1871GSettings schemas} are compiled. Compilation is performed by the
1872@command{glib-compile-schemas} program. It is provided by the package
1873@code{glib:bin} which is automatically imported by the build system.
1874The @code{glib} package providing @command{glib-compile-schemas} can be
1875specified with the @code{#:glib} parameter.
1876@end table
1877
1878Both phases are executed after the @code{install} phase.
1879@end defvr
1880
7458bd0a
LC
1881@defvr {Scheme Variable} python-build-system
1882This variable is exported by @code{(guix build-system python)}. It
1883implements the more or less standard build procedure used by Python
1884packages, which consists in running @code{python setup.py build} and
1885then @code{python setup.py install --prefix=/gnu/store/@dots{}}.
1886
1887For packages that install stand-alone Python programs under @code{bin/},
1888it takes care of wrapping these programs so their @code{PYTHONPATH}
1889environment variable points to all the Python libraries they depend on.
1890
1891Which Python package is used can be specified with the @code{#:python}
1892parameter.
1893@end defvr
1894
1895@defvr {Scheme Variable} perl-build-system
1896This variable is exported by @code{(guix build-system perl)}. It
1897implements the standard build procedure for Perl packages, which
1898consists in running @code{perl Makefile.PL PREFIX=/gnu/store/@dots{}},
1899followed by @code{make} and @code{make install}.
1900
1901The initial @code{perl Makefile.PL} invocation passes flags specified by
1902the @code{#:make-maker-flags} parameter.
1903
1904Which Perl package is used can be specified with @code{#:perl}.
1905@end defvr
1906
c08f9818
DT
1907@defvr {Scheme Variable} ruby-build-system
1908This variable is exported by @code{(guix build-system ruby)}. It
1909implements the RubyGems build procedure used by Ruby packages, which
1910involves running @code{gem build} followed by @code{gem install}.
1911
1912Which Ruby package is used can be specified with the @code{#:ruby}
1913parameter.
1914@end defvr
7458bd0a 1915
a677c726
RW
1916@defvr {Scheme Variable} waf-build-system
1917This variable is exported by @code{(guix build-system waf)}. It
1918implements a build procedure around the @code{waf} script. The common
1919phases---@code{configure}, @code{build}, and @code{install}---are
1920implemented by passing their names as arguments to the @code{waf}
1921script.
1922
1923The @code{waf} script is executed by the Python interpreter. Which
1924Python package is used to run the script can be specified with the
1925@code{#:python} parameter.
1926@end defvr
1927
7458bd0a
LC
1928Lastly, for packages that do not need anything as sophisticated, a
1929``trivial'' build system is provided. It is trivial in the sense that
1930it provides basically no support: it does not pull any implicit inputs,
1931and does not have a notion of build phases.
1932
1933@defvr {Scheme Variable} trivial-build-system
1934This variable is exported by @code{(guix build-system trivial)}.
1935
1936This build system requires a @code{#:builder} argument. This argument
1937must be a Scheme expression that builds the package's output(s)---as
1938with @code{build-expression->derivation} (@pxref{Derivations,
1939@code{build-expression->derivation}}).
1940@end defvr
1941
568717fd
LC
1942@node The Store
1943@section The Store
1944
e531ac2a
LC
1945@cindex store
1946@cindex store paths
1947
1948Conceptually, the @dfn{store} is where derivations that have been
834129e0 1949successfully built are stored---by default, under @file{/gnu/store}.
e531ac2a
LC
1950Sub-directories in the store are referred to as @dfn{store paths}. The
1951store has an associated database that contains information such has the
1952store paths referred to by each store path, and the list of @emph{valid}
1953store paths---paths that result from a successful build.
1954
1955The store is always accessed by the daemon on behalf of its clients
1956(@pxref{Invoking guix-daemon}). To manipulate the store, clients
1957connect to the daemon over a Unix-domain socket, send it requests, and
1958read the result---these are remote procedure calls, or RPCs.
1959
1960The @code{(guix store)} module provides procedures to connect to the
1961daemon, and to perform RPCs. These are described below.
1962
1963@deffn {Scheme Procedure} open-connection [@var{file}] [#:reserve-space? #t]
1964Connect to the daemon over the Unix-domain socket at @var{file}. When
1965@var{reserve-space?} is true, instruct it to reserve a little bit of
1966extra space on the file system so that the garbage collector can still
1967operate, should the disk become full. Return a server object.
1968
1969@var{file} defaults to @var{%default-socket-path}, which is the normal
1970location given the options that were passed to @command{configure}.
1971@end deffn
1972
1973@deffn {Scheme Procedure} close-connection @var{server}
1974Close the connection to @var{server}.
1975@end deffn
1976
1977@defvr {Scheme Variable} current-build-output-port
1978This variable is bound to a SRFI-39 parameter, which refers to the port
1979where build and error logs sent by the daemon should be written.
1980@end defvr
1981
1982Procedures that make RPCs all take a server object as their first
1983argument.
1984
1985@deffn {Scheme Procedure} valid-path? @var{server} @var{path}
1986Return @code{#t} when @var{path} is a valid store path.
1987@end deffn
1988
cfbf9160 1989@deffn {Scheme Procedure} add-text-to-store @var{server} @var{name} @var{text} [@var{references}]
e531ac2a
LC
1990Add @var{text} under file @var{name} in the store, and return its store
1991path. @var{references} is the list of store paths referred to by the
1992resulting store path.
1993@end deffn
1994
874e6874 1995@deffn {Scheme Procedure} build-derivations @var{server} @var{derivations}
59688fc4
LC
1996Build @var{derivations} (a list of @code{<derivation>} objects or
1997derivation paths), and return when the worker is done building them.
1998Return @code{#t} on success.
874e6874
LC
1999@end deffn
2000
b860f382
LC
2001Note that the @code{(guix monads)} module provides a monad as well as
2002monadic versions of the above procedures, with the goal of making it
2003more convenient to work with code that accesses the store (@pxref{The
2004Store Monad}).
2005
e531ac2a
LC
2006@c FIXME
2007@i{This section is currently incomplete.}
568717fd
LC
2008
2009@node Derivations
2010@section Derivations
2011
874e6874
LC
2012@cindex derivations
2013Low-level build actions and the environment in which they are performed
2014are represented by @dfn{derivations}. A derivation contain the
2015following pieces of information:
2016
2017@itemize
2018@item
2019The outputs of the derivation---derivations produce at least one file or
2020directory in the store, but may produce more.
2021
2022@item
2023The inputs of the derivations, which may be other derivations or plain
2024files in the store (patches, build scripts, etc.)
2025
2026@item
2027The system type targeted by the derivation---e.g., @code{x86_64-linux}.
2028
2029@item
2030The file name of a build script in the store, along with the arguments
2031to be passed.
2032
2033@item
2034A list of environment variables to be defined.
2035
2036@end itemize
2037
2038@cindex derivation path
2039Derivations allow clients of the daemon to communicate build actions to
2040the store. They exist in two forms: as an in-memory representation,
2041both on the client- and daemon-side, and as files in the store whose
2042name end in @code{.drv}---these files are referred to as @dfn{derivation
2043paths}. Derivations paths can be passed to the @code{build-derivations}
2044procedure to perform the build actions they prescribe (@pxref{The
2045Store}).
2046
2047The @code{(guix derivations)} module provides a representation of
2048derivations as Scheme objects, along with procedures to create and
2049otherwise manipulate derivations. The lowest-level primitive to create
2050a derivation is the @code{derivation} procedure:
2051
1909431c
LC
2052@deffn {Scheme Procedure} derivation @var{store} @var{name} @var{builder} @
2053 @var{args} [#:outputs '("out")] [#:hash #f] [#:hash-algo #f] @
2096ef47 2054 [#:recursive? #f] [#:inputs '()] [#:env-vars '()] @
1909431c 2055 [#:system (%current-system)] [#:references-graphs #f] @
b53be755 2056 [#:allowed-references #f] [#:local-build? #f]
59688fc4
LC
2057Build a derivation with the given arguments, and return the resulting
2058@code{<derivation>} object.
874e6874 2059
2096ef47 2060When @var{hash} and @var{hash-algo} are given, a
874e6874 2061@dfn{fixed-output derivation} is created---i.e., one whose result is
36bbbbd1
LC
2062known in advance, such as a file download. If, in addition,
2063@var{recursive?} is true, then that fixed output may be an executable
2064file or a directory and @var{hash} must be the hash of an archive
2065containing this output.
5b0c9d16 2066
858e9282 2067When @var{references-graphs} is true, it must be a list of file
5b0c9d16
LC
2068name/store path pairs. In that case, the reference graph of each store
2069path is exported in the build environment in the corresponding file, in
2070a simple text format.
1909431c 2071
b53be755
LC
2072When @var{allowed-references} is true, it must be a list of store items
2073or outputs that the derivation's output may refer to.
2074
1909431c
LC
2075When @var{local-build?} is true, declare that the derivation is not a
2076good candidate for offloading and should rather be built locally
2077(@pxref{Daemon Offload Setup}). This is the case for small derivations
2078where the costs of data transfers would outweigh the benefits.
874e6874
LC
2079@end deffn
2080
2081@noindent
2082Here's an example with a shell script as its builder, assuming
2083@var{store} is an open connection to the daemon, and @var{bash} points
2084to a Bash executable in the store:
2085
2086@lisp
2087(use-modules (guix utils)
2088 (guix store)
2089 (guix derivations))
2090
59688fc4
LC
2091(let ((builder ; add the Bash script to the store
2092 (add-text-to-store store "my-builder.sh"
2093 "echo hello world > $out\n" '())))
2094 (derivation store "foo"
2095 bash `("-e" ,builder)
21b679f6 2096 #:inputs `((,bash) (,builder))
59688fc4 2097 #:env-vars '(("HOME" . "/homeless"))))
834129e0 2098@result{} #<derivation /gnu/store/@dots{}-foo.drv => /gnu/store/@dots{}-foo>
874e6874
LC
2099@end lisp
2100
21b679f6
LC
2101As can be guessed, this primitive is cumbersome to use directly. A
2102better approach is to write build scripts in Scheme, of course! The
2103best course of action for that is to write the build code as a
2104``G-expression'', and to pass it to @code{gexp->derivation}. For more
6621cdb6 2105information, @pxref{G-Expressions}.
21b679f6
LC
2106
2107Once upon a time, @code{gexp->derivation} did not exist and constructing
2108derivations with build code written in Scheme was achieved with
2109@code{build-expression->derivation}, documented below. This procedure
2110is now deprecated in favor of the much nicer @code{gexp->derivation}.
874e6874 2111
dd1a5a15
LC
2112@deffn {Scheme Procedure} build-expression->derivation @var{store} @
2113 @var{name} @var{exp} @
2114 [#:system (%current-system)] [#:inputs '()] @
2115 [#:outputs '("out")] [#:hash #f] [#:hash-algo #f] @
36bbbbd1 2116 [#:recursive? #f] [#:env-vars '()] [#:modules '()] @
63a42824
LC
2117 [#:references-graphs #f] [#:allowed-references #f] @
2118 [#:local-build? #f] [#:guile-for-build #f]
874e6874
LC
2119Return a derivation that executes Scheme expression @var{exp} as a
2120builder for derivation @var{name}. @var{inputs} must be a list of
2121@code{(name drv-path sub-drv)} tuples; when @var{sub-drv} is omitted,
2122@code{"out"} is assumed. @var{modules} is a list of names of Guile
2123modules from the current search path to be copied in the store,
2124compiled, and made available in the load path during the execution of
2125@var{exp}---e.g., @code{((guix build utils) (guix build
2126gnu-build-system))}.
2127
2128@var{exp} is evaluated in an environment where @code{%outputs} is bound
2129to a list of output/path pairs, and where @code{%build-inputs} is bound
2130to a list of string/output-path pairs made from @var{inputs}.
2131Optionally, @var{env-vars} is a list of string pairs specifying the name
2132and value of environment variables visible to the builder. The builder
2133terminates by passing the result of @var{exp} to @code{exit}; thus, when
2134@var{exp} returns @code{#f}, the build is considered to have failed.
2135
2136@var{exp} is built using @var{guile-for-build} (a derivation). When
2137@var{guile-for-build} is omitted or is @code{#f}, the value of the
2138@code{%guile-for-build} fluid is used instead.
9c629a27 2139
63a42824
LC
2140See the @code{derivation} procedure for the meaning of
2141@var{references-graphs}, @var{allowed-references}, and @var{local-build?}.
874e6874
LC
2142@end deffn
2143
2144@noindent
2145Here's an example of a single-output derivation that creates a directory
2146containing one file:
2147
2148@lisp
2149(let ((builder '(let ((out (assoc-ref %outputs "out")))
834129e0 2150 (mkdir out) ; create /gnu/store/@dots{}-goo
874e6874
LC
2151 (call-with-output-file (string-append out "/test")
2152 (lambda (p)
2153 (display '(hello guix) p))))))
dd1a5a15 2154 (build-expression->derivation store "goo" builder))
874e6874 2155
834129e0 2156@result{} #<derivation /gnu/store/@dots{}-goo.drv => @dots{}>
874e6874
LC
2157@end lisp
2158
568717fd 2159
b860f382
LC
2160@node The Store Monad
2161@section The Store Monad
2162
2163@cindex monad
2164
2165The procedures that operate on the store described in the previous
2166sections all take an open connection to the build daemon as their first
2167argument. Although the underlying model is functional, they either have
2168side effects or depend on the current state of the store.
2169
2170The former is inconvenient: the connection to the build daemon has to be
2171carried around in all those functions, making it impossible to compose
2172functions that do not take that parameter with functions that do. The
2173latter can be problematic: since store operations have side effects
2174and/or depend on external state, they have to be properly sequenced.
2175
2176@cindex monadic values
2177@cindex monadic functions
2178This is where the @code{(guix monads)} module comes in. This module
2179provides a framework for working with @dfn{monads}, and a particularly
2180useful monad for our uses, the @dfn{store monad}. Monads are a
2181construct that allows two things: associating ``context'' with values
2182(in our case, the context is the store), and building sequences of
561fb6c3 2183computations (here computations include accesses to the store.) Values
b860f382
LC
2184in a monad---values that carry this additional context---are called
2185@dfn{monadic values}; procedures that return such values are called
2186@dfn{monadic procedures}.
2187
2188Consider this ``normal'' procedure:
2189
2190@example
45adbd62
LC
2191(define (sh-symlink store)
2192 ;; Return a derivation that symlinks the 'bash' executable.
2193 (let* ((drv (package-derivation store bash))
2194 (out (derivation->output-path drv))
2195 (sh (string-append out "/bin/bash")))
2196 (build-expression->derivation store "sh"
2197 `(symlink ,sh %output))))
b860f382
LC
2198@end example
2199
2200Using @code{(guix monads)}, it may be rewritten as a monadic function:
2201
ada3df03 2202@c FIXME: Find a better example, one that uses 'mlet'.
b860f382 2203@example
45adbd62 2204(define (sh-symlink)
b860f382 2205 ;; Same, but return a monadic value.
ada3df03
LC
2206 (gexp->derivation "sh"
2207 #~(symlink (string-append #$bash "/bin/bash") #$output)))
b860f382
LC
2208@end example
2209
2210There are two things to note in the second version: the @code{store}
2211parameter is now implicit, and the monadic value returned by
2212@code{package-file}---a wrapper around @code{package-derivation} and
2213@code{derivation->output-path}---is @dfn{bound} using @code{mlet}
2214instead of plain @code{let}.
2215
2216Calling the monadic @code{profile.sh} has no effect. To get the desired
2217effect, one must use @code{run-with-store}:
2218
2219@example
2220(run-with-store (open-connection) (profile.sh))
834129e0 2221@result{} /gnu/store/...-profile.sh
b860f382
LC
2222@end example
2223
b9b86078
LC
2224Note that the @code{(guix monad-repl)} module extends Guile's REPL with
2225new ``meta-commands'' to make it easier to deal with monadic procedures:
2226@code{run-in-store}, and @code{enter-store-monad}. The former, is used
2227to ``run'' a single monadic value through the store:
2228
2229@example
2230scheme@@(guile-user)> ,run-in-store (package->derivation hello)
2231$1 = #<derivation /gnu/store/@dots{}-hello-2.9.drv => @dots{}>
2232@end example
2233
2234The latter enters a recursive REPL, where all the return values are
2235automatically run through the store:
2236
2237@example
2238scheme@@(guile-user)> ,enter-store-monad
2239store-monad@@(guile-user) [1]> (package->derivation hello)
2240$2 = #<derivation /gnu/store/@dots{}-hello-2.9.drv => @dots{}>
2241store-monad@@(guile-user) [1]> (text-file "foo" "Hello!")
2242$3 = "/gnu/store/@dots{}-foo"
2243store-monad@@(guile-user) [1]> ,q
2244scheme@@(guile-user)>
2245@end example
2246
2247@noindent
2248Note that non-monadic values cannot be returned in the
2249@code{store-monad} REPL.
2250
e87f0591
LC
2251The main syntactic forms to deal with monads in general are provided by
2252the @code{(guix monads)} module and are described below.
b860f382
LC
2253
2254@deffn {Scheme Syntax} with-monad @var{monad} @var{body} ...
2255Evaluate any @code{>>=} or @code{return} forms in @var{body} as being
2256in @var{monad}.
2257@end deffn
2258
2259@deffn {Scheme Syntax} return @var{val}
2260Return a monadic value that encapsulates @var{val}.
2261@end deffn
2262
2263@deffn {Scheme Syntax} >>= @var{mval} @var{mproc}
2264@dfn{Bind} monadic value @var{mval}, passing its ``contents'' to monadic
2265procedure @var{mproc}@footnote{This operation is commonly referred to as
2266``bind'', but that name denotes an unrelated procedure in Guile. Thus
2267we use this somewhat cryptic symbol inherited from the Haskell
2268language.}.
2269@end deffn
2270
2271@deffn {Scheme Syntax} mlet @var{monad} ((@var{var} @var{mval}) ...) @
2272 @var{body} ...
2273@deffnx {Scheme Syntax} mlet* @var{monad} ((@var{var} @var{mval}) ...) @
2274 @var{body} ...
2275Bind the variables @var{var} to the monadic values @var{mval} in
2276@var{body}. The form (@var{var} -> @var{val}) binds @var{var} to the
2277``normal'' value @var{val}, as per @code{let}.
2278
2279@code{mlet*} is to @code{mlet} what @code{let*} is to @code{let}
2280(@pxref{Local Bindings,,, guile, GNU Guile Reference Manual}).
2281@end deffn
2282
405a9d4e
LC
2283@deffn {Scheme System} mbegin @var{monad} @var{mexp} ...
2284Bind @var{mexp} and the following monadic expressions in sequence,
2285returning the result of the last expression.
2286
2287This is akin to @code{mlet}, except that the return values of the
2288monadic expressions are ignored. In that sense, it is analogous to
2289@code{begin}, but applied to monadic expressions.
2290@end deffn
2291
561fb6c3
LC
2292@cindex state monad
2293The @code{(guix monads)} module provides the @dfn{state monad}, which
2294allows an additional value---the state---to be @emph{threaded} through
2295monadic procedure calls.
2296
2297@defvr {Scheme Variable} %state-monad
2298The state monad. Procedures in the state monad can access and change
2299the state that is threaded.
2300
2301Consider the example below. The @code{square} procedure returns a value
2302in the state monad. It returns the square of its argument, but also
2303increments the current state value:
2304
2305@example
2306(define (square x)
2307 (mlet %state-monad ((count (current-state)))
2308 (mbegin %state-monad
2309 (set-current-state (+ 1 count))
2310 (return (* x x)))))
2311
2312(run-with-state (sequence %state-monad (map square (iota 3))) 0)
2313@result{} (0 1 4)
2314@result{} 3
2315@end example
2316
2317When ``run'' through @var{%state-monad}, we obtain that additional state
2318value, which is the number of @code{square} calls.
2319@end defvr
2320
2321@deffn {Monadic Procedure} current-state
2322Return the current state as a monadic value.
2323@end deffn
2324
2325@deffn {Monadic Procedure} set-current-state @var{value}
2326Set the current state to @var{value} and return the previous state as a
2327monadic value.
2328@end deffn
2329
2330@deffn {Monadic Procedure} state-push @var{value}
2331Push @var{value} to the current state, which is assumed to be a list,
2332and return the previous state as a monadic value.
2333@end deffn
2334
2335@deffn {Monadic Procedure} state-pop
2336Pop a value from the current state and return it as a monadic value.
2337The state is assumed to be a list.
2338@end deffn
2339
2340@deffn {Scheme Procedure} run-with-state @var{mval} [@var{state}]
2341Run monadic value @var{mval} starting with @var{state} as the initial
2342state. Return two values: the resulting value, and the resulting state.
2343@end deffn
2344
e87f0591
LC
2345The main interface to the store monad, provided by the @code{(guix
2346store)} module, is as follows.
b860f382
LC
2347
2348@defvr {Scheme Variable} %store-monad
561fb6c3
LC
2349The store monad---an alias for @var{%state-monad}.
2350
2351Values in the store monad encapsulate accesses to the store. When its
2352effect is needed, a value of the store monad must be ``evaluated'' by
2353passing it to the @code{run-with-store} procedure (see below.)
b860f382
LC
2354@end defvr
2355
2356@deffn {Scheme Procedure} run-with-store @var{store} @var{mval} [#:guile-for-build] [#:system (%current-system)]
2357Run @var{mval}, a monadic value in the store monad, in @var{store}, an
2358open store connection.
2359@end deffn
2360
ad372953 2361@deffn {Monadic Procedure} text-file @var{name} @var{text} [@var{references}]
b860f382 2362Return as a monadic value the absolute file name in the store of the file
ad372953
LC
2363containing @var{text}, a string. @var{references} is a list of store items that the
2364resulting text file refers to; it defaults to the empty list.
45adbd62
LC
2365@end deffn
2366
0a90af15
LC
2367@deffn {Monadic Procedure} interned-file @var{file} [@var{name}] @
2368 [#:recursive? #t]
2369Return the name of @var{file} once interned in the store. Use
2370@var{name} as its store name, or the basename of @var{file} if
2371@var{name} is omitted.
2372
2373When @var{recursive?} is true, the contents of @var{file} are added
2374recursively; if @var{file} designates a flat file and @var{recursive?}
2375is true, its contents are added, and its permission bits are kept.
2376
2377The example below adds a file to the store, under two different names:
2378
2379@example
2380(run-with-store (open-connection)
2381 (mlet %store-monad ((a (interned-file "README"))
2382 (b (interned-file "README" "LEGU-MIN")))
2383 (return (list a b))))
2384
2385@result{} ("/gnu/store/rwm@dots{}-README" "/gnu/store/44i@dots{}-LEGU-MIN")
2386@end example
2387
2388@end deffn
2389
e87f0591
LC
2390The @code{(guix packages)} module exports the following package-related
2391monadic procedures:
2392
b860f382 2393@deffn {Monadic Procedure} package-file @var{package} [@var{file}] @
4231f05b
LC
2394 [#:system (%current-system)] [#:target #f] @
2395 [#:output "out"] Return as a monadic
b860f382
LC
2396value in the absolute file name of @var{file} within the @var{output}
2397directory of @var{package}. When @var{file} is omitted, return the name
4231f05b
LC
2398of the @var{output} directory of @var{package}. When @var{target} is
2399true, use it as a cross-compilation target triplet.
b860f382
LC
2400@end deffn
2401
b860f382 2402@deffn {Monadic Procedure} package->derivation @var{package} [@var{system}]
4231f05b
LC
2403@deffnx {Monadic Procedure} package->cross-derivation @var{package} @
2404 @var{target} [@var{system}]
2405Monadic version of @code{package-derivation} and
2406@code{package-cross-derivation} (@pxref{Defining Packages}).
b860f382
LC
2407@end deffn
2408
2409
21b679f6
LC
2410@node G-Expressions
2411@section G-Expressions
2412
2413@cindex G-expression
2414@cindex build code quoting
2415So we have ``derivations'', which represent a sequence of build actions
2416to be performed to produce an item in the store (@pxref{Derivations}).
2417Those build actions are performed when asking the daemon to actually
2418build the derivations; they are run by the daemon in a container
2419(@pxref{Invoking guix-daemon}).
2420
2421@cindex strata of code
2422It should come as no surprise that we like to write those build actions
2423in Scheme. When we do that, we end up with two @dfn{strata} of Scheme
2424code@footnote{The term @dfn{stratum} in this context was coined by
ef4ab0a4
LC
2425Manuel Serrano et al.@: in the context of their work on Hop. Oleg
2426Kiselyov, who has written insightful
2427@url{http://okmij.org/ftp/meta-programming/#meta-scheme, essays and code
2428on this topic}, refers to this kind of code generation as
2429@dfn{staging}.}: the ``host code''---code that defines packages, talks
2430to the daemon, etc.---and the ``build code''---code that actually
2431performs build actions, such as making directories, invoking
2432@command{make}, etc.
21b679f6
LC
2433
2434To describe a derivation and its build actions, one typically needs to
2435embed build code inside host code. It boils down to manipulating build
2436code as data, and Scheme's homoiconicity---code has a direct
2437representation as data---comes in handy for that. But we need more than
2438Scheme's normal @code{quasiquote} mechanism to construct build
2439expressions.
2440
2441The @code{(guix gexp)} module implements @dfn{G-expressions}, a form of
2442S-expressions adapted to build expressions. G-expressions, or
2443@dfn{gexps}, consist essentially in three syntactic forms: @code{gexp},
2444@code{ungexp}, and @code{ungexp-splicing} (or simply: @code{#~},
2445@code{#$}, and @code{#$@@}), which are comparable respectively to
2446@code{quasiquote}, @code{unquote}, and @code{unquote-splicing}
2447(@pxref{Expression Syntax, @code{quasiquote},, guile, GNU Guile
2448Reference Manual}). However, there are major differences:
2449
2450@itemize
2451@item
2452Gexps are meant to be written to a file and run or manipulated by other
2453processes.
2454
2455@item
2456When a package or derivation is unquoted inside a gexp, the result is as
2457if its output file name had been introduced.
2458
2459@item
2460Gexps carry information about the packages or derivations they refer to,
2461and these dependencies are automatically added as inputs to the build
2462processes that use them.
2463@end itemize
2464
2465To illustrate the idea, here is an example of a gexp:
2466
2467@example
2468(define build-exp
2469 #~(begin
2470 (mkdir #$output)
2471 (chdir #$output)
2472 (symlink (string-append #$coreutils "/bin/ls")
2473 "list-files")))
2474@end example
2475
2476This gexp can be passed to @code{gexp->derivation}; we obtain a
2477derivation that builds a directory containing exactly one symlink to
2478@file{/gnu/store/@dots{}-coreutils-8.22/bin/ls}:
2479
2480@example
2481(gexp->derivation "the-thing" build-exp)
2482@end example
2483
e20fd1bf 2484As one would expect, the @code{"/gnu/store/@dots{}-coreutils-8.22"} string is
21b679f6
LC
2485substituted to the reference to the @var{coreutils} package in the
2486actual build code, and @var{coreutils} is automatically made an input to
2487the derivation. Likewise, @code{#$output} (equivalent to @code{(ungexp
2488output)}) is replaced by a string containing the derivation's output
667b2508
LC
2489directory name.
2490
2491@cindex cross compilation
2492In a cross-compilation context, it is useful to distinguish between
2493references to the @emph{native} build of a package---that can run on the
2494host---versus references to cross builds of a package. To that end, the
2495@code{#+} plays the same role as @code{#$}, but is a reference to a
2496native package build:
2497
2498@example
2499(gexp->derivation "vi"
2500 #~(begin
2501 (mkdir #$output)
2502 (system* (string-append #+coreutils "/bin/ln")
2503 "-s"
2504 (string-append #$emacs "/bin/emacs")
2505 (string-append #$output "/bin/vi")))
2506 #:target "mips64el-linux")
2507@end example
2508
2509@noindent
2510In the example above, the native build of @var{coreutils} is used, so
2511that @command{ln} can actually run on the host; but then the
2512cross-compiled build of @var{emacs} is referenced.
2513
2514The syntactic form to construct gexps is summarized below.
21b679f6
LC
2515
2516@deffn {Scheme Syntax} #~@var{exp}
2517@deffnx {Scheme Syntax} (gexp @var{exp})
2518Return a G-expression containing @var{exp}. @var{exp} may contain one
2519or more of the following forms:
2520
2521@table @code
2522@item #$@var{obj}
2523@itemx (ungexp @var{obj})
2524Introduce a reference to @var{obj}. @var{obj} may be a package or a
2525derivation, in which case the @code{ungexp} form is replaced by its
2526output file name---e.g., @code{"/gnu/store/@dots{}-coreutils-8.22}.
2527
2528If @var{obj} is a list, it is traversed and any package or derivation
2529references are substituted similarly.
2530
2531If @var{obj} is another gexp, its contents are inserted and its
2532dependencies are added to those of the containing gexp.
2533
2534If @var{obj} is another kind of object, it is inserted as is.
2535
2536@item #$@var{package-or-derivation}:@var{output}
2537@itemx (ungexp @var{package-or-derivation} @var{output})
2538This is like the form above, but referring explicitly to the
2539@var{output} of @var{package-or-derivation}---this is useful when
2540@var{package-or-derivation} produces multiple outputs (@pxref{Packages
2541with Multiple Outputs}).
2542
667b2508
LC
2543@item #+@var{obj}
2544@itemx #+@var{obj}:output
2545@itemx (ungexp-native @var{obj})
2546@itemx (ungexp-native @var{obj} @var{output})
2547Same as @code{ungexp}, but produces a reference to the @emph{native}
2548build of @var{obj} when used in a cross compilation context.
2549
21b679f6
LC
2550@item #$output[:@var{output}]
2551@itemx (ungexp output [@var{output}])
2552Insert a reference to derivation output @var{output}, or to the main
2553output when @var{output} is omitted.
2554
2555This only makes sense for gexps passed to @code{gexp->derivation}.
2556
2557@item #$@@@var{lst}
2558@itemx (ungexp-splicing @var{lst})
2559Like the above, but splices the contents of @var{lst} inside the
2560containing list.
2561
667b2508
LC
2562@item #+@@@var{lst}
2563@itemx (ungexp-native-splicing @var{lst})
2564Like the above, but refers to native builds of the objects listed in
2565@var{lst}.
2566
21b679f6
LC
2567@end table
2568
2569G-expressions created by @code{gexp} or @code{#~} are run-time objects
2570of the @code{gexp?} type (see below.)
2571@end deffn
2572
2573@deffn {Scheme Procedure} gexp? @var{obj}
2574Return @code{#t} if @var{obj} is a G-expression.
2575@end deffn
2576
2577G-expressions are meant to be written to disk, either as code building
2578some derivation, or as plain files in the store. The monadic procedures
2579below allow you to do that (@pxref{The Store Monad}, for more
2580information about monads.)
2581
2582@deffn {Monadic Procedure} gexp->derivation @var{name} @var{exp} @
ce45eb4c 2583 [#:system (%current-system)] [#:target #f] [#:graft? #t] @
21b679f6
LC
2584 [#:hash #f] [#:hash-algo #f] @
2585 [#:recursive? #f] [#:env-vars '()] [#:modules '()] @
4684f301 2586 [#:module-path @var{%load-path}] @
c8351d9a
LC
2587 [#:references-graphs #f] [#:allowed-references #f] @
2588 [#:local-build? #f] [#:guile-for-build #f]
21b679f6 2589Return a derivation @var{name} that runs @var{exp} (a gexp) with
68a61e9f
LC
2590@var{guile-for-build} (a derivation) on @var{system}. When @var{target}
2591is true, it is used as the cross-compilation target triplet for packages
2592referred to by @var{exp}.
21b679f6 2593
ce45eb4c
LC
2594Make @var{modules} available in the evaluation context of @var{exp};
2595@var{modules} is a list of names of Guile modules searched in
2596@var{module-path} to be copied in the store, compiled, and made available in
21b679f6
LC
2597the load path during the execution of @var{exp}---e.g., @code{((guix
2598build utils) (guix build gnu-build-system))}.
2599
ce45eb4c
LC
2600@var{graft?} determines whether packages referred to by @var{exp} should be grafted when
2601applicable.
2602
b53833b2
LC
2603When @var{references-graphs} is true, it must be a list of tuples of one of the
2604following forms:
2605
2606@example
2607(@var{file-name} @var{package})
2608(@var{file-name} @var{package} @var{output})
2609(@var{file-name} @var{derivation})
2610(@var{file-name} @var{derivation} @var{output})
2611(@var{file-name} @var{store-item})
2612@end example
2613
2614The right-hand-side of each element of @var{references-graphs} is automatically made
2615an input of the build process of @var{exp}. In the build environment, each
2616@var{file-name} contains the reference graph of the corresponding item, in a simple
2617text format.
2618
c8351d9a
LC
2619@var{allowed-references} must be either @code{#f} or a list of output names and packages.
2620In the latter case, the list denotes store items that the result is allowed to
2621refer to. Any reference to another store item will lead to a build error.
2622
e20fd1bf 2623The other arguments are as for @code{derivation} (@pxref{Derivations}).
21b679f6
LC
2624@end deffn
2625
2626@deffn {Monadic Procedure} gexp->script @var{name} @var{exp}
2627Return an executable script @var{name} that runs @var{exp} using
2628@var{guile} with @var{modules} in its search path.
2629
2630The example below builds a script that simply invokes the @command{ls}
2631command:
2632
2633@example
2634(use-modules (guix gexp) (gnu packages base))
2635
2636(gexp->script "list-files"
2637 #~(execl (string-append #$coreutils "/bin/ls")
2638 "ls"))
2639@end example
2640
2641When ``running'' it through the store (@pxref{The Store Monad,
e20fd1bf 2642@code{run-with-store}}), we obtain a derivation that produces an
21b679f6
LC
2643executable file @file{/gnu/store/@dots{}-list-files} along these lines:
2644
2645@example
2646#!/gnu/store/@dots{}-guile-2.0.11/bin/guile -ds
2647!#
2648(execl (string-append "/gnu/store/@dots{}-coreutils-8.22"/bin/ls")
2649 "ls")
2650@end example
2651@end deffn
2652
2653@deffn {Monadic Procedure} gexp->file @var{name} @var{exp}
2654Return a derivation that builds a file @var{name} containing @var{exp}.
2655
2656The resulting file holds references to all the dependencies of @var{exp}
2657or a subset thereof.
2658@end deffn
1ed19464
LC
2659
2660@deffn {Monadic Procedure} text-file* @var{name} @var{text} @dots{}
2661Return as a monadic value a derivation that builds a text file
2662containing all of @var{text}. @var{text} may list, in addition to
2663strings, packages, derivations, and store file names; the resulting
2664store file holds references to all these.
2665
2666This variant should be preferred over @code{text-file} anytime the file
2667to create will reference items from the store. This is typically the
2668case when building a configuration file that embeds store file names,
2669like this:
2670
2671@example
2672(define (profile.sh)
2673 ;; Return the name of a shell script in the store that
2674 ;; initializes the 'PATH' environment variable.
2675 (text-file* "profile.sh"
2676 "export PATH=" coreutils "/bin:"
2677 grep "/bin:" sed "/bin\n"))
2678@end example
2679
2680In this example, the resulting @file{/gnu/store/@dots{}-profile.sh} file
2681will references @var{coreutils}, @var{grep}, and @var{sed}, thereby
2682preventing them from being garbage-collected during its lifetime.
2683@end deffn
21b679f6
LC
2684
2685Of course, in addition to gexps embedded in ``host'' code, there are
2686also modules containing build tools. To make it clear that they are
2687meant to be used in the build stratum, these modules are kept in the
2688@code{(guix build @dots{})} name space.
2689
2690
568717fd
LC
2691@c *********************************************************************
2692@node Utilities
2693@chapter Utilities
2694
210cc920
LC
2695This section describes tools primarily targeted at developers and users
2696who write new package definitions. They complement the Scheme
2697programming interface of Guix in a convenient way.
2698
568717fd 2699@menu
37166310 2700* Invoking guix build:: Building packages from the command line.
210cc920 2701* Invoking guix download:: Downloading a file and printing its hash.
37166310 2702* Invoking guix hash:: Computing the cryptographic hash of a file.
2f7d2d91 2703* Invoking guix import:: Importing package definitions.
37166310 2704* Invoking guix refresh:: Updating package definitions.
b4f5e0e8 2705* Invoking guix lint:: Finding errors in package definitions.
372c4bbc 2706* Invoking guix environment:: Setting up development environments.
568717fd
LC
2707@end menu
2708
e49951eb
MW
2709@node Invoking guix build
2710@section Invoking @command{guix build}
568717fd 2711
e49951eb 2712The @command{guix build} command builds packages or derivations and
6798a8e4
LC
2713their dependencies, and prints the resulting store paths. Note that it
2714does not modify the user's profile---this is the job of the
e49951eb 2715@command{guix package} command (@pxref{Invoking guix package}). Thus,
6798a8e4
LC
2716it is mainly useful for distribution developers.
2717
2718The general syntax is:
c78bd12b
LC
2719
2720@example
e49951eb 2721guix build @var{options} @var{package-or-derivation}@dots{}
c78bd12b
LC
2722@end example
2723
2724@var{package-or-derivation} may be either the name of a package found in
5401dd75
LC
2725the software distribution such as @code{coreutils} or
2726@code{coreutils-8.20}, or a derivation such as
834129e0 2727@file{/gnu/store/@dots{}-coreutils-8.19.drv}. In the former case, a
e7f34eb0
LC
2728package with the corresponding name (and optionally version) is searched
2729for among the GNU distribution modules (@pxref{Package Modules}).
2730
2731Alternatively, the @code{--expression} option may be used to specify a
2732Scheme expression that evaluates to a package; this is useful when
2733disambiguation among several same-named packages or package variants is
2734needed.
c78bd12b
LC
2735
2736The @var{options} may be zero or more of the following:
2737
2738@table @code
2739
2740@item --expression=@var{expr}
2741@itemx -e @var{expr}
ac5de156 2742Build the package or derivation @var{expr} evaluates to.
c78bd12b 2743
5401dd75 2744For example, @var{expr} may be @code{(@@ (gnu packages guile)
c78bd12b
LC
2745guile-1.8)}, which unambiguously designates this specific variant of
2746version 1.8 of Guile.
2747
56b82106
LC
2748Alternately, @var{expr} may be a G-expression, in which case it is used
2749as a build program passed to @code{gexp->derivation}
2750(@pxref{G-Expressions}).
2751
2752Lastly, @var{expr} may refer to a zero-argument monadic procedure
ac5de156
LC
2753(@pxref{The Store Monad}). The procedure must return a derivation as a
2754monadic value, which is then passed through @code{run-with-store}.
2755
c78bd12b
LC
2756@item --source
2757@itemx -S
2758Build the packages' source derivations, rather than the packages
2759themselves.
2760
e49951eb 2761For instance, @code{guix build -S gcc} returns something like
834129e0 2762@file{/gnu/store/@dots{}-gcc-4.7.2.tar.bz2}, which is GCC's source tarball.
c78bd12b 2763
f9cc8971
LC
2764The returned source tarball is the result of applying any patches and
2765code snippets specified in the package's @code{origin} (@pxref{Defining
2766Packages}).
2767
c78bd12b
LC
2768@item --system=@var{system}
2769@itemx -s @var{system}
2770Attempt to build for @var{system}---e.g., @code{i686-linux}---instead of
2771the host's system type.
2772
2773An example use of this is on Linux-based systems, which can emulate
2774different personalities. For instance, passing
2775@code{--system=i686-linux} on an @code{x86_64-linux} system allows users
2776to build packages in a complete 32-bit environment.
2777
e55ec43d
LC
2778@item --target=@var{triplet}
2779@cindex cross-compilation
2780Cross-build for @var{triplet}, which must be a valid GNU triplet, such
2781as @code{"mips64el-linux-gnu"} (@pxref{Configuration Names, GNU
2782configuration triplets,, configure, GNU Configure and Build System}).
2783
7f3673f2
LC
2784@item --with-source=@var{source}
2785Use @var{source} as the source of the corresponding package.
2786@var{source} must be a file name or a URL, as for @command{guix
2787download} (@pxref{Invoking guix download}).
2788
2789The ``corresponding package'' is taken to be one specified on the
2790command line whose name matches the base of @var{source}---e.g., if
2791@var{source} is @code{/src/guile-2.0.10.tar.gz}, the corresponding
2792package is @code{guile}. Likewise, the version string is inferred from
2793@var{source}; in the previous example, it's @code{2.0.10}.
2794
2795This option allows users to try out versions of packages other than the
2796one provided by the distribution. The example below downloads
2797@file{ed-1.7.tar.gz} from a GNU mirror and uses that as the source for
2798the @code{ed} package:
2799
2800@example
2801guix build ed --with-source=mirror://gnu/ed/ed-1.7.tar.gz
2802@end example
2803
2804As a developer, @code{--with-source} makes it easy to test release
2805candidates:
2806
2807@example
2808guix build guile --with-source=../guile-2.0.9.219-e1bb7.tar.xz
2809@end example
2810
05962f29
LC
2811@item --no-grafts
2812Do not ``graft'' packages. In practice, this means that package updates
2813available as grafts are not applied. @xref{Security Updates}, for more
2814information on grafts.
7f3673f2 2815
c78bd12b
LC
2816@item --derivations
2817@itemx -d
2818Return the derivation paths, not the output paths, of the given
2819packages.
2820
70ee5642
LC
2821@item --root=@var{file}
2822@itemx -r @var{file}
2823Make @var{file} a symlink to the result, and register it as a garbage
2824collector root.
2825
2826@item --log-file
2827Return the build log file names for the given
2828@var{package-or-derivation}s, or raise an error if build logs are
2829missing.
2830
2831This works regardless of how packages or derivations are specified. For
2832instance, the following invocations are equivalent:
2833
2834@example
2835guix build --log-file `guix build -d guile`
2836guix build --log-file `guix build guile`
2837guix build --log-file guile
2838guix build --log-file -e '(@@ (gnu packages guile) guile-2.0)'
2839@end example
2840
2841
2842@end table
2843
2844@cindex common build options
2845In addition, a number of options that control the build process are
2846common to @command{guix build} and other commands that can spawn builds,
2847such as @command{guix package} or @command{guix archive}. These are the
2848following:
2849
2850@table @code
2851
300868ba
LC
2852@item --load-path=@var{directory}
2853@itemx -L @var{directory}
2854Add @var{directory} to the front of the package module search path
2855(@pxref{Package Modules}).
2856
2857This allows users to define their own packages and make them visible to
2858the command-line tools.
2859
c78bd12b
LC
2860@item --keep-failed
2861@itemx -K
2862Keep the build tree of failed builds. Thus, if a build fail, its build
2863tree is kept under @file{/tmp}, in a directory whose name is shown at
2864the end of the build log. This is useful when debugging build issues.
2865
2866@item --dry-run
2867@itemx -n
2868Do not build the derivations.
2869
56b1f4b7
LC
2870@item --fallback
2871When substituting a pre-built binary fails, fall back to building
2872packages locally.
2873
c78bd12b 2874@item --no-substitutes
b5385b52 2875Do not use substitutes for build products. That is, always build things
c4202d60
LC
2876locally instead of allowing downloads of pre-built binaries
2877(@pxref{Substitutes}).
c78bd12b 2878
425b0bfc 2879@item --no-build-hook
4ec2e92d
LC
2880Do not attempt to offload builds @i{via} the daemon's ``build hook''
2881(@pxref{Daemon Offload Setup}). That is, always build things locally
2882instead of offloading builds to remote machines.
425b0bfc 2883
969e678e
LC
2884@item --max-silent-time=@var{seconds}
2885When the build or substitution process remains silent for more than
2886@var{seconds}, terminate it and report a build failure.
2887
002622b6
LC
2888@item --timeout=@var{seconds}
2889Likewise, when the build or substitution process lasts for more than
2890@var{seconds}, terminate it and report a build failure.
2891
2892By default there is no timeout. This behavior can be restored with
2893@code{--timeout=0}.
2894
07ab4bf1
LC
2895@item --verbosity=@var{level}
2896Use the given verbosity level. @var{level} must be an integer between 0
2897and 5; higher means more verbose output. Setting a level of 4 or more
2898may be helpful when debugging setup issues with the build daemon.
2899
70ee5642
LC
2900@item --cores=@var{n}
2901@itemx -c @var{n}
2902Allow the use of up to @var{n} CPU cores for the build. The special
2903value @code{0} means to use as many CPU cores as available.
bf421152 2904
f6526eb3
LC
2905@item --max-jobs=@var{n}
2906@itemx -M @var{n}
2907Allow at most @var{n} build jobs in parallel. @xref{Invoking
2908guix-daemon, @code{--max-jobs}}, for details about this option and the
2909equivalent @command{guix-daemon} option.
2910
c78bd12b
LC
2911@end table
2912
e49951eb 2913Behind the scenes, @command{guix build} is essentially an interface to
c78bd12b
LC
2914the @code{package-derivation} procedure of the @code{(guix packages)}
2915module, and to the @code{build-derivations} procedure of the @code{(guix
01d8ac64 2916derivations)} module.
c78bd12b 2917
16eb115e
DP
2918In addition to options explicitly passed on the command line,
2919@command{guix build} and other @command{guix} commands that support
2920building honor the @code{GUIX_BUILD_OPTIONS} environment variable.
2921
2922@defvr {Environment Variable} GUIX_BUILD_OPTIONS
2923Users can define this variable to a list of command line options that
2924will automatically be used by @command{guix build} and other
2925@command{guix} commands that can perform builds, as in the example
2926below:
2927
2928@example
2929$ export GUIX_BUILD_OPTIONS="--no-substitutes -c 2 -L /foo/bar"
2930@end example
2931
847391fe
DP
2932These options are parsed independently, and the result is appended to
2933the parsed command-line options.
16eb115e
DP
2934@end defvr
2935
2936
210cc920
LC
2937@node Invoking guix download
2938@section Invoking @command{guix download}
2939
2940When writing a package definition, developers typically need to download
2941the package's source tarball, compute its SHA256 hash, and write that
2942hash in the package definition (@pxref{Defining Packages}). The
2943@command{guix download} tool helps with this task: it downloads a file
2944from the given URI, adds it to the store, and prints both its file name
2945in the store and its SHA256 hash.
2946
2947The fact that the downloaded file is added to the store saves bandwidth:
2948when the developer eventually tries to build the newly defined package
2949with @command{guix build}, the source tarball will not have to be
2950downloaded again because it is already in the store. It is also a
2951convenient way to temporarily stash files, which may be deleted
2952eventually (@pxref{Invoking guix gc}).
2953
2954The @command{guix download} command supports the same URIs as used in
2955package definitions. In particular, it supports @code{mirror://} URIs.
2956@code{https} URIs (HTTP over TLS) are supported @emph{provided} the
2957Guile bindings for GnuTLS are available in the user's environment; when
537c8bb3
LC
2958they are not available, an error is raised. @xref{Guile Preparations,
2959how to install the GnuTLS bindings for Guile,, gnutls-guile,
2960GnuTLS-Guile}, for more information.
210cc920
LC
2961
2962The following option is available:
2963
2964@table @code
2965@item --format=@var{fmt}
2966@itemx -f @var{fmt}
2967Write the hash in the format specified by @var{fmt}. For more
081145cf 2968information on the valid values for @var{fmt}, @pxref{Invoking guix hash}.
210cc920
LC
2969@end table
2970
6c365eca
NK
2971@node Invoking guix hash
2972@section Invoking @command{guix hash}
2973
210cc920 2974The @command{guix hash} command computes the SHA256 hash of a file.
6c365eca
NK
2975It is primarily a convenience tool for anyone contributing to the
2976distribution: it computes the cryptographic hash of a file, which can be
2977used in the definition of a package (@pxref{Defining Packages}).
2978
2979The general syntax is:
2980
2981@example
2982guix hash @var{option} @var{file}
2983@end example
2984
2985@command{guix hash} has the following option:
2986
2987@table @code
2988
2989@item --format=@var{fmt}
2990@itemx -f @var{fmt}
210cc920 2991Write the hash in the format specified by @var{fmt}.
6c365eca
NK
2992
2993Supported formats: @code{nix-base32}, @code{base32}, @code{base16}
2994(@code{hex} and @code{hexadecimal} can be used as well).
2995
2996If the @option{--format} option is not specified, @command{guix hash}
2997will output the hash in @code{nix-base32}. This representation is used
2998in the definitions of packages.
2999
3140f2df
LC
3000@item --recursive
3001@itemx -r
3002Compute the hash on @var{file} recursively.
3003
3004In this case, the hash is computed on an archive containing @var{file},
3005including its children if it is a directory. Some of @var{file}'s
3006meta-data is part of the archive; for instance, when @var{file} is a
3007regular file, the hash is different depending on whether @var{file} is
3008executable or not. Meta-data such as time stamps has no impact on the
3009hash (@pxref{Invoking guix archive}).
3010@c FIXME: Replace xref above with xref to an ``Archive'' section when
3011@c it exists.
3012
6c365eca
NK
3013@end table
3014
2f7d2d91
LC
3015@node Invoking guix import
3016@section Invoking @command{guix import}
3017
3018@cindex importing packages
3019@cindex package import
3020@cindex package conversion
3021The @command{guix import} command is useful for people willing to add a
3022package to the distribution but who'd rather do as little work as
3023possible to get there---a legitimate demand. The command knows of a few
3024repositories from which it can ``import'' package meta-data. The result
3025is a package definition, or a template thereof, in the format we know
3026(@pxref{Defining Packages}).
3027
3028The general syntax is:
3029
3030@example
3031guix import @var{importer} @var{options}@dots{}
3032@end example
3033
3034@var{importer} specifies the source from which to import package
3035meta-data, and @var{options} specifies a package identifier and other
3036options specific to @var{importer}. Currently, the available
3037``importers'' are:
3038
3039@table @code
3040@item gnu
3041Import meta-data for the given GNU package. This provides a template
3042for the latest version of that GNU package, including the hash of its
3043source tarball, and its canonical synopsis and description.
3044
3045Additional information such as the package's dependencies and its
3046license needs to be figured out manually.
3047
3048For example, the following command returns a package definition for
3049GNU@tie{}Hello:
3050
3051@example
3052guix import gnu hello
3053@end example
3054
3055Specific command-line options are:
3056
3057@table @code
3058@item --key-download=@var{policy}
3059As for @code{guix refresh}, specify the policy to handle missing OpenPGP
3060keys when verifying the package's signature. @xref{Invoking guix
3061refresh, @code{--key-download}}.
3062@end table
3063
3064@item pypi
3065@cindex pypi
3066Import meta-data from the @uref{https://pypi.python.org/, Python Package
3067Index}@footnote{This functionality requires Guile-JSON to be installed.
3068@xref{Requirements}.}. Information is taken from the JSON-formatted
3069description available at @code{pypi.python.org} and usually includes all
3070the relevant information, including package dependencies.
3071
3072The command below imports meta-data for the @code{itsdangerous} Python
3073package:
3074
3075@example
3076guix import pypi itsdangerous
3077@end example
3078
d45dc6da
EB
3079@item cpan
3080@cindex CPAN
3081Import meta-data from @uref{https://www.metacpan.org/, MetaCPAN}.
3082Information is taken from the JSON-formatted meta-data provided through
3083@uref{https://api.metacpan.org/, MetaCPAN's API} and includes most
3084relevant information. License information should be checked closely.
3085Package dependencies are included but may in some cases needlessly
3086include core Perl modules.
3087
3088The command command below imports meta-data for the @code{Acme::Boolean}
3089Perl module:
3090
3091@example
3092guix import cpan Acme::Boolean
3093@end example
3094
2f7d2d91
LC
3095@item nix
3096Import meta-data from a local copy of the source of the
3097@uref{http://nixos.org/nixpkgs/, Nixpkgs distribution}@footnote{This
3098relies on the @command{nix-instantiate} command of
3099@uref{http://nixos.org/nix/, Nix}.}. Package definitions in Nixpkgs are
3100typically written in a mixture of Nix-language and Bash code. This
3101command only imports the high-level package structure that is written in
3102the Nix language. It normally includes all the basic fields of a
3103package definition.
3104
3105When importing a GNU package, the synopsis and descriptions are replaced
3106by their canonical upstream variant.
3107
3108As an example, the command below imports the package definition of
3109LibreOffice (more precisely, it imports the definition of the package
3110bound to the @code{libreoffice} top-level attribute):
3111
3112@example
3113guix import nix ~/path/to/nixpkgs libreoffice
3114@end example
3115@end table
3116
3117The structure of the @command{guix import} code is modular. It would be
3118useful to have more importers for other package formats, and your help
3119is welcome here (@pxref{Contributing}).
3120
37166310
LC
3121@node Invoking guix refresh
3122@section Invoking @command{guix refresh}
3123
3124The primary audience of the @command{guix refresh} command is developers
3125of the GNU software distribution. By default, it reports any packages
3126provided by the distribution that are outdated compared to the latest
3127upstream version, like this:
3128
3129@example
3130$ guix refresh
3131gnu/packages/gettext.scm:29:13: gettext would be upgraded from 0.18.1.1 to 0.18.2.1
3132gnu/packages/glib.scm:77:12: glib would be upgraded from 2.34.3 to 2.37.0
3133@end example
3134
3135It does so by browsing each package's FTP directory and determining the
3136highest version number of the source tarballs
3137therein@footnote{Currently, this only works for GNU packages.}.
3138
3139When passed @code{--update}, it modifies distribution source files to
3140update the version numbers and source tarball hashes of those packages'
3141recipes (@pxref{Defining Packages}). This is achieved by downloading
3142each package's latest source tarball and its associated OpenPGP
3143signature, authenticating the downloaded tarball against its signature
3144using @command{gpg}, and finally computing its hash. When the public
3145key used to sign the tarball is missing from the user's keyring, an
3146attempt is made to automatically retrieve it from a public key server;
3147when it's successful, the key is added to the user's keyring; otherwise,
3148@command{guix refresh} reports an error.
3149
3150The following options are supported:
3151
3152@table @code
3153
3154@item --update
3155@itemx -u
3156Update distribution source files (package recipes) in place.
081145cf 3157@xref{Defining Packages}, for more information on package definitions.
37166310
LC
3158
3159@item --select=[@var{subset}]
3160@itemx -s @var{subset}
3161Select all the packages in @var{subset}, one of @code{core} or
3162@code{non-core}.
3163
3164The @code{core} subset refers to all the packages at the core of the
3165distribution---i.e., packages that are used to build ``everything
3166else''. This includes GCC, libc, Binutils, Bash, etc. Usually,
3167changing one of these packages in the distribution entails a rebuild of
3168all the others. Thus, such updates are an inconvenience to users in
3169terms of build time or bandwidth used to achieve the upgrade.
3170
3171The @code{non-core} subset refers to the remaining packages. It is
3172typically useful in cases where an update of the core packages would be
3173inconvenient.
3174
3175@end table
3176
3177In addition, @command{guix refresh} can be passed one or more package
3178names, as in this example:
3179
3180@example
3181guix refresh -u emacs idutils
3182@end example
3183
3184@noindent
3185The command above specifically updates the @code{emacs} and
3186@code{idutils} packages. The @code{--select} option would have no
3187effect in this case.
3188
7d193ec3
EB
3189When considering whether to upgrade a package, it is sometimes
3190convenient to know which packages would be affected by the upgrade and
3191should be checked for compatibility. For this the following option may
3192be used when passing @command{guix refresh} one or more package names:
3193
3194@table @code
3195
3196@item --list-dependent
3197@itemx -l
3198List top-level dependent packages that would need to be rebuilt as a
3199result of upgrading one or more packages.
3200
3201@end table
3202
3203Be aware that the @code{--list-dependent} option only
3204@emph{approximates} the rebuilds that would be required as a result of
3205an upgrade. More rebuilds might be required under some circumstances.
3206
3207@example
7779ab61
LC
3208$ guix refresh --list-dependent flex
3209Building the following 120 packages would ensure 213 dependent packages are rebuilt:
3210hop-2.4.0 geiser-0.4 notmuch-0.18 mu-0.9.9.5 cflow-1.4 idutils-4.6 @dots{}
7d193ec3
EB
3211@end example
3212
3213The command above lists a set of packages that could be built to check
3214for compatibility with an upgraded @code{flex} package.
3215
f9230085
LC
3216The following options can be used to customize GnuPG operation:
3217
3218@table @code
3219
f9230085
LC
3220@item --gpg=@var{command}
3221Use @var{command} as the GnuPG 2.x command. @var{command} is searched
3222for in @code{$PATH}.
3223
2bc53ba9
LC
3224@item --key-download=@var{policy}
3225Handle missing OpenPGP keys according to @var{policy}, which may be one
3226of:
3227
3228@table @code
3229@item always
3230Always download missing OpenPGP keys from the key server, and add them
3231to the user's GnuPG keyring.
3232
3233@item never
3234Never try to download missing OpenPGP keys. Instead just bail out.
3235
3236@item interactive
3237When a package signed with an unknown OpenPGP key is encountered, ask
3238the user whether to download it or not. This is the default behavior.
3239@end table
3240
3241@item --key-server=@var{host}
3242Use @var{host} as the OpenPGP key server when importing a public key.
3243
f9230085
LC
3244@end table
3245
b4f5e0e8
CR
3246@node Invoking guix lint
3247@section Invoking @command{guix lint}
3248The @command{guix lint} is meant to help package developers avoid common
873c4085
LC
3249errors and use a consistent style. It runs a number of checks on a
3250given set of packages in order to find common mistakes in their
3251definitions. Available @dfn{checkers} include (see
3252@code{--list-checkers} for a complete list):
3253
3254@table @code
3255@item synopsis
3256@itemx description
3257Validate certain typographical and stylistic rules about package
3258descriptions and synopses.
3259
3260@item inputs-should-be-native
3261Identify inputs that should most likely be native inputs.
3262
3263@item source
3264@itemx home-page
3265Probe @code{home-page} and @code{source} URLs and report those that are
3266invalid.
3267@end table
b4f5e0e8
CR
3268
3269The general syntax is:
3270
3271@example
3272guix lint @var{options} @var{package}@dots{}
3273@end example
3274
3275If no package is given on the command line, then all packages are checked.
3276The @var{options} may be zero or more of the following:
3277
3278@table @code
3279
dd7c013d
CR
3280@item --checkers
3281@itemx -c
3282Only enable the checkers specified in a comma-separated list using the
3283names returned by @code{--list-checkers}.
3284
b4f5e0e8
CR
3285@item --list-checkers
3286@itemx -l
3287List and describe all the available checkers that will be run on packages
3288and exit.
3289
3290@end table
37166310 3291
372c4bbc
DT
3292@node Invoking guix environment
3293@section Invoking @command{guix environment}
3294
f5fd4fd2 3295@cindex reproducible build environments
372c4bbc
DT
3296The purpose of @command{guix environment} is to assist hackers in
3297creating reproducible development environments without polluting their
3298package profile. The @command{guix environment} tool takes one or more
3299packages, builds all of the necessary inputs, and creates a shell
3300environment to use them.
3301
3302The general syntax is:
3303
3304@example
3305guix environment @var{options} @var{package}@dots{}
3306@end example
3307
3308The following examples spawns a new shell that is capable of building
3309the GNU Guile source code:
3310
3311@example
3312guix environment guile
3313@end example
3314
3315If the specified packages are not built yet, @command{guix environment}
3316automatically builds them. The new shell's environment is an augmented
3317version of the environment that @command{guix environment} was run in.
3318It contains the necessary search paths for building the given package
3319added to the existing environment variables. To create a ``pure''
3320environment in which the original environment variables have been unset,
3321use the @code{--pure} option.
3322
3323Additionally, more than one package may be specified, in which case the
3324union of the inputs for the given packages are used. For example, the
3325command below spawns a shell where all of the dependencies of both Guile
3326and Emacs are available:
3327
3328@example
3329guix environment guile emacs
3330@end example
3331
3332Sometimes an interactive shell session is not desired. The
3333@code{--exec} option can be used to specify the command to run instead.
3334
3335@example
3336guix environment guile --exec=make
3337@end example
3338
3339The following options are available:
3340
3341@table @code
3342@item --expression=@var{expr}
3343@itemx -e @var{expr}
3344Create an environment for the package that @var{expr} evaluates to.
3345
3346@item --load=@var{file}
3347@itemx -l @var{file}
3348Create an environment for the package that the code within @var{file}
3349evaluates to.
3350
3351@item --exec=@var{command}
3352@item -E @var{command}
3353Execute @var{command} in the new environment.
3354
3355@item --pure
3356Unset existing environment variables when building the new environment.
3357This has the effect of creating an environment in which search paths
3358only contain package inputs.
3359
3360@item --search-paths
3361Display the environment variable definitions that make up the
3362environment.
3363@end table
3364
3365It also supports all of the common build options that @command{guix
3366build} supports (@pxref{Invoking guix build, common build options}).
3367
a1ba8475
LC
3368@c *********************************************************************
3369@node GNU Distribution
3370@chapter GNU Distribution
3371
3ca2731c
LC
3372@cindex Guix System Distribution
3373@cindex GSD
3374Guix comes with a distribution of the GNU system consisting entirely of
3375free software@footnote{The term ``free'' here refers to the
a1ba8475 3376@url{http://www.gnu.org/philosophy/free-sw.html,freedom provided to
3ca2731c 3377users of that software}.}. The
35ed9306
LC
3378distribution can be installed on its own (@pxref{System Installation}),
3379but it is also possible to install Guix as a package manager on top of
3380an installed GNU/Linux system (@pxref{Installation}). To distinguish
3ca2731c
LC
3381between the two, we refer to the standalone distribution as the Guix
3382System Distribution, or GNU@tie{}GSD.
35ed9306
LC
3383
3384The distribution provides core GNU packages such as GNU libc, GCC, and
3385Binutils, as well as many GNU and non-GNU applications. The complete
3386list of available packages can be browsed
d03bb653
LC
3387@url{http://www.gnu.org/software/guix/package-list.html,on-line} or by
3388running @command{guix package} (@pxref{Invoking guix package}):
a1ba8475
LC
3389
3390@example
e49951eb 3391guix package --list-available
a1ba8475
LC
3392@end example
3393
35ed9306 3394Our goal has been to provide a practical 100% free software distribution of
401c53c4
LC
3395Linux-based and other variants of GNU, with a focus on the promotion and
3396tight integration of GNU components, and an emphasis on programs and
3397tools that help users exert that freedom.
3398
3ca2731c 3399Packages are currently available on the following platforms:
c320011d
LC
3400
3401@table @code
3402
3403@item x86_64-linux
3404Intel/AMD @code{x86_64} architecture, Linux-Libre kernel;
3405
3406@item i686-linux
3407Intel 32-bit architecture (IA32), Linux-Libre kernel;
3408
aa1e1947
MW
3409@item armhf-linux
3410ARMv7-A architecture with hard float, Thumb-2 and VFP3D16 coprocessor,
3411using the EABI hard-float ABI, and Linux-Libre kernel.
3412
c320011d
LC
3413@item mips64el-linux
3414little-endian 64-bit MIPS processors, specifically the Loongson series,
3415n32 application binary interface (ABI), and Linux-Libre kernel.
3416
3417@end table
3418
3ca2731c
LC
3419GSD itself is currently only available on @code{i686} and @code{x86_64}.
3420
c320011d
LC
3421@noindent
3422For information on porting to other architectures or kernels,
3423@xref{Porting}.
3424
401c53c4 3425@menu
5af6de3e 3426* System Installation:: Installing the whole operating system.
35ed9306 3427* System Configuration:: Configuring the operating system.
91ef73d4 3428* Installing Debugging Files:: Feeding the debugger.
05962f29 3429* Security Updates:: Deploying security fixes quickly.
401c53c4 3430* Package Modules:: Packages from the programmer's viewpoint.
da7cabd4 3431* Packaging Guidelines:: Growing the distribution.
401c53c4 3432* Bootstrapping:: GNU/Linux built from scratch.
8b315a6d 3433* Porting:: Targeting another platform or kernel.
401c53c4
LC
3434@end menu
3435
3436Building this distribution is a cooperative effort, and you are invited
081145cf 3437to join! @xref{Contributing}, for information about how you can help.
401c53c4 3438
5af6de3e
LC
3439@node System Installation
3440@section System Installation
3441
3ca2731c
LC
3442@cindex Guix System Distribution
3443This section explains how to install the Guix System Distribution
3444on a machine. The Guix package manager can
35ed9306
LC
3445also be installed on top of a running GNU/Linux system,
3446@pxref{Installation}.
5af6de3e
LC
3447
3448@ifinfo
3449@c This paragraph is for people reading this from tty2 of the
3450@c installation image.
3451You're reading this documentation with an Info reader. For details on
3452how to use it, hit the @key{RET} key (``return'' or ``enter'') on the
6621cdb6 3453link that follows: @pxref{Help,,, info, Info: An Introduction}. Hit
5af6de3e
LC
3454@kbd{l} afterwards to come back here.
3455@end ifinfo
3456
8aaaae38
LC
3457@subsection Limitations
3458
3ca2731c
LC
3459As of version @value{VERSION}, the Guix System Distribution (GSD) is
3460not production-ready. It may contain bugs and lack important
8aaaae38
LC
3461features. Thus, if you are looking for a stable production system that
3462respects your freedom as a computer user, a good solution at this point
3463is to consider @url{http://www.gnu.org/distros/free-distros.html, one of
3464more established GNU/Linux distributions}. We hope you can soon switch
3ca2731c 3465to the GSD without fear, of course. In the meantime, you can
8aaaae38
LC
3466also keep using your distribution and try out the package manager on top
3467of it (@pxref{Installation}).
3468
3469Before you proceed with the installation, be aware of the following
3470noteworthy limitations applicable to version @value{VERSION}:
3471
3472@itemize
3473@item
3474The installation process does not include a graphical user interface and
3475requires familiarity with GNU/Linux (see the following subsections to
3476get a feel of what that means.)
3477
3478@item
b1e95eca
LC
3479The system does not yet provide GNOME and KDE; it provides Xfce, though,
3480if graphical desktop environments are your thing.
8aaaae38
LC
3481
3482@item
dbcb0ab1 3483Support for the Logical Volume Manager (LVM) is missing.
8aaaae38
LC
3484
3485@item
3486Few system services are currently supported out-of-the-box
3487(@pxref{Services}).
3488
3489@item
b1e95eca 3490On the order of 1,200 packages are available, which means that you may
8aaaae38
LC
3491occasionally find that a useful package is missing.
3492@end itemize
3493
3494You've been warned. But more than a disclaimer, this is an invitation
3495to report issues (and success stories!), and join us in improving it.
3496@xref{Contributing}, for more info.
5af6de3e
LC
3497
3498@subsection USB Stick Installation
3499
3500An installation image for USB sticks can be downloaded from
ab3872de 3501@code{ftp://alpha.gnu.org/gnu/guix/gsd-usb-install-@value{VERSION}.@var{system}.xz},
5af6de3e
LC
3502where @var{system} is one of:
3503
3504@table @code
3505@item x86_64-linux
3506for a GNU/Linux system on Intel/AMD-compatible 64-bit CPUs;
3507
3508@item i686-linux
3509for a 32-bit GNU/Linux system on Intel-compatible CPUs.
3510@end table
3511
3512This image contains a single partition with the tools necessary for an
3513installation. It is meant to be copied @emph{as is} to a large-enough
3514USB stick.
3515
3516To copy the image to a USB stick, follow these steps:
3517
3518@enumerate
3519@item
3520Decompress the image using the @command{xz} command:
3521
3522@example
3a5d914b 3523xz -d gsd-usb-install-@value{VERSION}.@var{system}.xz
5af6de3e
LC
3524@end example
3525
3526@item
3527Insert a USB stick of 1@tie{}GiB or more in your machine, and determine
3528its device name. Assuming that USB stick is known as @file{/dev/sdX},
3529copy the image with:
3530
3531@example
3a5d914b 3532dd if=gsd-usb-install-@value{VERSION}.x86_64 of=/dev/sdX
5af6de3e
LC
3533@end example
3534
3535Access to @file{/dev/sdX} usually requires root privileges.
3536@end enumerate
3537
3538Once this is done, you should be able to reboot the system and boot from
3539the USB stick. The latter usually requires you to get in the BIOS' boot
3540menu, where you can choose to boot from the USB stick.
3541
3542@subsection Preparing for Installation
3543
3544Once you have successfully booted the image on the USB stick, you should
3545end up with a root prompt. Several console TTYs are configured and can
3546be used to run commands as root. TTY2 shows this documentation,
3547browsable using the Info reader commands (@pxref{Help,,, info, Info: An
3548Introduction}).
3549
3550To install the system, you would:
3551
3552@enumerate
3553
3554@item
95c559c1 3555Configure the network, by running @command{dhclient eno1} (to get an
5af6de3e 3556automatically assigned IP address from the wired network interface
95c559c1
LC
3557controller@footnote{
3558@c http://cgit.freedesktop.org/systemd/systemd/tree/src/udev/udev-builtin-net_id.c#n20
3559The name @code{eno1} is for the first on-board Ethernet controller. The
3560interface name for an Ethernet controller that is in the first slot of
3561the first PCI bus, for instance, would be @code{enp1s0}. Use
3562@command{ifconfig -a} to list all the available network interfaces.}),
3563or using the @command{ifconfig} command.
5af6de3e
LC
3564
3565The system automatically loads drivers for your network interface
3566controllers.
3567
3568Setting up network access is almost always a requirement because the
3569image does not contain all the software and tools that may be needed.
3570
3571@item
3572Unless this has already been done, you must partition and format the
3573target partitions.
3574
7ab44369
LC
3575Preferably, assign partitions a label so that you can easily and
3576reliably refer to them in @code{file-system} declarations (@pxref{File
3577Systems}). This is typically done using the @code{-L} option of
3578@command{mkfs.ext4} and related commands.
3579
5af6de3e 3580The installation image includes Parted (@pxref{Overview,,, parted, GNU
b419c7f5
LC
3581Parted User Manual}), @command{fdisk}, Cryptsetup/LUKS for disk
3582encryption, and e2fsprogs, the suite of tools to manipulate
3583ext2/ext3/ext4 file systems.
5af6de3e 3584
83a17b62
LC
3585@item
3586Once that is done, mount the target root partition under @file{/mnt}.
3587
3588@item
3589Lastly, run @code{deco start cow-store /mnt}.
3590
3591This will make @file{/gnu/store} copy-on-write, such that packages added
3592to it during the installation phase will be written to the target disk
3593rather than kept in memory.
3594
5af6de3e
LC
3595@end enumerate
3596
5af6de3e
LC
3597
3598@subsection Proceeding with the Installation
3599
3600With the target partitions ready, you now have to edit a file and
3601provide the declaration of the operating system to be installed. To
3602that end, the installation system comes with two text editors: GNU nano
3603(@pxref{Top,,, nano, GNU nano Manual}), and GNU Zile, an Emacs clone.
3604It is better to store that file on the target root file system, say, as
3605@file{/mnt/etc/config.scm}.
3606
3607A minimal operating system configuration, with just the bare minimum and
1dac8566
LC
3608only a root account would look like this (on the installation system,
3609this example is available as @file{/etc/configuration-template.scm}):
5af6de3e
LC
3610
3611@example
931c132a 3612@include os-config.texi
5af6de3e
LC
3613@end example
3614
3615@noindent
3616For more information on @code{operating-system} declarations,
6621cdb6 3617@pxref{Using the Configuration System}.
5af6de3e
LC
3618
3619Once that is done, the new system must be initialized (remember that the
3620target root file system is mounted under @file{/mnt}):
3621
3622@example
3623guix system init /mnt/etc/config.scm /mnt
3624@end example
3625
3626@noindent
3627This will copy all the necessary files, and install GRUB on
3628@file{/dev/sdX}, unless you pass the @option{--no-grub} option. For
6621cdb6 3629more information, @pxref{Invoking guix system}. This command may trigger
5af6de3e
LC
3630downloads or builds of missing packages, which can take some time.
3631
3632Once that command has completed---and hopefully succeeded!---you can
ad14d9e7 3633run @command{reboot} and boot into the new system. Cross fingers, and
5af6de3e
LC
3634join us on @code{#guix} on the Freenode IRC network or on
3635@file{guix-devel@@gnu.org} to share your experience---good or not so
3636good.
3637
3638@subsection Building the Installation Image
3639
3640The installation image described above was built using the @command{guix
3641system} command, specifically:
3642
3643@example
8a225c66 3644guix system disk-image --image-size=850MiB gnu/system/install.scm
5af6de3e
LC
3645@end example
3646
3647@xref{Invoking guix system}, for more information. See
3648@file{gnu/system/install.scm} in the source tree for more information
3649about the installation image.
3650
cf4a9129
LC
3651@node System Configuration
3652@section System Configuration
b208a005 3653
cf4a9129 3654@cindex system configuration
3ca2731c 3655The Guix System Distribution supports a consistent whole-system configuration
cf4a9129
LC
3656mechanism. By that we mean that all aspects of the global system
3657configuration---such as the available system services, timezone and
3658locale settings, user accounts---are declared in a single place. Such
3659a @dfn{system configuration} can be @dfn{instantiated}---i.e., effected.
91ef73d4 3660
cf4a9129
LC
3661One of the advantages of putting all the system configuration under the
3662control of Guix is that it supports transactional system upgrades, and
3663makes it possible to roll-back to a previous system instantiation,
3664should something go wrong with the new one (@pxref{Features}). Another
3665one is that it makes it easy to replicate the exact same configuration
3666across different machines, or at different points in time, without
3667having to resort to additional administration tools layered on top of
3668the system's own tools.
3669@c Yes, we're talking of Puppet, Chef, & co. here. ↑
91ef73d4 3670
cf4a9129
LC
3671This section describes this mechanism. First we focus on the system
3672administrator's viewpoint---explaining how the system is configured and
3673instantiated. Then we show how this mechanism can be extended, for
3674instance to support new system services.
91ef73d4 3675
cf4a9129
LC
3676@menu
3677* Using the Configuration System:: Customizing your GNU system.
7313a52e 3678* operating-system Reference:: Detail of operating-system declarations.
cf4a9129 3679* File Systems:: Configuring file system mounts.
510f9d86 3680* Mapped Devices:: Block device extra processing.
cf4a9129 3681* User Accounts:: Specifying user accounts.
598e19dc 3682* Locales:: Language and cultural convention settings.
cf4a9129 3683* Services:: Specifying system services.
0ae8c15a 3684* Setuid Programs:: Programs running with root privileges.
996ed739 3685* Name Service Switch:: Configuring libc's name service switch.
fd1b1fa2 3686* Initial RAM Disk:: Linux-Libre bootstrapping.
88faf933 3687* GRUB Configuration:: Configuring the boot loader.
cf4a9129
LC
3688* Invoking guix system:: Instantiating a system configuration.
3689* Defining Services:: Adding new service definitions.
3690@end menu
91ef73d4 3691
cf4a9129
LC
3692@node Using the Configuration System
3693@subsection Using the Configuration System
64d76fa6 3694
cf4a9129
LC
3695The operating system is configured by providing an
3696@code{operating-system} declaration in a file that can then be passed to
3697the @command{guix system} command (@pxref{Invoking guix system}). A
3698simple setup, with the default system services, the default Linux-Libre
3699kernel, initial RAM disk, and boot loader looks like this:
91ef73d4 3700
cf4a9129
LC
3701@findex operating-system
3702@lisp
3703(use-modules (gnu) ; for 'user-account', '%base-services', etc.
3704 (gnu packages emacs) ; for 'emacs'
3705 (gnu services ssh)) ; for 'lsh-service'
91ef73d4 3706
cf4a9129
LC
3707(operating-system
3708 (host-name "komputilo")
3709 (timezone "Europe/Paris")
598e19dc 3710 (locale "fr_FR.utf8")
cf4a9129
LC
3711 (bootloader (grub-configuration
3712 (device "/dev/sda")))
a69576ea 3713 (file-systems (cons (file-system
cf4a9129
LC
3714 (device "/dev/sda1") ; or partition label
3715 (mount-point "/")
a69576ea
LC
3716 (type "ext3"))
3717 %base-file-systems))
cf4a9129
LC
3718 (users (list (user-account
3719 (name "alice")
bc73aa43 3720 (group "users")
cf4a9129
LC
3721 (comment "Bob's sister")
3722 (home-directory "/home/alice"))))
3723 (packages (cons emacs %base-packages))
f4391bec 3724 (services (cons (lsh-service #:port 2222 #:root-login? #t)
cf4a9129
LC
3725 %base-services)))
3726@end lisp
401c53c4 3727
cf4a9129
LC
3728This example should be self-describing. Some of the fields defined
3729above, such as @code{host-name} and @code{bootloader}, are mandatory.
3730Others, such as @code{packages} and @code{services}, can be omitted, in
3731which case they get a default value.
e7f34eb0 3732
cf4a9129
LC
3733@vindex %base-packages
3734The @code{packages} field lists
3735packages that will be globally visible on the system, for all user
3736accounts---i.e., in every user's @code{PATH} environment variable---in
3737addition to the per-user profiles (@pxref{Invoking guix package}). The
3738@var{%base-packages} variable provides all the tools one would expect
3739for basic user and administrator tasks---including the GNU Core
3740Utilities, the GNU Networking Utilities, the GNU Zile lightweight text
3741editor, @command{find}, @command{grep}, etc. The example above adds
3742Emacs to those, taken from the @code{(gnu packages emacs)} module
3743(@pxref{Package Modules}).
e7f34eb0 3744
cf4a9129
LC
3745@vindex %base-services
3746The @code{services} field lists @dfn{system services} to be made
3747available when the system starts (@pxref{Services}).
3748The @code{operating-system} declaration above specifies that, in
3749addition to the basic services, we want the @command{lshd} secure shell
3750daemon listening on port 2222, and allowing remote @code{root} logins
3751(@pxref{Invoking lshd,,, lsh, GNU lsh Manual}). Under the hood,
3752@code{lsh-service} arranges so that @code{lshd} is started with the
3753right command-line options, possibly with supporting configuration files
7313a52e
LC
3754generated as needed (@pxref{Defining Services}). @xref{operating-system
3755Reference}, for details about the available @code{operating-system}
3756fields.
a1ba8475 3757
cf4a9129
LC
3758Assuming the above snippet is stored in the @file{my-system-config.scm}
3759file, the @command{guix system reconfigure my-system-config.scm} command
3760instantiates that configuration, and makes it the default GRUB boot
3761entry (@pxref{Invoking guix system}). The normal way to change the
3762system's configuration is by updating this file and re-running the
3763@command{guix system} command.
b81e1947 3764
cf4a9129
LC
3765At the Scheme level, the bulk of an @code{operating-system} declaration
3766is instantiated with the following monadic procedure (@pxref{The Store
3767Monad}):
b81e1947 3768
cf4a9129
LC
3769@deffn {Monadic Procedure} operating-system-derivation os
3770Return a derivation that builds @var{os}, an @code{operating-system}
3771object (@pxref{Derivations}).
b81e1947 3772
cf4a9129
LC
3773The output of the derivation is a single directory that refers to all
3774the packages, configuration files, and other supporting files needed to
3775instantiate @var{os}.
3776@end deffn
b81e1947 3777
7313a52e
LC
3778@node operating-system Reference
3779@subsection @code{operating-system} Reference
3780
3781This section summarizes all the options available in
3782@code{operating-system} declarations (@pxref{Using the Configuration
3783System}).
3784
3785@deftp {Data Type} operating-system
3786This is the data type representing an operating system configuration.
3787By that, we mean all the global system configuration, not per-user
3788configuration (@pxref{Using the Configuration System}).
3789
3790@table @asis
3791@item @code{kernel} (default: @var{linux-libre})
3792The package object of the operating system to use@footnote{Currently
3793only the Linux-libre kernel is supported. In the future, it will be
3794possible to use the GNU@tie{}Hurd.}.
3795
3796@item @code{bootloader}
88faf933 3797The system bootloader configuration object. @xref{GRUB Configuration}.
7313a52e
LC
3798
3799@item @code{initrd} (default: @code{base-initrd})
3800A two-argument monadic procedure that returns an initial RAM disk for
3801the Linux kernel. @xref{Initial RAM Disk}.
3802
f34c56be
LC
3803@item @code{firmware} (default: @var{%base-firmware})
3804@cindex firmware
3805List of firmware packages loadable by the operating system kernel.
3806
3807The default includes firmware needed for Atheros-based WiFi devices
3808(Linux-libre module @code{ath9k}.)
3809
7313a52e
LC
3810@item @code{host-name}
3811The host name.
3812
3813@item @code{hosts-file}
3814@cindex hosts file
3815A zero-argument monadic procedure that returns a text file for use as
3816@file{/etc/hosts} (@pxref{Host Names,,, libc, The GNU C Library
3817Reference Manual}). The default is to produce a file with entries for
3818@code{localhost} and @var{host-name}.
3819
3820@item @code{mapped-devices} (default: @code{'()})
3821A list of mapped devices. @xref{Mapped Devices}.
3822
3823@item @code{file-systems}
3824A list of file systems. @xref{File Systems}.
3825
3826@item @code{swap-devices} (default: @code{'()})
3827@cindex swap devices
3828A list of strings identifying devices to be used for ``swap space''
3829(@pxref{Memory Concepts,,, libc, The GNU C Library Reference Manual}).
3830For example, @code{'("/dev/sda3")}.
3831
3832@item @code{users} (default: @code{'()})
3833@itemx @code{groups} (default: @var{%base-groups})
3834List of user accounts and groups. @xref{User Accounts}.
3835
3836@item @code{skeletons} (default: @code{(default-skeletons)})
3837A monadic list of pairs of target file name and files. These are the
3838files that will be used as skeletons as new accounts are created.
3839
3840For instance, a valid value may look like this:
3841
3842@example
3843(mlet %store-monad ((bashrc (text-file "bashrc" "\
3844 export PATH=$HOME/.guix-profile/bin")))
3845 (return `((".bashrc" ,bashrc))))
3846@end example
3847
3848@item @code{issue} (default: @var{%default-issue})
3849A string denoting the contents of the @file{/etc/issue} file, which is
3850what displayed when users log in on a text console.
3851
3852@item @code{packages} (default: @var{%base-packages})
3853The set of packages installed in the global profile, which is accessible
3854at @file{/run/current-system/profile}.
3855
3856The default set includes core utilities, but it is good practice to
3857install non-core utilities in user profiles (@pxref{Invoking guix
3858package}).
3859
3860@item @code{timezone}
3861A timezone identifying string---e.g., @code{"Europe/Paris"}.
3862
598e19dc
LC
3863@item @code{locale} (default: @code{"en_US.utf8"})
3864The name of the default locale (@pxref{Locale Names,,, libc, The GNU C
3865Library Reference Manual}). @xref{Locales}, for more information.
3866
3867@item @code{locale-definitions} (default: @var{%default-locale-definitions})
3868The list of locale definitions to be compiled and that may be used at
3869run time. @xref{Locales}.
7313a52e 3870
996ed739
LC
3871@item @code{name-service-switch} (default: @var{%default-nss})
3872Configuration of libc's name service switch (NSS)---a
3873@code{<name-service-switch>} object. @xref{Name Service Switch}, for
3874details.
3875
7313a52e
LC
3876@item @code{services} (default: @var{%base-services})
3877A list of monadic values denoting system services. @xref{Services}.
3878
3879@item @code{pam-services} (default: @code{(base-pam-services)})
3880@cindex PAM
3881@cindex pluggable authentication modules
3882Linux @dfn{pluggable authentication module} (PAM) services.
3883@c FIXME: Add xref to PAM services section.
3884
3885@item @code{setuid-programs} (default: @var{%setuid-programs})
3886List of string-valued G-expressions denoting setuid programs.
3887@xref{Setuid Programs}.
3888
3889@item @code{sudoers} (default: @var{%sudoers-specification})
3890@cindex sudoers
3891The contents of the @file{/etc/sudoers} file as a string.
3892
3893This file specifies which users can use the @command{sudo} command, what
3894they are allowed to do, and what privileges they may gain. The default
3895is that only @code{root} and members of the @code{wheel} group may use
3896@code{sudo}.
3897
3898@end table
3899@end deftp
3900
cf4a9129
LC
3901@node File Systems
3902@subsection File Systems
b81e1947 3903
cf4a9129
LC
3904The list of file systems to be mounted is specified in the
3905@code{file-systems} field of the operating system's declaration
3906(@pxref{Using the Configuration System}). Each file system is declared
3907using the @code{file-system} form, like this:
b81e1947
LC
3908
3909@example
cf4a9129
LC
3910(file-system
3911 (mount-point "/home")
3912 (device "/dev/sda3")
3913 (type "ext4"))
b81e1947
LC
3914@end example
3915
cf4a9129
LC
3916As usual, some of the fields are mandatory---those shown in the example
3917above---while others can be omitted. These are described below.
b81e1947 3918
cf4a9129
LC
3919@deftp {Data Type} file-system
3920Objects of this type represent file systems to be mounted. They
3921contain the following members:
5ff3c4b8 3922
cf4a9129
LC
3923@table @asis
3924@item @code{type}
3925This is a string specifying the type of the file system---e.g.,
3926@code{"ext4"}.
5ff3c4b8 3927
cf4a9129
LC
3928@item @code{mount-point}
3929This designates the place where the file system is to be mounted.
b81e1947 3930
cf4a9129
LC
3931@item @code{device}
3932This names the ``source'' of the file system. By default it is the name
3933of a node under @file{/dev}, but its meaning depends on the @code{title}
3934field described below.
401c53c4 3935
cf4a9129
LC
3936@item @code{title} (default: @code{'device})
3937This is a symbol that specifies how the @code{device} field is to be
3938interpreted.
401c53c4 3939
cf4a9129
LC
3940When it is the symbol @code{device}, then the @code{device} field is
3941interpreted as a file name; when it is @code{label}, then @code{device}
3942is interpreted as a partition label name; when it is @code{uuid},
3943@code{device} is interpreted as a partition unique identifier (UUID).
da7cabd4 3944
cf4a9129
LC
3945The @code{label} and @code{uuid} options offer a way to refer to disk
3946partitions without having to hard-code their actual device name.
da7cabd4 3947
5f86a66e
LC
3948However, when a file system's source is a mapped device (@pxref{Mapped
3949Devices}), its @code{device} field @emph{must} refer to the mapped
3950device name---e.g., @file{/dev/mapper/root-partition}---and consequently
3951@code{title} must be set to @code{'device}. This is required so that
3952the system knows that mounting the file system depends on having the
3953corresponding device mapping established.
3954
cf4a9129
LC
3955@item @code{flags} (default: @code{'()})
3956This is a list of symbols denoting mount flags. Recognized flags
2c071ce9
LC
3957include @code{read-only}, @code{bind-mount}, @code{no-dev} (disallow
3958access to special files), @code{no-suid} (ignore setuid and setgid
3959bits), and @code{no-exec} (disallow program execution.)
da7cabd4 3960
cf4a9129
LC
3961@item @code{options} (default: @code{#f})
3962This is either @code{#f}, or a string denoting mount options.
da7cabd4 3963
cf4a9129
LC
3964@item @code{needed-for-boot?} (default: @code{#f})
3965This Boolean value indicates whether the file system is needed when
3966booting. If that is true, then the file system is mounted when the
3967initial RAM disk (initrd) is loaded. This is always the case, for
3968instance, for the root file system.
da7cabd4 3969
cf4a9129
LC
3970@item @code{check?} (default: @code{#t})
3971This Boolean indicates whether the file system needs to be checked for
3972errors before being mounted.
f9cc8971 3973
4e469051
LC
3974@item @code{create-mount-point?} (default: @code{#f})
3975When true, the mount point is created if it does not exist yet.
3976
cf4a9129
LC
3977@end table
3978@end deftp
da7cabd4 3979
a69576ea
LC
3980The @code{(gnu system file-systems)} exports the following useful
3981variables.
3982
3983@defvr {Scheme Variable} %base-file-systems
3984These are essential file systems that are required on normal systems,
3985such as @var{%devtmpfs-file-system} (see below.) Operating system
3986declarations should always contain at least these.
3987@end defvr
3988
3989@defvr {Scheme Variable} %devtmpfs-file-system
3990The @code{devtmpfs} file system to be mounted on @file{/dev}. This is a
3991requirement for udev (@pxref{Base Services, @code{udev-service}}).
3992@end defvr
3993
7f239fd3
LC
3994@defvr {Scheme Variable} %pseudo-terminal-file-system
3995This is the file system to be mounted as @file{/dev/pts}. It supports
3996@dfn{pseudo-terminals} created @i{via} @code{openpty} and similar
3997functions (@pxref{Pseudo-Terminals,,, libc, The GNU C Library Reference
3998Manual}). Pseudo-terminals are used by terminal emulators such as
3999@command{xterm}.
4000@end defvr
4001
db17ae5c
LC
4002@defvr {Scheme Variable} %shared-memory-file-system
4003This file system is mounted as @file{/dev/shm} and is used to support
4004memory sharing across processes (@pxref{Memory-mapped I/O,
4005@code{shm_open},, libc, The GNU C Library Reference Manual}).
4006@end defvr
4007
a69576ea
LC
4008@defvr {Scheme Variable} %binary-format-file-system
4009The @code{binfmt_misc} file system, which allows handling of arbitrary
4010executable file types to be delegated to user space. This requires the
4011@code{binfmt.ko} kernel module to be loaded.
4012@end defvr
4013
4014@defvr {Scheme Variable} %fuse-control-file-system
4015The @code{fusectl} file system, which allows unprivileged users to mount
4016and unmount user-space FUSE file systems. This requires the
4017@code{fuse.ko} kernel module to be loaded.
4018@end defvr
4019
510f9d86
LC
4020@node Mapped Devices
4021@subsection Mapped Devices
4022
4023@cindex device mapping
4024@cindex mapped devices
4025The Linux kernel has a notion of @dfn{device mapping}: a block device,
4026such as a hard disk partition, can be @dfn{mapped} into another device,
4027with additional processing over the data that flows through
4028it@footnote{Note that the GNU@tie{}Hurd makes no difference between the
4029concept of a ``mapped device'' and that of a file system: both boil down
4030to @emph{translating} input/output operations made on a file to
4031operations on its backing store. Thus, the Hurd implements mapped
4032devices, like file systems, using the generic @dfn{translator} mechanism
4033(@pxref{Translators,,, hurd, The GNU Hurd Reference Manual}).}. A
4034typical example is encryption device mapping: all writes to the mapped
4035device are encrypted, and all reads are deciphered, transparently.
4036
4037Mapped devices are declared using the @code{mapped-device} form:
4038
4039@example
4040(mapped-device
4041 (source "/dev/sda3")
4042 (target "home")
4043 (type luks-device-mapping))
4044@end example
4045
4046@noindent
4047@cindex disk encryption
4048@cindex LUKS
4049This example specifies a mapping from @file{/dev/sda3} to
4050@file{/dev/mapper/home} using LUKS---the
4051@url{http://code.google.com/p/cryptsetup,Linux Unified Key Setup}, a
4052standard mechanism for disk encryption. The @file{/dev/mapper/home}
4053device can then be used as the @code{device} of a @code{file-system}
4054declaration (@pxref{File Systems}). The @code{mapped-device} form is
4055detailed below.
4056
4057@deftp {Data Type} mapped-device
4058Objects of this type represent device mappings that will be made when
4059the system boots up.
4060
9cb426b8
LC
4061@table @code
4062@item source
510f9d86
LC
4063This string specifies the name of the block device to be mapped, such as
4064@code{"/dev/sda3"}.
4065
9cb426b8 4066@item target
510f9d86
LC
4067This string specifies the name of the mapping to be established. For
4068example, specifying @code{"my-partition"} will lead to the creation of
4069the @code{"/dev/mapper/my-partition"} device.
4070
9cb426b8 4071@item type
510f9d86
LC
4072This must be a @code{mapped-device-kind} object, which specifies how
4073@var{source} is mapped to @var{target}.
4074@end table
4075@end deftp
4076
4077@defvr {Scheme Variable} luks-device-mapping
4078This defines LUKS block device encryption using the @command{cryptsetup}
4079command, from the same-named package. This relies on the
4080@code{dm-crypt} Linux kernel module.
4081@end defvr
4082
cf4a9129
LC
4083@node User Accounts
4084@subsection User Accounts
ee85f3db 4085
cf4a9129 4086User accounts are specified with the @code{user-account} form:
ee85f3db 4087
cf4a9129
LC
4088@example
4089(user-account
4090 (name "alice")
4091 (group "users")
24e752c0
LC
4092 (supplementary-groups '("wheel" ;allow use of sudo, etc.
4093 "audio" ;sound card
4094 "video" ;video devices such as webcams
4095 "cdrom")) ;the good ol' CD-ROM
cf4a9129
LC
4096 (comment "Bob's sister")
4097 (home-directory "/home/alice"))
4098@end example
25083588 4099
cf4a9129
LC
4100@deftp {Data Type} user-account
4101Objects of this type represent user accounts. The following members may
4102be specified:
ee85f3db 4103
cf4a9129
LC
4104@table @asis
4105@item @code{name}
4106The name of the user account.
ee85f3db 4107
cf4a9129
LC
4108@item @code{group}
4109This is the name (a string) or identifier (a number) of the user group
4110this account belongs to.
ee85f3db 4111
cf4a9129
LC
4112@item @code{supplementary-groups} (default: @code{'()})
4113Optionally, this can be defined as a list of group names that this
4114account belongs to.
ee85f3db 4115
cf4a9129
LC
4116@item @code{uid} (default: @code{#f})
4117This is the user ID for this account (a number), or @code{#f}. In the
4118latter case, a number is automatically chosen by the system when the
4119account is created.
ee85f3db 4120
cf4a9129
LC
4121@item @code{comment} (default: @code{""})
4122A comment about the account, such as the account's owner full name.
c8c871d1 4123
cf4a9129
LC
4124@item @code{home-directory}
4125This is the name of the home directory for the account.
ee85f3db 4126
cf4a9129
LC
4127@item @code{shell} (default: Bash)
4128This is a G-expression denoting the file name of a program to be used as
4129the shell (@pxref{G-Expressions}).
ee85f3db 4130
cf4a9129
LC
4131@item @code{system?} (default: @code{#f})
4132This Boolean value indicates whether the account is a ``system''
4133account. System accounts are sometimes treated specially; for instance,
4134graphical login managers do not list them.
ee85f3db 4135
cf4a9129 4136@item @code{password} (default: @code{#f})
eb59595c
LC
4137You would normally leave this field to @code{#f}, initialize user
4138passwords as @code{root} with the @command{passwd} command, and then let
4139users change it with @command{passwd}.
4140
4141If you @emph{do} want to have a preset password for an account, then
4142this field must contain the encrypted password, as a string.
5d1f1177
LC
4143@xref{crypt,,, libc, The GNU C Library Reference Manual}, for more information
4144on password encryption, and @ref{Encryption,,, guile, GNU Guile Reference
eb59595c 4145Manual}, for information on Guile's @code{crypt} procedure.
c8c871d1 4146
cf4a9129
LC
4147@end table
4148@end deftp
ee85f3db 4149
cf4a9129 4150User group declarations are even simpler:
ee85f3db 4151
cf4a9129
LC
4152@example
4153(user-group (name "students"))
4154@end example
ee85f3db 4155
cf4a9129
LC
4156@deftp {Data Type} user-group
4157This type is for, well, user groups. There are just a few fields:
af8a56b8 4158
cf4a9129
LC
4159@table @asis
4160@item @code{name}
4161The group's name.
ee85f3db 4162
cf4a9129
LC
4163@item @code{id} (default: @code{#f})
4164The group identifier (a number). If @code{#f}, a new number is
4165automatically allocated when the group is created.
ee85f3db 4166
c8fa3426
LC
4167@item @code{system?} (default: @code{#f})
4168This Boolean value indicates whether the group is a ``system'' group.
4169System groups have low numerical IDs.
4170
cf4a9129
LC
4171@item @code{password} (default: @code{#f})
4172What, user groups can have a password? Well, apparently yes. Unless
4173@code{#f}, this field specifies the group's password.
ee85f3db 4174
cf4a9129
LC
4175@end table
4176@end deftp
401c53c4 4177
cf4a9129
LC
4178For convenience, a variable lists all the basic user groups one may
4179expect:
401c53c4 4180
cf4a9129
LC
4181@defvr {Scheme Variable} %base-groups
4182This is the list of basic user groups that users and/or packages expect
4183to be present on the system. This includes groups such as ``root'',
4184``wheel'', and ``users'', as well as groups used to control access to
4185specific devices such as ``audio'', ``disk'', and ``cdrom''.
4186@end defvr
401c53c4 4187
598e19dc
LC
4188@node Locales
4189@subsection Locales
4190
4191@cindex locale
4192A @dfn{locale} defines cultural conventions for a particular language
4193and region of the world (@pxref{Locales,,, libc, The GNU C Library
4194Reference Manual}). Each locale has a name that typically has the form
4195@code{@var{language}_@var{territory}.@var{charset}}---e.g.,
4196@code{fr_LU.utf8} designates the locale for the French language, with
4197cultural conventions from Luxembourg, and using the UTF-8 encoding.
4198
4199@cindex locale definition
4200Usually, you will want to specify the default locale for the machine
4201using the @code{locale} field of the @code{operating-system} declaration
4202(@pxref{operating-system Reference, @code{locale}}).
4203
4204That locale must be among the @dfn{locale definitions} that are known to
4205the system---and these are specified in the @code{locale-definitions}
4206slot of @code{operating-system}. The default value includes locale
4207definition for some widely used locales, but not for all the available
4208locales, in order to save space.
4209
4210If the locale specified in the @code{locale} field is not among the
4211definitions listed in @code{locale-definitions}, @command{guix system}
4212raises an error. In that case, you should add the locale definition to
4213the @code{locale-definitions} field. For instance, to add the North
4214Frisian locale for Germany, the value of that field may be:
4215
4216@example
4217(cons (locale-definition
4218 (name "fy_DE.utf8") (source "fy_DE"))
4219 %default-locale-definitions)
4220@end example
4221
4222Likewise, to save space, one might want @code{locale-definitions} to
4223list only the locales that are actually used, as in:
4224
4225@example
4226(list (locale-definition
4227 (name "ja_JP.eucjp") (source "ja_JP")
4228 (charset "EUC-JP")))
4229@end example
4230
4231The @code{locale-definition} form is provided by the @code{(gnu system
4232locale)} module. Details are given below.
4233
4234@deftp {Data Type} locale-definition
4235This is the data type of a locale definition.
4236
4237@table @asis
4238
4239@item @code{name}
4240The name of the locale. @xref{Locale Names,,, libc, The GNU C Library
4241Reference Manual}, for more information on locale names.
4242
4243@item @code{source}
4244The name of the source for that locale. This is typically the
4245@code{@var{language}_@var{territory}} part of the locale name.
4246
4247@item @code{charset} (default: @code{"UTF-8"})
4248The ``character set'' or ``code set'' for that locale,
4249@uref{http://www.iana.org/assignments/character-sets, as defined by
4250IANA}.
4251
4252@end table
4253@end deftp
4254
4255@defvr {Scheme Variable} %default-locale-definitions
4256An arbitrary list of commonly used locales, used as the default value of
4257the @code{locale-definitions} field of @code{operating-system}
4258declarations.
4259@end defvr
401c53c4 4260
cf4a9129
LC
4261@node Services
4262@subsection Services
401c53c4 4263
cf4a9129
LC
4264@cindex system services
4265An important part of preparing an @code{operating-system} declaration is
4266listing @dfn{system services} and their configuration (@pxref{Using the
4267Configuration System}). System services are typically daemons launched
4268when the system boots, or other actions needed at that time---e.g.,
d8b94dbd
LC
4269configuring network access.
4270
4271Services are managed by GNU@tie{}dmd (@pxref{Introduction,,, dmd, GNU
4272dmd Manual}). On a running system, the @command{deco} command allows
4273you to list the available services, show their status, start and stop
4274them, or do other specific operations (@pxref{Jump Start,,, dmd, GNU dmd
4275Manual}). For example:
4276
4277@example
4278# deco status dmd
4279@end example
4280
4281The above command, run as @code{root}, lists the currently defined
4282services. The @command{deco doc} command shows a synopsis of the given
4283service:
4284
4285@example
4286# deco doc nscd
4287Run libc's name service cache daemon (nscd).
4288@end example
4289
4290The @command{start}, @command{stop}, and @command{restart} sub-commands
4291have the effect you would expect. For instance, the commands below stop
4292the nscd service and restart the Xorg display server:
4293
4294@example
4295# deco stop nscd
4296Service nscd has been stopped.
4297# deco restart xorg-server
4298Service xorg-server has been stopped.
4299Service xorg-server has been started.
4300@end example
401c53c4 4301
cf4a9129 4302The following sections document the available services, starting with
d8b94dbd
LC
4303the core services, that may be used in an @code{operating-system}
4304declaration.
401c53c4 4305
cf4a9129
LC
4306@menu
4307* Base Services:: Essential system services.
4308* Networking Services:: Network setup, SSH daemon, etc.
4309* X Window:: Graphical display.
4310@end menu
401c53c4 4311
cf4a9129
LC
4312@node Base Services
4313@subsubsection Base Services
a1ba8475 4314
cf4a9129
LC
4315The @code{(gnu services base)} module provides definitions for the basic
4316services that one expects from the system. The services exported by
4317this module are listed below.
401c53c4 4318
cf4a9129
LC
4319@defvr {Scheme Variable} %base-services
4320This variable contains a list of basic services@footnote{Technically,
4321this is a list of monadic services. @xref{The Store Monad}.} one would
4322expect from the system: a login service (mingetty) on each tty, syslogd,
4323libc's name service cache daemon (nscd), the udev device manager, and
4324more.
401c53c4 4325
cf4a9129
LC
4326This is the default value of the @code{services} field of
4327@code{operating-system} declarations. Usually, when customizing a
4328system, you will want to append services to @var{%base-services}, like
4329this:
401c53c4 4330
cf4a9129 4331@example
fa1e31b8 4332(cons* (avahi-service) (lsh-service) %base-services)
cf4a9129
LC
4333@end example
4334@end defvr
401c53c4 4335
cf4a9129
LC
4336@deffn {Monadic Procedure} host-name-service @var{name}
4337Return a service that sets the host name to @var{name}.
4338@end deffn
401c53c4 4339
cf4a9129
LC
4340@deffn {Monadic Procedure} mingetty-service @var{tty} [#:motd] @
4341 [#:auto-login #f] [#:login-program] [#:login-pause? #f] @
4342 [#:allow-empty-passwords? #f]
4343Return a service to run mingetty on @var{tty}.
401c53c4 4344
cf4a9129
LC
4345When @var{allow-empty-passwords?} is true, allow empty log-in password. When
4346@var{auto-login} is true, it must be a user name under which to log-in
4347automatically. @var{login-pause?} can be set to @code{#t} in conjunction with
4348@var{auto-login}, in which case the user will have to press a key before the
4349login shell is launched.
401c53c4 4350
cf4a9129
LC
4351When true, @var{login-program} is a gexp or a monadic gexp denoting the name
4352of the log-in program (the default is the @code{login} program from the Shadow
4353tool suite.)
401c53c4 4354
cf4a9129
LC
4355@var{motd} is a monadic value containing a text file to use as
4356the ``message of the day''.
4357@end deffn
401c53c4 4358
6454b333
LC
4359@cindex name service cache daemon
4360@cindex nscd
4aee6e60
LC
4361@deffn {Monadic Procedure} nscd-service [@var{config}] [#:glibc glibc] @
4362 [#:name-services '()]
4363Return a service that runs libc's name service cache daemon (nscd) with
4364the given @var{config}---an @code{<nscd-configuration>} object.
4365Optionally, @code{#:name-services} is a list of packages that provide
4366name service switch (NSS) modules needed by nscd.
cf4a9129 4367@end deffn
401c53c4 4368
6454b333
LC
4369@defvr {Scheme Variable} %nscd-default-configuration
4370This is the default @code{<nscd-configuration>} value (see below) used
4371by @code{nscd-service}. This uses the caches defined by
4372@var{%nscd-default-caches}; see below.
4373@end defvr
4374
4375@deftp {Data Type} nscd-configuration
4376This is the type representing the name service cache daemon (nscd)
4377configuration.
4378
4379@table @asis
4380
4381@item @code{log-file} (default: @code{"/var/log/nscd.log"})
4382Name of nscd's log file. This is where debugging output goes when
4383@code{debug-level} is strictly positive.
4384
4385@item @code{debug-level} (default: @code{0})
4386Integer denoting the debugging levels. Higher numbers mean more
4387debugging output is logged.
4388
4389@item @code{caches} (default: @var{%nscd-default-caches})
4390List of @code{<nscd-cache>} objects denoting things to be cached; see
4391below.
4392
4393@end table
4394@end deftp
4395
4396@deftp {Data Type} nscd-cache
4397Data type representing a cache database of nscd and its parameters.
4398
4399@table @asis
4400
4401@item @code{database}
4402This is a symbol representing the name of the database to be cached.
4403Valid values are @code{passwd}, @code{group}, @code{hosts}, and
4404@code{services}, which designate the corresponding NSS database
4405(@pxref{NSS Basics,,, libc, The GNU C Library Reference Manual}).
4406
4407@item @code{positive-time-to-live}
4408@itemx @code{negative-time-to-live} (default: @code{20})
4409A number representing the number of seconds during which a positive or
4410negative lookup result remains in cache.
4411
4412@item @code{check-files?} (default: @code{#t})
4413Whether to check for updates of the files corresponding to
4414@var{database}.
4415
4416For instance, when @var{database} is @code{hosts}, setting this flag
4417instructs nscd to check for updates in @file{/etc/hosts} and to take
4418them into account.
4419
4420@item @code{persistent?} (default: @code{#t})
4421Whether the cache should be stored persistently on disk.
4422
4423@item @code{shared?} (default: @code{#t})
4424Whether the cache should be shared among users.
4425
4426@item @code{max-database-size} (default: 32@tie{}MiB)
4427Maximum size in bytes of the database cache.
4428
4429@c XXX: 'suggested-size' and 'auto-propagate?' seem to be expert
4430@c settings, so leave them out.
4431
4432@end table
4433@end deftp
4434
4435@defvr {Scheme Variable} %nscd-default-caches
4436List of @code{<nscd-cache>} objects used by default by
4437@code{nscd-configuration} (see above.)
4438
4439It enables persistent and aggressive caching of service and host name
4440lookups. The latter provides better host name lookup performance,
4441resilience in the face of unreliable name servers, and also better
4442privacy---often the result of host name lookups is in local cache, so
4443external name servers do not even need to be queried.
4444@end defvr
4445
4446
cf4a9129
LC
4447@deffn {Monadic Procedure} syslog-service
4448Return a service that runs @code{syslogd} with reasonable default
4449settings.
4450@end deffn
401c53c4 4451
cf4a9129
LC
4452@deffn {Monadic Procedure} guix-service [#:guix guix] @
4453 [#:builder-group "guixbuild"] [#:build-accounts 10] @
02bb6b45 4454 [#:authorize-hydra-key? #t] [#:use-substitutes? #t] @
cf4a9129
LC
4455 [#:extra-options '()]
4456Return a service that runs the build daemon from @var{guix}, and has
4457@var{build-accounts} user accounts available under @var{builder-group}.
401c53c4 4458
cf4a9129
LC
4459When @var{authorize-hydra-key?} is true, the @code{hydra.gnu.org} public key
4460provided by @var{guix} is authorized upon activation, meaning that substitutes
4461from @code{hydra.gnu.org} are used by default.
401c53c4 4462
cf4a9129
LC
4463If @var{use-substitutes?} is false, the daemon is run with
4464@option{--no-substitutes} (@pxref{Invoking guix-daemon,
4465@option{--no-substitutes}}).
401c53c4 4466
cf4a9129
LC
4467Finally, @var{extra-options} is a list of additional command-line options
4468passed to @command{guix-daemon}.
4469@end deffn
a1ba8475 4470
cf4a9129
LC
4471@deffn {Monadic Procedure} udev-service [#:udev udev]
4472Run @var{udev}, which populates the @file{/dev} directory dynamically.
4473@end deffn
401c53c4 4474
a69576ea 4475
cf4a9129
LC
4476@node Networking Services
4477@subsubsection Networking Services
401c53c4 4478
fa1e31b8 4479The @code{(gnu services networking)} module provides services to configure
cf4a9129 4480the network interface.
a1ba8475 4481
a023cca8
LC
4482@cindex DHCP, networking service
4483@deffn {Monadic Procedure} dhcp-client-service [#:dhcp @var{isc-dhcp}]
4484Return a service that runs @var{dhcp}, a Dynamic Host Configuration
4485Protocol (DHCP) client, on all the non-loopback network interfaces.
4486@end deffn
4487
cf4a9129
LC
4488@deffn {Monadic Procedure} static-networking-service @var{interface} @var{ip} @
4489 [#:gateway #f] [#:name-services @code{'()}]
4490Return a service that starts @var{interface} with address @var{ip}. If
4491@var{gateway} is true, it must be a string specifying the default network
4492gateway.
4493@end deffn
8b315a6d 4494
b7d0c494
MW
4495@cindex wicd
4496@deffn {Monadic Procedure} wicd-service [#:wicd @var{wicd}]
4497Return a service that runs @url{https://launchpad.net/wicd,Wicd}, a
4498network manager that aims to simplify wired and wireless networking.
4499@end deffn
4500
63854bcb
LC
4501@deffn {Monadic Procedure} ntp-service [#:ntp @var{ntp}] @
4502 [#:name-service @var{%ntp-servers}]
4503Return a service that runs the daemon from @var{ntp}, the
4504@uref{http://www.ntp.org, Network Time Protocol package}. The daemon will
4505keep the system clock synchronized with that of @var{servers}.
4506@end deffn
4507
4508@defvr {Scheme Variable} %ntp-servers
4509List of host names used as the default NTP servers.
4510@end defvr
4511
cf4a9129
LC
4512@deffn {Monadic Procedure} tor-service [#:tor tor]
4513Return a service to run the @uref{https://torproject.org,Tor} daemon.
8b315a6d 4514
cf4a9129
LC
4515The daemon runs with the default settings (in particular the default exit
4516policy) as the @code{tor} unprivileged user.
4517@end deffn
8b315a6d 4518
4627a464
LC
4519@deffn {Monadic Procedure} bitlbee-service [#:bitlbee bitlbee] @
4520 [#:interface "127.0.0.1"] [#:port 6667] @
4521 [#:extra-settings ""]
4522Return a service that runs @url{http://bitlbee.org,BitlBee}, a daemon that
4523acts as a gateway between IRC and chat networks.
4524
4525The daemon will listen to the interface corresponding to the IP address
4526specified in @var{interface}, on @var{port}. @code{127.0.0.1} means that only
4527local clients can connect, whereas @code{0.0.0.0} means that connections can
4528come from any networking interface.
4529
4530In addition, @var{extra-settings} specifies a string to append to the
4531configuration file.
4532@end deffn
4533
f4391bec 4534Furthermore, @code{(gnu services ssh)} provides the following service.
8b315a6d 4535
cf4a9129 4536@deffn {Monadic Procedure} lsh-service [#:host-key "/etc/lsh/host-key"] @
5833bf33 4537 [#:daemonic? #t] [#:interfaces '()] [#:port-number 22] @
cf4a9129
LC
4538 [#:allow-empty-passwords? #f] [#:root-login? #f] @
4539 [#:syslog-output? #t] [#:x11-forwarding? #t] @
4540 [#:tcp/ip-forwarding? #t] [#:password-authentication? #t] @
2c636195 4541 [#:public-key-authentication? #t] [#:initialize? #f]
cf4a9129
LC
4542Run the @command{lshd} program from @var{lsh} to listen on port @var{port-number}.
4543@var{host-key} must designate a file containing the host key, and readable
4544only by root.
72e25e35 4545
5833bf33
DP
4546When @var{daemonic?} is true, @command{lshd} will detach from the
4547controlling terminal and log its output to syslogd, unless one sets
4548@var{syslog-output?} to false. Obviously, it also makes lsh-service
4549depend on existence of syslogd service. When @var{pid-file?} is true,
4550@command{lshd} writes its PID to the file called @var{pid-file}.
4551
cf4a9129
LC
4552When @var{initialize?} is true, automatically create the seed and host key
4553upon service activation if they do not exist yet. This may take long and
4554require interaction.
8b315a6d 4555
20dd519c
LC
4556When @var{initialize?} is false, it is up to the user to initialize the
4557randomness generator (@pxref{lsh-make-seed,,, lsh, LSH Manual}), and to create
4558a key pair with the private key stored in file @var{host-key} (@pxref{lshd
4559basics,,, lsh, LSH Manual}).
4560
cf4a9129
LC
4561When @var{interfaces} is empty, lshd listens for connections on all the
4562network interfaces; otherwise, @var{interfaces} must be a list of host names
4563or addresses.
9bf3c1a7 4564
20dd519c
LC
4565@var{allow-empty-passwords?} specifies whether to accept log-ins with empty
4566passwords, and @var{root-login?} specifies whether to accept log-ins as
cf4a9129 4567root.
4af2447e 4568
cf4a9129
LC
4569The other options should be self-descriptive.
4570@end deffn
4af2447e 4571
fa0c1d61
LC
4572@defvr {Scheme Variable} %facebook-host-aliases
4573This variable contains a string for use in @file{/etc/hosts}
4574(@pxref{Host Names,,, libc, The GNU C Library Reference Manual}). Each
4575line contains a entry that maps a known server name of the Facebook
4576on-line service---e.g., @code{www.facebook.com}---to the local
4577host---@code{127.0.0.1} or its IPv6 equivalent, @code{::1}.
4578
4579This variable is typically used in the @code{hosts-file} field of an
7313a52e
LC
4580@code{operating-system} declaration (@pxref{operating-system Reference,
4581@file{/etc/hosts}}):
fa0c1d61
LC
4582
4583@example
4584(use-modules (gnu) (guix))
4585
4586(operating-system
4587 (host-name "mymachine")
4588 ;; ...
4589 (hosts-file
4590 ;; Create a /etc/hosts file with aliases for "localhost"
4591 ;; and "mymachine", as well as for Facebook servers.
4592 (text-file "hosts"
4593 (string-append (local-host-aliases host-name)
4594 %facebook-host-aliases))))
4595@end example
4596
4597This mechanism can prevent programs running locally, such as Web
4598browsers, from accessing Facebook.
4599@end defvr
4600
cf4a9129
LC
4601@node X Window
4602@subsubsection X Window
68ad877c 4603
cf4a9129
LC
4604Support for the X Window graphical display system---specifically
4605Xorg---is provided by the @code{(gnu services xorg)} module. Note that
4606there is no @code{xorg-service} procedure. Instead, the X server is
4607started by the @dfn{login manager}, currently SLiM.
4af2447e 4608
cf4a9129 4609@deffn {Monadic Procedure} slim-service [#:allow-empty-passwords? #f] @
0ecc3bf3
LC
4610 [#:auto-login? #f] [#:default-user ""] [#:startx] @
4611 [#:theme @var{%default-slim-theme}] @
ffc3a02b
LC
4612 [#:theme-name @var{%default-slim-theme-name}] @
4613 [#:sessions @var{%default-sessions}]
cf4a9129
LC
4614Return a service that spawns the SLiM graphical login manager, which in
4615turn starts the X display server with @var{startx}, a command as returned by
4616@code{xorg-start-command}.
4af2447e 4617
cf4a9129
LC
4618When @var{allow-empty-passwords?} is true, allow logins with an empty
4619password. When @var{auto-login?} is true, log in automatically as
4620@var{default-user}.
0ecc3bf3
LC
4621
4622If @var{theme} is @code{#f}, the use the default log-in theme; otherwise
4623@var{theme} must be a gexp denoting the name of a directory containing the
4624theme to use. In that case, @var{theme-name} specifies the name of the
4625theme.
ffc3a02b
LC
4626
4627Last, @var{session} is a list of @code{<session-type>} objects denoting the
4628available session types that can be chosen from the log-in screen.
cf4a9129 4629@end deffn
4af2447e 4630
ffc3a02b
LC
4631@defvr {Scheme Variable} %default-sessions
4632The list of default session types used by SLiM.
4633@end defvr
4634
4635@defvr {Scheme Variable} %ratpoison-session-type
4636Session type using the Ratpoison window manager.
4637@end defvr
4638
4639@defvr {Scheme Variable} %windowmaker-session-type
4640Session type using the WindowMaker window manager.
4641@end defvr
4642
5ce93d9a
SB
4643@defvr {Scheme Variable} %sawfish-session-type
4644Session type using the Sawfish window manager.
4645@end defvr
4646
0ecc3bf3
LC
4647@defvr {Scheme Variable} %default-theme
4648@defvrx {Scheme Variable} %default-theme-name
4649The G-Expression denoting the default SLiM theme and its name.
4650@end defvr
4651
f703413e 4652@deffn {Monadic Procedure} xorg-start-command [#:guile] @
d2e59637 4653 [#:drivers '()] [#:resolutions '()] [#:xorg-server @var{xorg-server}]
f703413e
LC
4654Return a derivation that builds a @var{guile} script to start the X server
4655from @var{xorg-server}. Usually the X server is started by a login manager.
4656
4657@var{drivers} must be either the empty list, in which case Xorg chooses a
4658graphics driver automatically, or a list of driver names that will be tried in
4659this order---e.g., @code{("modesetting" "vesa")}.
d2e59637
LC
4660
4661Likewise, when @var{resolutions} is the empty list, Xorg chooses an
4662appropriate screen resolution; otherwise, it must be a list of
4663resolutions---e.g., @code{((1024 768) (640 480))}.
f703413e 4664@end deffn
4af2447e 4665
0ae8c15a
LC
4666@node Setuid Programs
4667@subsection Setuid Programs
4668
4669@cindex setuid programs
4670Some programs need to run with ``root'' privileges, even when they are
4671launched by unprivileged users. A notorious example is the
4672@command{passwd} programs, which can users can run to change their
4673password, and which requires write access to the @file{/etc/passwd} and
4674@file{/etc/shadow} files---something normally restricted to root, for
4675obvious security reasons. To address that, these executables are
4676@dfn{setuid-root}, meaning that they always run with root privileges
4677(@pxref{How Change Persona,,, libc, The GNU C Library Reference Manual},
4678for more info about the setuid mechanisms.)
4679
4680The store itself @emph{cannot} contain setuid programs: that would be a
4681security issue since any user on the system can write derivations that
4682populate the store (@pxref{The Store}). Thus, a different mechanism is
4683used: instead of changing the setuid bit directly on files that are in
4684the store, we let the system administrator @emph{declare} which programs
4685should be setuid root.
4686
4687The @code{setuid-programs} field of an @code{operating-system}
4688declaration contains a list of G-expressions denoting the names of
4689programs to be setuid-root (@pxref{Using the Configuration System}).
4690For instance, the @command{passwd} program, which is part of the Shadow
4691package, can be designated by this G-expression (@pxref{G-Expressions}):
4692
4693@example
4694#~(string-append #$shadow "/bin/passwd")
4695@end example
4696
4697A default set of setuid programs is defined by the
4698@code{%setuid-programs} variable of the @code{(gnu system)} module.
4699
4700@defvr {Scheme Variable} %setuid-programs
4701A list of G-expressions denoting common programs that are setuid-root.
4702
4703The list includes commands such as @command{passwd}, @command{ping},
4704@command{su}, and @command{sudo}.
4705@end defvr
4706
4707Under the hood, the actual setuid programs are created in the
4708@file{/run/setuid-programs} directory at system activation time. The
4709files in this directory refer to the ``real'' binaries, which are in the
4710store.
4711
996ed739
LC
4712@node Name Service Switch
4713@subsection Name Service Switch
4714
4715@cindex name service switch
4716@cindex NSS
4717The @code{(gnu system nss)} module provides bindings to the
4718configuration file of libc's @dfn{name service switch} or @dfn{NSS}
4719(@pxref{NSS Configuration File,,, libc, The GNU C Library Reference
4720Manual}). In a nutshell, the NSS is a mechanism that allows libc to be
4721extended with new ``name'' lookup methods for system databases, which
4722includes host names, service names, user accounts, and more (@pxref{Name
4723Service Switch, System Databases and Name Service Switch,, libc, The GNU
4724C Library Reference Manual}).
4725
4726The NSS configuration specifies, for each system database, which lookup
4727method is to be used, and how the various methods are chained
4728together---for instance, under which circumstances NSS should try the
4729next method in the list. The NSS configuration is given in the
4730@code{name-service-switch} field of @code{operating-system} declarations
4731(@pxref{operating-system Reference, @code{name-service-switch}}).
4732
4733@c See <http://0pointer.de/lennart/projects/nss-mdns/>.
4734As an example, the declaration below configures the NSS to use the
4735@code{nss-mdns} back-end for host name lookups:
4736
4737@example
4738(name-service-switch
4739 (hosts (list %files ;first, check /etc/hosts
4740
4741 ;; If the above did not succeed, try
4742 ;; with 'mdns_minimal'.
4743 (name-service
4744 (name "mdns_minimal")
4745
4746 ;; 'mdns_minimal' is authoritative for
4747 ;; '.local'. When it returns "not found",
4748 ;; no need to try the next methods.
4749 (reaction (lookup-specification
4750 (not-found => return))))
4751
4752 ;; Then fall back to DNS.
4753 (name-service
4754 (name "dns"))
4755
4756 ;; Finally, try with the "full" 'mdns'.
4757 (name-service
4758 (name "mdns")))))
4759@end example
4760
4761The reference for name service switch configuration is given below. It
4762is a direct mapping of the C library's configuration file format, so
4763please refer to the C library manual for more information (@pxref{NSS
4764Configuration File,,, libc, The GNU C Library Reference Manual}).
4765Compared to libc's NSS configuration file format, it has the advantage
4766not only of adding this warm parenthetic feel that we like, but also
4767static checks: you'll know about syntax errors and typos as soon as you
4768run @command{guix system}.
4769
4770@defvr {Scheme Variable} %default-nss
4771This is the default name service switch configuration, a
4772@code{name-service-switch} object.
4773@end defvr
4774
4775@deftp {Data Type} name-service-switch
4776
4777This is the data type representation the configuration of libc's name
4778service switch (NSS). Each field below represents one of the supported
4779system databases.
4780
4781@table @code
4782@item aliases
4783@itemx ethers
4784@itemx group
4785@itemx gshadow
4786@itemx hosts
4787@itemx initgroups
4788@itemx netgroup
4789@itemx networks
4790@itemx password
4791@itemx public-key
4792@itemx rpc
4793@itemx services
4794@itemx shadow
4795The system databases handled by the NSS. Each of these fields must be a
4796list of @code{<name-service>} objects (see below.)
4797@end table
4798@end deftp
4799
4800@deftp {Data Type} name-service
4801
4802This is the data type representing an actual name service and the
4803associated lookup action.
4804
4805@table @code
4806@item name
4807A string denoting the name service (@pxref{Services in the NSS
4808configuration,,, libc, The GNU C Library Reference Manual}).
4809
4aee6e60
LC
4810Note that name services listed here must be visible to nscd. This is
4811achieved by passing the @code{#:name-services} argument to
4812@code{nscd-service} the list of packages providing the needed name
4813services (@pxref{Base Services, @code{nscd-service}}).
4814
996ed739
LC
4815@item reaction
4816An action specified using the @code{lookup-specification} macro
4817(@pxref{Actions in the NSS configuration,,, libc, The GNU C Library
4818Reference Manual}). For example:
4819
4820@example
4821(lookup-specification (unavailable => continue)
4822 (success => return))
4823@end example
4824@end table
4825@end deftp
0ae8c15a 4826
fd1b1fa2
LC
4827@node Initial RAM Disk
4828@subsection Initial RAM Disk
4829
4830@cindex initial RAM disk (initrd)
4831@cindex initrd (initial RAM disk)
4832For bootstrapping purposes, the Linux-Libre kernel is passed an
4833@dfn{initial RAM disk}, or @dfn{initrd}. An initrd contains a temporary
4834root file system, as well as an initialization script. The latter is
4835responsible for mounting the real root file system, and for loading any
4836kernel modules that may be needed to achieve that.
4837
4838The @code{initrd} field of an @code{operating-system} declaration allows
4839you to specify which initrd you would like to use. The @code{(gnu
4840system linux-initrd)} module provides two ways to build an initrd: the
4841high-level @code{base-initrd} procedure, and the low-level
4842@code{expression->initrd} procedure.
4843
4844The @code{base-initrd} procedure is intended to cover most common uses.
4845For example, if you want to add a bunch of kernel modules to be loaded
4846at boot time, you can define the @code{initrd} field of the operating
4847system declaration like this:
4848
4849@example
52ac153e 4850(initrd (lambda (file-systems . rest)
027981d6
LC
4851 ;; Create a standard initrd that has modules "foo.ko"
4852 ;; and "bar.ko", as well as their dependencies, in
4853 ;; addition to the modules available by default.
52ac153e 4854 (apply base-initrd file-systems
027981d6 4855 #:extra-modules '("foo" "bar")
52ac153e 4856 rest)))
fd1b1fa2
LC
4857@end example
4858
52ac153e
LC
4859The @code{base-initrd} procedure also handles common use cases that
4860involves using the system as a QEMU guest, or as a ``live'' system whose
4861root file system is volatile.
fd1b1fa2
LC
4862
4863@deffn {Monadic Procedure} base-initrd @var{file-systems} @
4864 [#:qemu-networking? #f] [#:virtio? #f] [#:volatile-root? #f] @
52ac153e 4865 [#:extra-modules '()] [#:mapped-devices '()]
fd1b1fa2
LC
4866Return a monadic derivation that builds a generic initrd. @var{file-systems} is
4867a list of file-systems to be mounted by the initrd, possibly in addition to
4868the root file system specified on the kernel command line via @code{--root}.
52ac153e
LC
4869@var{mapped-devices} is a list of device mappings to realize before
4870@var{file-systems} are mounted (@pxref{Mapped Devices}).
fd1b1fa2
LC
4871
4872When @var{qemu-networking?} is true, set up networking with the standard QEMU
4873parameters. When @var{virtio?} is true, load additional modules so the initrd can
4874be used as a QEMU guest with para-virtualized I/O drivers.
4875
4876When @var{volatile-root?} is true, the root file system is writable but any changes
4877to it are lost.
4878
4879The initrd is automatically populated with all the kernel modules necessary
4880for @var{file-systems} and for the given options. However, additional kernel
4881modules can be listed in @var{extra-modules}. They will be added to the initrd, and
4882loaded at boot time in the order in which they appear.
4883@end deffn
4884
4885Needless to say, the initrds we produce and use embed a
4886statically-linked Guile, and the initialization program is a Guile
4887program. That gives a lot of flexibility. The
4888@code{expression->initrd} procedure builds such an initrd, given the
4889program to run in that initrd.
4890
4891@deffn {Monadic Procedure} expression->initrd @var{exp} @
4892 [#:guile %guile-static-stripped] [#:name "guile-initrd"] @
42d10464 4893 [#:modules '()]
fd1b1fa2
LC
4894Return a derivation that builds a Linux initrd (a gzipped cpio archive)
4895containing @var{guile} and that evaluates @var{exp}, a G-expression,
df650fa8
LC
4896upon booting. All the derivations referenced by @var{exp} are
4897automatically copied to the initrd.
fd1b1fa2 4898
42d10464
LC
4899@var{modules} is a list of Guile module names to be embedded in the
4900initrd.
fd1b1fa2
LC
4901@end deffn
4902
88faf933
LC
4903@node GRUB Configuration
4904@subsection GRUB Configuration
4905
4906@cindex GRUB
4907@cindex boot loader
4908
4909The operating system uses GNU@tie{}GRUB as its boot loader
4910(@pxref{Overview, overview of GRUB,, grub, GNU GRUB Manual}). It is
4911configured using @code{grub-configuration} declarations. This data type
4912is exported by the @code{(gnu system grub)} module, and described below.
4913
4914@deftp {Data Type} grub-configuration
4915The type of a GRUB configuration declaration.
4916
4917@table @asis
4918
4919@item @code{device}
4920This is a string denoting the boot device. It must be a device name
4921understood by the @command{grub-install} command, such as
4922@code{/dev/sda} or @code{(hd0)} (@pxref{Invoking grub-install,,, grub,
4923GNU GRUB Manual}).
4924
4925@item @code{menu-entries} (default: @code{()})
4926A possibly empty list of @code{menu-entry} objects (see below), denoting
4927entries to appear in the GRUB boot menu, in addition to the current
4928system entry and the entry pointing to previous system generations.
4929
4930@item @code{default-entry} (default: @code{0})
4931The index of the default boot menu entry. Index 0 is for the current
4932system's entry.
4933
4934@item @code{timeout} (default: @code{5})
4935The number of seconds to wait for keyboard input before booting. Set to
49360 to boot immediately, and to -1 to wait indefinitely.
4937
4938@item @code{theme} (default: @var{%default-theme})
4939The @code{grub-theme} object describing the theme to use.
4940@end table
4941
4942@end deftp
4943
4944Should you want to list additional boot menu entries @i{via} the
4945@code{menu-entries} field above, you will need to create them with the
4946@code{menu-entry} form:
4947
4948@deftp {Data Type} menu-entry
4949The type of an entry in the GRUB boot menu.
4950
4951@table @asis
4952
4953@item @code{label}
35ed9306 4954The label to show in the menu---e.g., @code{"GNU"}.
88faf933
LC
4955
4956@item @code{linux}
4957The Linux kernel to boot.
4958
4959@item @code{linux-arguments} (default: @code{()})
4960The list of extra Linux kernel command-line arguments---e.g.,
4961@code{("console=ttyS0")}.
4962
4963@item @code{initrd}
4964A G-Expression or string denoting the file name of the initial RAM disk
4965to use (@pxref{G-Expressions}).
4966
4967@end table
4968@end deftp
4969
4970@c FIXME: Write documentation once it's stable.
4971Themes are created using the @code{grub-theme} form, which is not
4972documented yet.
4973
4974@defvr {Scheme Variable} %default-theme
4975This is the default GRUB theme used by the operating system, with a
4976fancy background image displaying the GNU and Guix logos.
4977@end defvr
4978
4979
cf4a9129
LC
4980@node Invoking guix system
4981@subsection Invoking @code{guix system}
0918e64a 4982
cf4a9129
LC
4983Once you have written an operating system declaration, as seen in the
4984previous section, it can be @dfn{instantiated} using the @command{guix
4985system} command. The synopsis is:
4af2447e 4986
cf4a9129
LC
4987@example
4988guix system @var{options}@dots{} @var{action} @var{file}
4989@end example
4af2447e 4990
cf4a9129
LC
4991@var{file} must be the name of a file containing an
4992@code{operating-system} declaration. @var{action} specifies how the
4993operating system is instantiate. Currently the following values are
4994supported:
4af2447e 4995
cf4a9129
LC
4996@table @code
4997@item reconfigure
4998Build the operating system described in @var{file}, activate it, and
4999switch to it@footnote{This action is usable only on systems already
5000running GNU.}.
4af2447e 5001
cf4a9129
LC
5002This effects all the configuration specified in @var{file}: user
5003accounts, system services, global package list, setuid programs, etc.
4af2447e 5004
cf4a9129
LC
5005It also adds a GRUB menu entry for the new OS configuration, and moves
5006entries for older configurations to a submenu---unless
5007@option{--no-grub} is passed.
4af2447e 5008
bf2479c7
LC
5009@c The paragraph below refers to the problem discussed at
5010@c <http://lists.gnu.org/archive/html/guix-devel/2014-08/msg00057.html>.
5011It is highly recommended to run @command{guix pull} once before you run
5012@command{guix system reconfigure} for the first time (@pxref{Invoking
5013guix pull}). Failing to do that you would see an older version of Guix
5014once @command{reconfigure} has completed.
5015
cf4a9129
LC
5016@item build
5017Build the operating system's derivation, which includes all the
5018configuration files and programs needed to boot and run the system.
5019This action does not actually install anything.
113daf62 5020
cf4a9129
LC
5021@item init
5022Populate the given directory with all the files necessary to run the
5023operating system specified in @var{file}. This is useful for first-time
3ca2731c 5024installations of GSD. For instance:
113daf62
LC
5025
5026@example
cf4a9129 5027guix system init my-os-config.scm /mnt
113daf62
LC
5028@end example
5029
cf4a9129
LC
5030copies to @file{/mnt} all the store items required by the configuration
5031specified in @file{my-os-config.scm}. This includes configuration
5032files, packages, and so on. It also creates other essential files
5033needed for the system to operate correctly---e.g., the @file{/etc},
5034@file{/var}, and @file{/run} directories, and the @file{/bin/sh} file.
113daf62 5035
cf4a9129
LC
5036This command also installs GRUB on the device specified in
5037@file{my-os-config}, unless the @option{--no-grub} option was passed.
113daf62 5038
cf4a9129
LC
5039@item vm
5040@cindex virtual machine
0276f697 5041@cindex VM
cf4a9129
LC
5042Build a virtual machine that contain the operating system declared in
5043@var{file}, and return a script to run that virtual machine (VM).
810568b3 5044Arguments given to the script are passed as is to QEMU.
113daf62 5045
cf4a9129 5046The VM shares its store with the host system.
113daf62 5047
0276f697
LC
5048Additional file systems can be shared between the host and the VM using
5049the @code{--share} and @code{--expose} command-line options: the former
5050specifies a directory to be shared with write access, while the latter
5051provides read-only access to the shared directory.
5052
5053The example below creates a VM in which the user's home directory is
5054accessible read-only, and where the @file{/exchange} directory is a
5055read-write mapping of the host's @file{$HOME/tmp}:
5056
5057@example
5058guix system vm my-config.scm \
5059 --expose=$HOME --share=$HOME/tmp=/exchange
5060@end example
5061
6aa260af
LC
5062On GNU/Linux, the default is to boot directly to the kernel; this has
5063the advantage of requiring only a very tiny root disk image since the
5064host's store can then be mounted.
5065
5066The @code{--full-boot} option forces a complete boot sequence, starting
5067with the bootloader. This requires more disk space since a root image
5068containing at least the kernel, initrd, and bootloader data files must
5069be created. The @code{--image-size} option can be used to specify the
5070image's size.
ab11f0be 5071
cf4a9129
LC
5072@item vm-image
5073@itemx disk-image
5074Return a virtual machine or disk image of the operating system declared
5075in @var{file} that stands alone. Use the @option{--image-size} option
5076to specify the size of the image.
113daf62 5077
cf4a9129
LC
5078When using @code{vm-image}, the returned image is in qcow2 format, which
5079the QEMU emulator can efficiently use.
113daf62 5080
cf4a9129
LC
5081When using @code{disk-image}, a raw disk image is produced; it can be
5082copied as is to a USB stick, for instance. Assuming @code{/dev/sdc} is
5083the device corresponding to a USB stick, one can copy the image on it
5084using the following command:
113daf62 5085
cf4a9129
LC
5086@example
5087# dd if=$(guix system disk-image my-os.scm) of=/dev/sdc
5088@end example
113daf62 5089
cf4a9129 5090@end table
113daf62 5091
cf4a9129
LC
5092@var{options} can contain any of the common build options provided by
5093@command{guix build} (@pxref{Invoking guix build}). In addition,
5094@var{options} can contain one of the following:
113daf62 5095
cf4a9129
LC
5096@table @option
5097@item --system=@var{system}
5098@itemx -s @var{system}
5099Attempt to build for @var{system} instead of the host's system type.
5100This works as per @command{guix build} (@pxref{Invoking guix build}).
113daf62 5101
cf4a9129
LC
5102@item --image-size=@var{size}
5103For the @code{vm-image} and @code{disk-image} actions, create an image
5104of the given @var{size}. @var{size} may be a number of bytes, or it may
4a44d7bb
LC
5105include a unit as a suffix (@pxref{Block size, size specifications,,
5106coreutils, GNU Coreutils}).
113daf62 5107@end table
113daf62 5108
cf4a9129
LC
5109Note that all the actions above, except @code{build} and @code{init},
5110rely on KVM support in the Linux-Libre kernel. Specifically, the
5111machine should have hardware virtualization support, the corresponding
5112KVM kernel module should be loaded, and the @file{/dev/kvm} device node
5113must exist and be readable and writable by the user and by the daemon's
5114build users.
8451a568 5115
cf4a9129
LC
5116@node Defining Services
5117@subsection Defining Services
8451a568 5118
cf4a9129
LC
5119The @code{(gnu services @dots{})} modules define several procedures that allow
5120users to declare the operating system's services (@pxref{Using the
5121Configuration System}). These procedures are @emph{monadic
5122procedures}---i.e., procedures that return a monadic value in the store
5123monad (@pxref{The Store Monad}). For examples of such procedures,
5124@xref{Services}.
8451a568 5125
cf4a9129
LC
5126@cindex service definition
5127The monadic value returned by those procedures is a @dfn{service
5128definition}---a structure as returned by the @code{service} form.
5129Service definitions specifies the inputs the service depends on, and an
5130expression to start and stop the service. Behind the scenes, service
5131definitions are ``translated'' into the form suitable for the
5132configuration file of dmd, the init system (@pxref{Services,,, dmd, GNU
5133dmd Manual}).
8451a568 5134
cf4a9129
LC
5135As an example, here is what the @code{nscd-service} procedure looks
5136like:
8451a568 5137
cf4a9129
LC
5138@lisp
5139(define (nscd-service)
5140 (with-monad %store-monad
5141 (return (service
5142 (documentation "Run libc's name service cache daemon.")
5143 (provision '(nscd))
5144 (activate #~(begin
5145 (use-modules (guix build utils))
5146 (mkdir-p "/var/run/nscd")))
5147 (start #~(make-forkexec-constructor
5148 (string-append #$glibc "/sbin/nscd")
5149 "-f" "/dev/null" "--foreground"))
5150 (stop #~(make-kill-destructor))
5151 (respawn? #f)))))
5152@end lisp
8451a568 5153
cf4a9129
LC
5154@noindent
5155The @code{activate}, @code{start}, and @code{stop} fields are G-expressions
5156(@pxref{G-Expressions}). The @code{activate} field contains a script to
5157run at ``activation'' time; it makes sure that the @file{/var/run/nscd}
5158directory exists before @command{nscd} is started.
8451a568 5159
cf4a9129
LC
5160The @code{start} and @code{stop} fields refer to dmd's facilities to
5161start and stop processes (@pxref{Service De- and Constructors,,, dmd,
5162GNU dmd Manual}). The @code{provision} field specifies the name under
5163which this service is known to dmd, and @code{documentation} specifies
5164on-line documentation. Thus, the commands @command{deco start ncsd},
5165@command{deco stop nscd}, and @command{deco doc nscd} will do what you
5166would expect (@pxref{Invoking deco,,, dmd, GNU dmd Manual}).
8451a568 5167
8451a568 5168
cf4a9129
LC
5169@node Installing Debugging Files
5170@section Installing Debugging Files
8451a568 5171
cf4a9129
LC
5172@cindex debugging files
5173Program binaries, as produced by the GCC compilers for instance, are
5174typically written in the ELF format, with a section containing
5175@dfn{debugging information}. Debugging information is what allows the
5176debugger, GDB, to map binary code to source code; it is required to
5177debug a compiled program in good conditions.
8451a568 5178
cf4a9129
LC
5179The problem with debugging information is that is takes up a fair amount
5180of disk space. For example, debugging information for the GNU C Library
5181weighs in at more than 60 MiB. Thus, as a user, keeping all the
5182debugging info of all the installed programs is usually not an option.
5183Yet, space savings should not come at the cost of an impediment to
5184debugging---especially in the GNU system, which should make it easier
5185for users to exert their computing freedom (@pxref{GNU Distribution}).
8451a568 5186
cf4a9129
LC
5187Thankfully, the GNU Binary Utilities (Binutils) and GDB provide a
5188mechanism that allows users to get the best of both worlds: debugging
5189information can be stripped from the binaries and stored in separate
5190files. GDB is then able to load debugging information from those files,
5191when they are available (@pxref{Separate Debug Files,,, gdb, Debugging
5192with GDB}).
8451a568 5193
cf4a9129
LC
5194The GNU distribution takes advantage of this by storing debugging
5195information in the @code{lib/debug} sub-directory of a separate package
5196output unimaginatively called @code{debug} (@pxref{Packages with
5197Multiple Outputs}). Users can choose to install the @code{debug} output
5198of a package when they need it. For instance, the following command
5199installs the debugging information for the GNU C Library and for GNU
5200Guile:
8451a568
LC
5201
5202@example
cf4a9129 5203guix package -i glibc:debug guile:debug
8451a568
LC
5204@end example
5205
cf4a9129
LC
5206GDB must then be told to look for debug files in the user's profile, by
5207setting the @code{debug-file-directory} variable (consider setting it
5208from the @file{~/.gdbinit} file, @pxref{Startup,,, gdb, Debugging with
5209GDB}):
8451a568 5210
cf4a9129
LC
5211@example
5212(gdb) set debug-file-directory ~/.guix-profile/lib/debug
5213@end example
8451a568 5214
cf4a9129
LC
5215From there on, GDB will pick up debugging information from the
5216@code{.debug} files under @file{~/.guix-profile/lib/debug}.
8451a568 5217
cf4a9129
LC
5218In addition, you will most likely want GDB to be able to show the source
5219code being debugged. To do that, you will have to unpack the source
5220code of the package of interest (obtained with @code{guix build
5221--source}, @pxref{Invoking guix build}), and to point GDB to that source
5222directory using the @code{directory} command (@pxref{Source Path,
5223@code{directory},, gdb, Debugging with GDB}).
8451a568 5224
cf4a9129
LC
5225@c XXX: keep me up-to-date
5226The @code{debug} output mechanism in Guix is implemented by the
5227@code{gnu-build-system} (@pxref{Build Systems}). Currently, it is
5228opt-in---debugging information is available only for those packages
5229whose definition explicitly declares a @code{debug} output. This may be
5230changed to opt-out in the future, if our build farm servers can handle
5231the load. To check whether a package has a @code{debug} output, use
5232@command{guix package --list-available} (@pxref{Invoking guix package}).
8451a568 5233
8451a568 5234
05962f29
LC
5235@node Security Updates
5236@section Security Updates
5237
843858b8
LC
5238@quotation Note
5239As of version @value{VERSION}, the feature described in this section is
5240experimental.
5241@end quotation
05962f29
LC
5242
5243@cindex security updates
5244Occasionally, important security vulnerabilities are discovered in core
5245software packages and must be patched. Guix follows a functional
5246package management discipline (@pxref{Introduction}), which implies
5247that, when a package is changed, @emph{every package that depends on it}
5248must be rebuilt. This can significantly slow down the deployment of
5249fixes in core packages such as libc or Bash, since basically the whole
5250distribution would need to be rebuilt. Using pre-built binaries helps
5251(@pxref{Substitutes}), but deployment may still take more time than
5252desired.
5253
5254@cindex grafts
5255To address that, Guix implements @dfn{grafts}, a mechanism that allows
5256for fast deployment of critical updates without the costs associated
5257with a whole-distribution rebuild. The idea is to rebuild only the
5258package that needs to be patched, and then to ``graft'' it onto packages
5259explicitly installed by the user and that were previously referring to
5260the original package. The cost of grafting is typically very low, and
5261order of magnitudes lower than a full rebuild of the dependency chain.
5262
5263@cindex replacements of packages, for grafts
5264For instance, suppose a security update needs to be applied to Bash.
5265Guix developers will provide a package definition for the ``fixed''
5266Bash, say @var{bash-fixed}, in the usual way (@pxref{Defining
5267Packages}). Then, the original package definition is augmented with a
5268@code{replacement} field pointing to the package containing the bug fix:
5269
5270@example
5271(define bash
5272 (package
5273 (name "bash")
5274 ;; @dots{}
5275 (replacement bash-fixed)))
5276@end example
5277
5278From there on, any package depending directly or indirectly on Bash that
5279is installed will automatically be ``rewritten'' to refer to
5280@var{bash-fixed} instead of @var{bash}. This grafting process takes
5281time proportional to the size of the package, but expect less than a
5282minute for an ``average'' package on a recent machine.
5283
5284Currently, the graft and the package it replaces (@var{bash-fixed} and
5285@var{bash} in the example above) must have the exact same @code{name}
5286and @code{version} fields. This restriction mostly comes from the fact
5287that grafting works by patching files, including binary files, directly.
5288Other restrictions may apply: for instance, when adding a graft to a
5289package providing a shared library, the original shared library and its
5290replacement must have the same @code{SONAME} and be binary-compatible.
5291
5292
cf4a9129
LC
5293@node Package Modules
5294@section Package Modules
8451a568 5295
cf4a9129
LC
5296From a programming viewpoint, the package definitions of the
5297GNU distribution are provided by Guile modules in the @code{(gnu packages
5298@dots{})} name space@footnote{Note that packages under the @code{(gnu
5299packages @dots{})} module name space are not necessarily ``GNU
5300packages''. This module naming scheme follows the usual Guile module
5301naming convention: @code{gnu} means that these modules are distributed
5302as part of the GNU system, and @code{packages} identifies modules that
5303define packages.} (@pxref{Modules, Guile modules,, guile, GNU Guile
5304Reference Manual}). For instance, the @code{(gnu packages emacs)}
5305module exports a variable named @code{emacs}, which is bound to a
5306@code{<package>} object (@pxref{Defining Packages}).
113daf62 5307
300868ba 5308The @code{(gnu packages @dots{})} module name space is
cf4a9129
LC
5309automatically scanned for packages by the command-line tools. For
5310instance, when running @code{guix package -i emacs}, all the @code{(gnu
5311packages @dots{})} modules are scanned until one that exports a package
5312object whose name is @code{emacs} is found. This package search
5313facility is implemented in the @code{(gnu packages)} module.
113daf62 5314
300868ba 5315@cindex customization, of packages
8689901f 5316@cindex package module search path
cf4a9129 5317Users can store package definitions in modules with different
300868ba
LC
5318names---e.g., @code{(my-packages emacs)}. These package definitions
5319will not be visible by default. Thus, users can invoke commands such as
5320@command{guix package} and @command{guix build} have to be used with the
5321@code{-e} option so that they know where to find the package, or use the
5322@code{-L} option of these commands to make those modules visible
8689901f
LC
5323(@pxref{Invoking guix build, @code{--load-path}}), or define the
5324@code{GUIX_PACKAGE_PATH} environment variable. This environment
5325variable makes it easy to extend or customize the distribution and is
5326honored by all the user interfaces.
5327
5328@defvr {Environment Variable} GUIX_PACKAGE_PATH
5329This is a colon-separated list of directories to search for package
5330modules. Directories listed in this variable take precedence over the
5331distribution's own modules.
5332@end defvr
ef5dd60a 5333
cf4a9129
LC
5334The distribution is fully @dfn{bootstrapped} and @dfn{self-contained}:
5335each package is built based solely on other packages in the
5336distribution. The root of this dependency graph is a small set of
5337@dfn{bootstrap binaries}, provided by the @code{(gnu packages
5338bootstrap)} module. For more information on bootstrapping,
081145cf 5339@pxref{Bootstrapping}.
ef5dd60a 5340
cf4a9129
LC
5341@node Packaging Guidelines
5342@section Packaging Guidelines
ef5dd60a 5343
cf4a9129
LC
5344The GNU distribution is nascent and may well lack some of your favorite
5345packages. This section describes how you can help make the distribution
5346grow. @xref{Contributing}, for additional information on how you can
5347help.
ef5dd60a 5348
cf4a9129
LC
5349Free software packages are usually distributed in the form of
5350@dfn{source code tarballs}---typically @file{tar.gz} files that contain
5351all the source files. Adding a package to the distribution means
5352essentially two things: adding a @dfn{recipe} that describes how to
5353build the package, including a list of other packages required to build
5354it, and adding @dfn{package meta-data} along with that recipe, such as a
5355description and licensing information.
ef5dd60a 5356
cf4a9129
LC
5357In Guix all this information is embodied in @dfn{package definitions}.
5358Package definitions provide a high-level view of the package. They are
5359written using the syntax of the Scheme programming language; in fact,
5360for each package we define a variable bound to the package definition,
5361and export that variable from a module (@pxref{Package Modules}).
5362However, in-depth Scheme knowledge is @emph{not} a prerequisite for
5363creating packages. For more information on package definitions,
081145cf 5364@pxref{Defining Packages}.
ef5dd60a 5365
cf4a9129
LC
5366Once a package definition is in place, stored in a file in the Guix
5367source tree, it can be tested using the @command{guix build} command
5368(@pxref{Invoking guix build}). For example, assuming the new package is
5369called @code{gnew}, you may run this command from the Guix build tree:
ef5dd60a
LC
5370
5371@example
cf4a9129 5372./pre-inst-env guix build gnew --keep-failed
ef5dd60a 5373@end example
ef5dd60a 5374
cf4a9129
LC
5375Using @code{--keep-failed} makes it easier to debug build failures since
5376it provides access to the failed build tree. Another useful
5377command-line option when debugging is @code{--log-file}, to access the
5378build log.
ef5dd60a 5379
cf4a9129
LC
5380If the package is unknown to the @command{guix} command, it may be that
5381the source file contains a syntax error, or lacks a @code{define-public}
5382clause to export the package variable. To figure it out, you may load
5383the module from Guile to get more information about the actual error:
ef5dd60a 5384
cf4a9129
LC
5385@example
5386./pre-inst-env guile -c '(use-modules (gnu packages gnew))'
5387@end example
ef5dd60a 5388
cf4a9129
LC
5389Once your package builds correctly, please send us a patch
5390(@pxref{Contributing}). Well, if you need help, we will be happy to
5391help you too. Once the patch is committed in the Guix repository, the
5392new package automatically gets built on the supported platforms by
2b1cee21 5393@url{http://hydra.gnu.org/jobset/gnu/master, our continuous integration
cf4a9129 5394system}.
ef5dd60a 5395
cf4a9129
LC
5396@cindex substituter
5397Users can obtain the new package definition simply by running
5398@command{guix pull} (@pxref{Invoking guix pull}). When
5399@code{hydra.gnu.org} is done building the package, installing the
5400package automatically downloads binaries from there
5401(@pxref{Substitutes}). The only place where human intervention is
5402needed is to review and apply the patch.
ef5dd60a 5403
ef5dd60a 5404
cf4a9129
LC
5405@menu
5406* Software Freedom:: What may go into the distribution.
5407* Package Naming:: What's in a name?
5408* Version Numbers:: When the name is not enough.
5409* Python Modules:: Taming the snake.
5410* Perl Modules:: Little pearls.
7fec52b7 5411* Fonts:: Fond of fonts.
cf4a9129 5412@end menu
ef5dd60a 5413
cf4a9129
LC
5414@node Software Freedom
5415@subsection Software Freedom
ef5dd60a 5416
cf4a9129 5417@c Adapted from http://www.gnu.org/philosophy/philosophy.html.
c11a6eb1 5418
cf4a9129
LC
5419The GNU operating system has been developed so that users can have
5420freedom in their computing. GNU is @dfn{free software}, meaning that
5421users have the @url{http://www.gnu.org/philosophy/free-sw.html,four
5422essential freedoms}: to run the program, to study and change the program
5423in source code form, to redistribute exact copies, and to distribute
5424modified versions. Packages found in the GNU distribution provide only
5425software that conveys these four freedoms.
c11a6eb1 5426
cf4a9129
LC
5427In addition, the GNU distribution follow the
5428@url{http://www.gnu.org/distros/free-system-distribution-guidelines.html,free
5429software distribution guidelines}. Among other things, these guidelines
5430reject non-free firmware, recommendations of non-free software, and
5431discuss ways to deal with trademarks and patents.
ef5dd60a 5432
cf4a9129
LC
5433Some packages contain a small and optional subset that violates the
5434above guidelines, for instance because this subset is itself non-free
5435code. When that happens, the offending items are removed with
5436appropriate patches or code snippets in the package definition's
5437@code{origin} form (@pxref{Defining Packages}). That way, @code{guix
5438build --source} returns the ``freed'' source rather than the unmodified
5439upstream source.
ef5dd60a 5440
ef5dd60a 5441
cf4a9129
LC
5442@node Package Naming
5443@subsection Package Naming
ef5dd60a 5444
cf4a9129
LC
5445A package has actually two names associated with it:
5446First, there is the name of the @emph{Scheme variable}, the one following
5447@code{define-public}. By this name, the package can be made known in the
5448Scheme code, for instance as input to another package. Second, there is
5449the string in the @code{name} field of a package definition. This name
5450is used by package management commands such as
5451@command{guix package} and @command{guix build}.
ef5dd60a 5452
cf4a9129
LC
5453Both are usually the same and correspond to the lowercase conversion of
5454the project name chosen upstream, with underscores replaced with
5455hyphens. For instance, GNUnet is available as @code{gnunet}, and
5456SDL_net as @code{sdl-net}.
927097ef 5457
cf4a9129 5458We do not add @code{lib} prefixes for library packages, unless these are
081145cf 5459already part of the official project name. But @pxref{Python
cf4a9129
LC
5460Modules} and @ref{Perl Modules} for special rules concerning modules for
5461the Python and Perl languages.
927097ef 5462
1b366ee4 5463Font package names are handled differently, @pxref{Fonts}.
7fec52b7 5464
ef5dd60a 5465
cf4a9129
LC
5466@node Version Numbers
5467@subsection Version Numbers
ef5dd60a 5468
cf4a9129
LC
5469We usually package only the latest version of a given free software
5470project. But sometimes, for instance for incompatible library versions,
5471two (or more) versions of the same package are needed. These require
5472different Scheme variable names. We use the name as defined
5473in @ref{Package Naming}
5474for the most recent version; previous versions use the same name, suffixed
5475by @code{-} and the smallest prefix of the version number that may
5476distinguish the two versions.
ef5dd60a 5477
cf4a9129
LC
5478The name inside the package definition is the same for all versions of a
5479package and does not contain any version number.
ef5dd60a 5480
cf4a9129 5481For instance, the versions 2.24.20 and 3.9.12 of GTK+ may be packaged as follows:
ef5dd60a 5482
cf4a9129
LC
5483@example
5484(define-public gtk+
5485 (package
5486 (name "gtk+")
5487 (version "3.9.12")
5488 ...))
5489(define-public gtk+-2
5490 (package
5491 (name "gtk+")
5492 (version "2.24.20")
5493 ...))
5494@end example
5495If we also wanted GTK+ 3.8.2, this would be packaged as
5496@example
5497(define-public gtk+-3.8
5498 (package
5499 (name "gtk+")
5500 (version "3.8.2")
5501 ...))
5502@end example
ef5dd60a 5503
ef5dd60a 5504
cf4a9129
LC
5505@node Python Modules
5506@subsection Python Modules
ef5dd60a 5507
cf4a9129
LC
5508We currently package Python 2 and Python 3, under the Scheme variable names
5509@code{python-2} and @code{python} as explained in @ref{Version Numbers}.
5510To avoid confusion and naming clashes with other programming languages, it
5511seems desirable that the name of a package for a Python module contains
5512the word @code{python}.
ef5dd60a 5513
cf4a9129
LC
5514Some modules are compatible with only one version of Python, others with both.
5515If the package Foo compiles only with Python 3, we name it
5516@code{python-foo}; if it compiles only with Python 2, we name it
5517@code{python2-foo}. If it is compatible with both versions, we create two
5518packages with the corresponding names.
ef5dd60a 5519
cf4a9129
LC
5520If a project already contains the word @code{python}, we drop this;
5521for instance, the module python-dateutil is packaged under the names
5522@code{python-dateutil} and @code{python2-dateutil}.
113daf62 5523
523e4896 5524
cf4a9129
LC
5525@node Perl Modules
5526@subsection Perl Modules
523e4896 5527
cf4a9129
LC
5528Perl programs standing for themselves are named as any other package,
5529using the lowercase upstream name.
5530For Perl packages containing a single class, we use the lowercase class name,
5531replace all occurrences of @code{::} by dashes and prepend the prefix
5532@code{perl-}.
5533So the class @code{XML::Parser} becomes @code{perl-xml-parser}.
5534Modules containing several classes keep their lowercase upstream name and
5535are also prepended by @code{perl-}. Such modules tend to have the word
5536@code{perl} somewhere in their name, which gets dropped in favor of the
5537prefix. For instance, @code{libwww-perl} becomes @code{perl-libwww}.
523e4896 5538
523e4896 5539
7fec52b7
AE
5540@node Fonts
5541@subsection Fonts
5542
5543For fonts that are in general not installed by a user for typesetting
5544purposes, or that are distributed as part of a larger software package,
5545we rely on the general packaging rules for software; for instance, this
5546applies to the fonts delivered as part of the X.Org system or fonts that
5547are part of TeX Live.
5548
5549To make it easier for a user to search for fonts, names for other packages
5550containing only fonts are constructed as follows, independently of the
5551upstream package name.
5552
5553The name of a package containing only one font family starts with
5554@code{font-}; it is followed by the foundry name and a dash @code{-}
5555if the foundry is known, and the font family name, in which spaces are
5556replaced by dashes (and as usual, all upper case letters are transformed
5557to lower case).
5558For example, the Gentium font family by SIL is packaged under the name
5559@code{font-sil-gentium}.
5560
5561For a package containing several font families, the name of the collection
5562is used in the place of the font family name.
5563For instance, the Liberation fonts consist of three families,
5564Liberation Sans, Liberation Serif and Liberation Mono.
5565These could be packaged separately under the names
5566@code{font-liberation-sans} and so on; but as they are distributed together
5567under a common name, we prefer to package them together as
5568@code{font-liberation}.
5569
5570In the case where several formats of the same font family or font collection
5571are packaged separately, a short form of the format, prepended by a dash,
5572is added to the package name. We use @code{-ttf} for TrueType fonts,
1b366ee4 5573@code{-otf} for OpenType fonts and @code{-type1} for PostScript Type 1
7fec52b7
AE
5574fonts.
5575
5576
b25937e3 5577
cf4a9129
LC
5578@node Bootstrapping
5579@section Bootstrapping
b25937e3 5580
cf4a9129 5581@c Adapted from the ELS 2013 paper.
b25937e3 5582
cf4a9129 5583@cindex bootstrapping
7889394e 5584
cf4a9129
LC
5585Bootstrapping in our context refers to how the distribution gets built
5586``from nothing''. Remember that the build environment of a derivation
5587contains nothing but its declared inputs (@pxref{Introduction}). So
5588there's an obvious chicken-and-egg problem: how does the first package
5589get built? How does the first compiler get compiled? Note that this is
5590a question of interest only to the curious hacker, not to the regular
5591user, so you can shamelessly skip this section if you consider yourself
5592a ``regular user''.
72b9d60d 5593
cf4a9129
LC
5594@cindex bootstrap binaries
5595The GNU system is primarily made of C code, with libc at its core. The
5596GNU build system itself assumes the availability of a Bourne shell and
5597command-line tools provided by GNU Coreutils, Awk, Findutils, `sed', and
5598`grep'. Furthermore, build programs---programs that run
5599@code{./configure}, @code{make}, etc.---are written in Guile Scheme
5600(@pxref{Derivations}). Consequently, to be able to build anything at
5601all, from scratch, Guix relies on pre-built binaries of Guile, GCC,
5602Binutils, libc, and the other packages mentioned above---the
5603@dfn{bootstrap binaries}.
72b9d60d 5604
cf4a9129
LC
5605These bootstrap binaries are ``taken for granted'', though we can also
5606re-create them if needed (more on that later).
72b9d60d 5607
cf4a9129 5608@unnumberedsubsec Preparing to Use the Bootstrap Binaries
c79d54fe 5609
cf4a9129
LC
5610@c As of Emacs 24.3, Info-mode displays the image, but since it's a
5611@c large image, it's hard to scroll. Oh well.
5612@image{images/bootstrap-graph,6in,,Dependency graph of the early bootstrap derivations}
523e4896 5613
cf4a9129
LC
5614The figure above shows the very beginning of the dependency graph of the
5615distribution, corresponding to the package definitions of the @code{(gnu
5616packages bootstrap)} module. At this level of detail, things are
5617slightly complex. First, Guile itself consists of an ELF executable,
5618along with many source and compiled Scheme files that are dynamically
5619loaded when it runs. This gets stored in the @file{guile-2.0.7.tar.xz}
5620tarball shown in this graph. This tarball is part of Guix's ``source''
5621distribution, and gets inserted into the store with @code{add-to-store}
5622(@pxref{The Store}).
2e7b5cea 5623
cf4a9129
LC
5624But how do we write a derivation that unpacks this tarball and adds it
5625to the store? To solve this problem, the @code{guile-bootstrap-2.0.drv}
5626derivation---the first one that gets built---uses @code{bash} as its
5627builder, which runs @code{build-bootstrap-guile.sh}, which in turn calls
5628@code{tar} to unpack the tarball. Thus, @file{bash}, @file{tar},
5629@file{xz}, and @file{mkdir} are statically-linked binaries, also part of
5630the Guix source distribution, whose sole purpose is to allow the Guile
5631tarball to be unpacked.
fb729425 5632
cf4a9129
LC
5633Once @code{guile-bootstrap-2.0.drv} is built, we have a functioning
5634Guile that can be used to run subsequent build programs. Its first task
5635is to download tarballs containing the other pre-built binaries---this
5636is what the @code{.tar.xz.drv} derivations do. Guix modules such as
5637@code{ftp-client.scm} are used for this purpose. The
5638@code{module-import.drv} derivations import those modules in a directory
5639in the store, using the original layout. The
5640@code{module-import-compiled.drv} derivations compile those modules, and
5641write them in an output directory with the right layout. This
5642corresponds to the @code{#:modules} argument of
5643@code{build-expression->derivation} (@pxref{Derivations}).
fb729425 5644
cf4a9129
LC
5645Finally, the various tarballs are unpacked by the
5646derivations @code{gcc-bootstrap-0.drv}, @code{glibc-bootstrap-0.drv},
5647etc., at which point we have a working C tool chain.
fb729425 5648
fb729425 5649
cf4a9129 5650@unnumberedsubsec Building the Build Tools
523e4896 5651
cf4a9129
LC
5652@c TODO: Add a package-level dependency graph generated from (gnu
5653@c packages base).
df2ce343 5654
cf4a9129
LC
5655Bootstrapping is complete when we have a full tool chain that does not
5656depend on the pre-built bootstrap tools discussed above. This
5657no-dependency requirement is verified by checking whether the files of
5658the final tool chain contain references to the @file{/gnu/store}
5659directories of the bootstrap inputs. The process that leads to this
5660``final'' tool chain is described by the package definitions found in
1f6f57df 5661the @code{(gnu packages commencement)} module.
df2ce343 5662
cf4a9129
LC
5663@c See <http://lists.gnu.org/archive/html/gnu-system-discuss/2012-10/msg00000.html>.
5664The first tool that gets built with the bootstrap binaries is
5665GNU Make, which is a prerequisite for all the following packages.
5666From there Findutils and Diffutils get built.
523e4896 5667
cf4a9129
LC
5668Then come the first-stage Binutils and GCC, built as pseudo cross
5669tools---i.e., with @code{--target} equal to @code{--host}. They are
5670used to build libc. Thanks to this cross-build trick, this libc is
5671guaranteed not to hold any reference to the initial tool chain.
4af2447e 5672
cf4a9129
LC
5673From there the final Binutils and GCC are built. GCC uses @code{ld}
5674from the final Binutils, and links programs against the just-built libc.
5675This tool chain is used to build the other packages used by Guix and by
5676the GNU Build System: Guile, Bash, Coreutils, etc.
4af2447e 5677
cf4a9129
LC
5678And voilà! At this point we have the complete set of build tools that
5679the GNU Build System expects. These are in the @code{%final-inputs}
dd164244
MW
5680variable of the @code{(gnu packages commencement)} module, and are
5681implicitly used by any package that uses @code{gnu-build-system}
1f6f57df 5682(@pxref{Build Systems, @code{gnu-build-system}}).
4af2447e 5683
4af2447e 5684
cf4a9129 5685@unnumberedsubsec Building the Bootstrap Binaries
4af2447e 5686
cf4a9129
LC
5687Because the final tool chain does not depend on the bootstrap binaries,
5688those rarely need to be updated. Nevertheless, it is useful to have an
5689automated way to produce them, should an update occur, and this is what
5690the @code{(gnu packages make-bootstrap)} module provides.
4af2447e 5691
cf4a9129
LC
5692The following command builds the tarballs containing the bootstrap
5693binaries (Guile, Binutils, GCC, libc, and a tarball containing a mixture
5694of Coreutils and other basic command-line tools):
4b2615e1 5695
cf4a9129
LC
5696@example
5697guix build bootstrap-tarballs
5698@end example
5699
5700The generated tarballs are those that should be referred to in the
5701@code{(gnu packages bootstrap)} module mentioned at the beginning of
5702this section.
5703
5704Still here? Then perhaps by now you've started to wonder: when do we
5705reach a fixed point? That is an interesting question! The answer is
5706unknown, but if you would like to investigate further (and have
5707significant computational and storage resources to do so), then let us
5708know.
5709
5710@node Porting
5711@section Porting to a New Platform
5712
5713As discussed above, the GNU distribution is self-contained, and
5714self-containment is achieved by relying on pre-built ``bootstrap
5715binaries'' (@pxref{Bootstrapping}). These binaries are specific to an
5716operating system kernel, CPU architecture, and application binary
5717interface (ABI). Thus, to port the distribution to a platform that is
5718not yet supported, one must build those bootstrap binaries, and update
5719the @code{(gnu packages bootstrap)} module to use them on that platform.
5720
5721Fortunately, Guix can @emph{cross compile} those bootstrap binaries.
5722When everything goes well, and assuming the GNU tool chain supports the
5723target platform, this can be as simple as running a command like this
5724one:
5725
5726@example
5727guix build --target=armv5tel-linux-gnueabi bootstrap-tarballs
5728@end example
5729
1c0c417d
LC
5730For this to work, the @code{glibc-dynamic-linker} procedure in
5731@code{(gnu packages bootstrap)} must be augmented to return the right
5732file name for libc's dynamic linker on that platform; likewise,
5733@code{system->linux-architecture} in @code{(gnu packages linux)} must be
5734taught about the new platform.
5735
cf4a9129 5736Once these are built, the @code{(gnu packages bootstrap)} module needs
1c0c417d
LC
5737to be updated to refer to these binaries on the target platform. That
5738is, the hashes and URLs of the bootstrap tarballs for the new platform
5739must be added alongside those of the currently supported platforms. The
5740bootstrap Guile tarball is treated specially: it is expected to be
5741available locally, and @file{gnu-system.am} has rules do download it for
5742the supported architectures; a rule for the new platform must be added
5743as well.
cf4a9129
LC
5744
5745In practice, there may be some complications. First, it may be that the
5746extended GNU triplet that specifies an ABI (like the @code{eabi} suffix
5747above) is not recognized by all the GNU tools. Typically, glibc
5748recognizes some of these, whereas GCC uses an extra @code{--with-abi}
5749configure flag (see @code{gcc.scm} for examples of how to handle this).
5750Second, some of the required packages could fail to build for that
5751platform. Lastly, the generated binaries could be broken for some
5752reason.
4af2447e
LC
5753
5754
9bf3c1a7
LC
5755@c *********************************************************************
5756@node Contributing
5757@chapter Contributing
5758
5759This project is a cooperative effort, and we need your help to make it
5ff3c4b8
PAR
5760grow! Please get in touch with us on @email{guix-devel@@gnu.org} and
5761@code{#guix} on the Freenode IRC network. We welcome ideas, bug
5762reports, patches, and anything that may be helpful to the project. We
5763particularly welcome help on packaging (@pxref{Packaging Guidelines}).
a1ba8475 5764
9bf3c1a7
LC
5765Please see the
5766@url{http://git.savannah.gnu.org/cgit/guix.git/tree/HACKING,
5767@file{HACKING} file} that comes with the Guix source code for practical
5768details about contributions.
5769
c78bd12b 5770
568717fd
LC
5771@c *********************************************************************
5772@node Acknowledgments
5773@chapter Acknowledgments
5774
5775Guix is based on the Nix package manager, which was designed and
4c7ac9aa
LC
5776implemented by Eelco Dolstra, with contributions from other people (see
5777the @file{nix/AUTHORS} file in Guix.) Nix pioneered functional package
568717fd
LC
5778management, and promoted unprecedented features, such as transactional
5779package upgrades and rollbacks, per-user profiles, and referentially
5780transparent build processes. Without this work, Guix would not exist.
5781
5782The Nix-based software distributions, Nixpkgs and NixOS, have also been
5783an inspiration for Guix.
5784
4c7ac9aa
LC
5785GNU@tie{}Guix itself is a collective work with contributions from a
5786number of people. See the @file{AUTHORS} file in Guix for more
5787information on these fine people. The @file{THANKS} file lists people
5788who have helped by reporting bugs, taking care of the infrastructure,
5789providing artwork and themes, making suggestions, and more---thank you!
5790
5791
568717fd
LC
5792@c *********************************************************************
5793@node GNU Free Documentation License
5794@appendix GNU Free Documentation License
5795
5796@include fdl-1.3.texi
5797
5798@c *********************************************************************
5799@node Concept Index
5800@unnumbered Concept Index
5801@printindex cp
5802
a85b83d2
LC
5803@node Programming Index
5804@unnumbered Programming Index
5805@syncodeindex tp fn
5806@syncodeindex vr fn
568717fd
LC
5807@printindex fn
5808
5809@bye
5810
5811@c Local Variables:
5812@c ispell-local-dictionary: "american";
5813@c End: