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