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