gnu: libssh: Update to 0.7.3 [fixes CVE-2016-0739].
[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
db5a9444 13Copyright @copyright{} 2012, 2013, 2014, 2015, 2016 Ludovic Courtès@*
f97c9175 14Copyright @copyright{} 2013, 2014, 2016 Andreas Enge@*
87eafdbd 15Copyright @copyright{} 2013 Nikita Karetnikov@*
8c01b9d0
ML
16Copyright @copyright{} 2015 Mathieu Lirzin@*
17Copyright @copyright{} 2014 Pierre-Antoine Rault@*
97d76250
LF
18Copyright @copyright{} 2015 Taylan Ulrich Bayırlı/Kammer@*
19Copyright @copyright{} 2015, 2016 Leo Famulari
7df7a74e
NK
20
21Permission is granted to copy, distribute and/or modify this document
22under the terms of the GNU Free Documentation License, Version 1.3 or
23any later version published by the Free Software Foundation; with no
24Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
25copy of the license is included in the section entitled ``GNU Free
26Documentation License''.
27@end copying
568717fd 28
eeaf4427 29@dircategory Package management
568717fd
LC
30@direntry
31* guix: (guix). Guix, the functional package manager.
e49951eb 32* guix package: (guix)Invoking guix package
eeaf4427 33 Managing packages with Guix.
e49951eb 34* guix build: (guix)Invoking guix build
568717fd 35 Building packages with Guix.
054e8576
LC
36* guix system: (guix)Invoking guix system
37 Managing the operating system configuration.
568717fd 38@end direntry
568717fd 39
372c4bbc
DT
40@dircategory Software development
41@direntry
42* guix environment: (guix)Invoking guix environment
43 Building development environments with Guix.
44@end direntry
45
568717fd 46@titlepage
7730d112
LC
47@title GNU Guix Reference Manual
48@subtitle Using the GNU Guix Functional Package Manager
2cbed07e 49@author The GNU Guix Developers
568717fd
LC
50
51@page
52@vskip 0pt plus 1filll
53Edition @value{EDITION} @*
54@value{UPDATED} @*
55
7df7a74e 56@insertcopying
568717fd
LC
57@end titlepage
58
568717fd
LC
59@contents
60
61@c *********************************************************************
62@node Top
f8348b91 63@top GNU Guix
568717fd 64
f8348b91
LC
65This document describes GNU Guix version @value{VERSION}, a functional
66package management tool written for the GNU system.
568717fd
LC
67
68@menu
69* Introduction:: What is Guix about?
bd5e766b 70* Installation:: Installing Guix.
eeaf4427 71* Package Management:: Package installation, upgrade, etc.
c554de89 72* Emacs Interface:: Using Guix from Emacs.
568717fd
LC
73* Programming Interface:: Using Guix in Scheme.
74* Utilities:: Package management commands.
a1ba8475 75* GNU Distribution:: Software for your friendly GNU system.
9bf3c1a7 76* Contributing:: Your help needed!
568717fd
LC
77
78* Acknowledgments:: Thanks!
79* GNU Free Documentation License:: The license of this manual.
80* Concept Index:: Concepts.
a85b83d2 81* Programming Index:: Data types, functions, and variables.
aaa3eaa9
LC
82
83@detailmenu
84 --- The Detailed Node Listing ---
85
86Installation
87
1b2b8177 88* Binary Installation:: Getting Guix running in no time!
aaa3eaa9 89* Requirements:: Software needed to build and run Guix.
ec0339cd 90* Running the Test Suite:: Testing Guix.
aaa3eaa9
LC
91* Setting Up the Daemon:: Preparing the build daemon's environment.
92* Invoking guix-daemon:: Running the build daemon.
0e2d0213 93* Application Setup:: Application-specific setup.
aaa3eaa9
LC
94
95Setting Up the Daemon
96
97* Build Environment Setup:: Preparing the isolated build environment.
98* Daemon Offload Setup:: Offloading builds to remote machines.
99
100Package Management
101
102* Features:: How Guix will make your life brighter.
103* Invoking guix package:: Package installation, removal, etc.
aaa3eaa9
LC
104* Substitutes:: Downloading pre-built binaries.
105* Packages with Multiple Outputs:: Single source package, multiple outputs.
106* Invoking guix gc:: Running the garbage collector.
107* Invoking guix pull:: Fetching the latest Guix and distribution.
108* Invoking guix archive:: Exporting and importing store files.
109
c554de89
AK
110Emacs Interface
111
112* Initial Setup: Emacs Initial Setup. Preparing @file{~/.emacs}.
113* Package Management: Emacs Package Management. Managing packages and generations.
687c9bc0 114* Licenses: Emacs Licenses. Interface for licenses of Guix packages.
9b0afb0d 115* Popup Interface: Emacs Popup Interface. Magit-like interface for guix commands.
c554de89 116* Prettify Mode: Emacs Prettify. Abbreviating @file{/gnu/store/@dots{}} file names.
34850cd5 117* Build Log Mode: Emacs Build Log. Highlighting Guix build logs.
187f80c6
AK
118* Completions: Emacs Completions. Completing @command{guix} shell command.
119* Development: Emacs Development. Tools for Guix developers.
32950fc8 120* Hydra: Emacs Hydra. Interface for Guix build farm.
c554de89 121
aaa3eaa9
LC
122Programming Interface
123
124* Defining Packages:: Defining new packages.
125* Build Systems:: Specifying how packages are built.
126* The Store:: Manipulating the package store.
127* Derivations:: Low-level interface to package derivations.
128* The Store Monad:: Purely functional interface to the store.
129* G-Expressions:: Manipulating build expressions.
130
92492b23
LC
131Defining Packages
132
133* package Reference:: The package data type.
134* origin Reference:: The origin data type.
135
aaa3eaa9
LC
136Utilities
137
138* Invoking guix build:: Building packages from the command line.
fcc58db6 139* Invoking guix edit:: Editing package definitions.
aaa3eaa9
LC
140* Invoking guix download:: Downloading a file and printing its hash.
141* Invoking guix hash:: Computing the cryptographic hash of a file.
142* Invoking guix import:: Importing package definitions.
143* Invoking guix refresh:: Updating package definitions.
144* Invoking guix lint:: Finding errors in package definitions.
fcc58db6 145* Invoking guix size:: Profiling disk usage.
88856916 146* Invoking guix graph:: Visualizing the graph of packages.
aaa3eaa9 147* Invoking guix environment:: Setting up development environments.
aff8ce7c 148* Invoking guix publish:: Sharing substitutes.
d23c20f1 149* Invoking guix challenge:: Challenging substitute servers.
32efa254 150* Invoking guix container:: Process isolation.
aaa3eaa9
LC
151
152GNU Distribution
153
154* System Installation:: Installing the whole operating system.
35ed9306 155* System Configuration:: Configuring the operating system.
aaa3eaa9
LC
156* Installing Debugging Files:: Feeding the debugger.
157* Security Updates:: Deploying security fixes quickly.
158* Package Modules:: Packages from the programmer's viewpoint.
159* Packaging Guidelines:: Growing the distribution.
160* Bootstrapping:: GNU/Linux built from scratch.
161* Porting:: Targeting another platform or kernel.
162
163System Configuration
164
165* Using the Configuration System:: Customizing your GNU system.
166* operating-system Reference:: Detail of operating-system declarations.
167* File Systems:: Configuring file system mounts.
168* Mapped Devices:: Block device extra processing.
169* User Accounts:: Specifying user accounts.
598e19dc 170* Locales:: Language and cultural convention settings.
aaa3eaa9
LC
171* Services:: Specifying system services.
172* Setuid Programs:: Programs running with root privileges.
1b2b8177 173* X.509 Certificates:: Authenticating HTTPS servers.
996ed739 174* Name Service Switch:: Configuring libc's name service switch.
aaa3eaa9
LC
175* Initial RAM Disk:: Linux-Libre bootstrapping.
176* GRUB Configuration:: Configuring the boot loader.
177* Invoking guix system:: Instantiating a system configuration.
97d76250 178* Running GuixSD in a VM:: How to run GuixSD in a virtual machine.
aaa3eaa9
LC
179* Defining Services:: Adding new service definitions.
180
181Services
182
183* Base Services:: Essential system services.
184* Networking Services:: Network setup, SSH daemon, etc.
185* X Window:: Graphical display.
1b2b8177
LC
186* Desktop Services:: D-Bus and desktop services.
187* Database Services:: SQL databases.
d8c18af8 188* Mail Services:: IMAP, POP3, SMTP, and all that.
cbd02397 189* Web Services:: Web servers.
aa4ed923 190* Various Services:: Other services.
aaa3eaa9 191
0adfe95a
LC
192Defining Services
193
194* Service Composition:: The model for composing services.
195* Service Types and Services:: Types and services.
196* Service Reference:: API reference.
dd17bc38 197* Shepherd Services:: A particular type of service.
0adfe95a 198
aaa3eaa9
LC
199Packaging Guidelines
200
ec0339cd
LC
201* Software Freedom:: What may go into the distribution.
202* Package Naming:: What's in a name?
203* Version Numbers:: When the name is not enough.
cbd02397 204* Synopses and Descriptions:: Helping users find the right package.
ec0339cd
LC
205* Python Modules:: Taming the snake.
206* Perl Modules:: Little pearls.
207* Fonts:: Fond of fonts.
aaa3eaa9 208
8c01b9d0
ML
209Contributing
210
211* Building from Git:: The latest and greatest.
212* Running Guix Before It Is Installed:: Hacker tricks.
213* The Perfect Setup:: The right tools.
214* Coding Style:: Hygiene of the contributor.
215* Submitting Patches:: Share your work.
216
217Coding Style
218
219* Programming Paradigm:: How to compose your elements.
220* Modules:: Where to store your code?
221* Data Types and Pattern Matching:: Implementing data structures.
222* Formatting Code:: Writing conventions.
223
aaa3eaa9 224@end detailmenu
568717fd
LC
225@end menu
226
227@c *********************************************************************
228@node Introduction
229@chapter Introduction
230
c80e7e55
LC
231GNU Guix@footnote{``Guix'' is pronounced like ``geeks'', or ``ɡiːks''
232using the international phonetic alphabet (IPA).} is a functional
233package management tool for the GNU system. Package management consists
4bfc4ea3
NK
234of all activities that relate to building packages from sources,
235honoring their build-time and run-time dependencies,
c80e7e55
LC
236installing packages in user environments, upgrading installed packages
237to new versions or rolling back to a previous set, removing unused
238software packages, etc.
568717fd
LC
239
240@cindex functional package management
241The term @dfn{functional} refers to a specific package management
136787cb
LC
242discipline pioneered by Nix (@pxref{Acknowledgments}).
243In Guix, the package build and installation process is seen
4bfc4ea3
NK
244as a function, in the mathematical sense. That function takes inputs,
245such as build scripts, a compiler, and libraries, and
246returns an installed package. As a pure function, its result depends
568717fd
LC
247solely on its inputs---for instance, it cannot refer to software or
248scripts that were not explicitly passed as inputs. A build function
4bfc4ea3 249always produces the same result when passed a given set of inputs. It
f97c9175 250cannot alter the environment of the running system in
568717fd
LC
251any way; for instance, it cannot create, modify, or delete files outside
252of its build and installation directories. This is achieved by running
e900c503 253build processes in isolated environments (or @dfn{containers}), where only their
4bfc4ea3 254explicit inputs are visible.
568717fd 255
e531ac2a 256@cindex store
568717fd 257The result of package build functions is @dfn{cached} in the file
e531ac2a 258system, in a special directory called @dfn{the store} (@pxref{The
f97c9175 259Store}). Each package is installed in a directory of its own in the
834129e0 260store---by default under @file{/gnu/store}. The directory name contains
568717fd
LC
261a hash of all the inputs used to build that package; thus, changing an
262input yields a different directory name.
263
f97c9175
AE
264This approach is the foundation for the salient features of Guix: support
265for transactional package upgrade and rollback, per-user installation, and
eeaf4427 266garbage collection of packages (@pxref{Features}).
568717fd 267
4bfc4ea3 268Guix has a command-line interface, which allows users to build, install,
568717fd 269upgrade, and remove packages, as well as a Scheme programming interface.
568717fd 270
3ca2731c 271@cindex Guix System Distribution
4705641f 272@cindex GuixSD
a1ba8475 273Last but not least, Guix is used to build a distribution of the GNU
3ca2731c 274system, with many GNU and non-GNU free software packages. The Guix
4705641f
LC
275System Distribution, or GNU@tie{}GuixSD, takes advantage of the core
276properties of Guix at the system level. With GuixSD, users
3ca2731c
LC
277@emph{declare} all aspects of the operating system configuration, and
278Guix takes care of instantiating that configuration in a reproducible,
279stateless fashion. @xref{GNU Distribution}.
a1ba8475 280
bd5e766b
LC
281@c *********************************************************************
282@node Installation
283@chapter Installation
284
48febeb8
LC
285GNU Guix is available for download from its website at
286@url{http://www.gnu.org/software/guix/}. This section describes the
287software requirements of Guix, as well as how to install it and get
288ready to use it.
bd5e766b 289
5af6de3e
LC
290Note that this section is concerned with the installation of the package
291manager, which can be done on top of a running GNU/Linux system. If,
292instead, you want to install the complete GNU operating system,
6621cdb6 293@pxref{System Installation}.
5af6de3e 294
bd5e766b 295@menu
09722b11 296* Binary Installation:: Getting Guix running in no time!
bd5e766b 297* Requirements:: Software needed to build and run Guix.
ec0339cd 298* Running the Test Suite:: Testing Guix.
bd5e766b
LC
299* Setting Up the Daemon:: Preparing the build daemon's environment.
300* Invoking guix-daemon:: Running the build daemon.
0e2d0213 301* Application Setup:: Application-specific setup.
bd5e766b
LC
302@end menu
303
09722b11
LC
304@node Binary Installation
305@section Binary Installation
306
307This section describes how to install Guix on an arbitrary system from a
308self-contained tarball providing binaries for Guix and for all its
309dependencies. This is often quicker than installing from source, which
310is described in the next sections. The only requirement is to have
311GNU@tie{}tar and Xz.
312
313Installing goes along these lines:
314
315@enumerate
316@item
317Download the binary tarball from
daa8922a
LC
318@indicateurl{ftp://alpha.gnu.org/gnu/guix/guix-binary-@value{VERSION}.@var{system}.tar.xz},
319where @var{system} is @code{x86_64-linux} for an @code{x86_64} machine
320already running the kernel Linux, and so on.
321
322Make sure to download the associated @file{.sig} file and to verify the
323authenticity of the tarball against it, along these lines:
324
325@example
326$ wget ftp://alpha.gnu.org/gnu/guix/guix-binary-@value{VERSION}.@var{system}.tar.xz.sig
327$ gpg --verify guix-binary-@value{VERSION}.@var{system}.tar.xz.sig
328@end example
329
f97c9175 330If that command fails because you do not have the required public key,
daa8922a
LC
331then run this command to import it:
332
333@example
334$ gpg --keyserver keys.gnupg.net --recv-keys 3D9AEBB5
335@end example
336
337@noindent
338and rerun the @code{gpg --verify} command.
09722b11
LC
339
340@item
341As @code{root}, run:
342
343@example
5dc42964 344# cd /tmp
254b1c2e
LC
345# tar --warning=no-timestamp -xf \
346 guix-binary-@value{VERSION}.@var{system}.tar.xz
5dc42964 347# mv var/guix /var/ && mv gnu /
09722b11
LC
348@end example
349
7acd3439
LC
350This creates @file{/gnu/store} (@pxref{The Store}) and @file{/var/guix}.
351The latter contains a ready-to-use profile for @code{root} (see next
352step.)
09722b11 353
5dc3ce5f
LC
354Do @emph{not} unpack the tarball on a working Guix system since that
355would overwrite its own essential files.
356
254b1c2e 357The @code{--warning=no-timestamp} option makes sure GNU@tie{}tar does
e9ba6357
LC
358not emit warnings about ``implausibly old time stamps'' (such
359warnings were triggered by GNU@tie{}tar 1.26 and older; recent
360versions are fine.)
361They stem from the fact that all the
254b1c2e
LC
362files in the archive have their modification time set to zero (which
363means January 1st, 1970.) This is done on purpose to make sure the
364archive content is independent of its creation time, thus making it
365reproducible.
366
7acd3439
LC
367@item
368Make @code{root}'s profile available under @file{~/.guix-profile}:
369
370@example
371# ln -sf /var/guix/profiles/per-user/root/guix-profile \
372 ~root/.guix-profile
373@end example
374
43c33047
LC
375@item
376Create the group and user accounts for build users as explained below
377(@pxref{Build Environment Setup}).
378
09722b11 379@item
c8e26887
GC
380Run and set the Guix daemon to automatically start on boot.
381
382If your host distro uses the systemd init system:
383
384@example
385# cp ~root/.guix-profile/lib/systemd/system/guix-daemon.service \
386 /etc/systemd/system/
387# systemctl start guix-daemon && systemctl enable guix-daemon
388@end example
389
390If your host distro uses the Upstart init system:
09722b11
LC
391
392@example
7acd3439 393# ~root/.guix-profile/bin/guix-daemon --build-users-group=guixbuild
c8e26887 394# cp ~root/.guix-profile/lib/upstart/system/guix-daemon.conf /etc/init/
09722b11
LC
395@end example
396
c8e26887
GC
397Otherwise, you can still start the daemon manually with:
398
399@example
400# ~root/.guix-profile/bin/guix-daemon --build-users-group=guixbuild
401@end example
d2825c96 402
ad227484 403
09722b11
LC
404@item
405Make the @command{guix} command available to other users on the machine,
406for instance with:
407
408@example
409# mkdir -p /usr/local/bin
410# cd /usr/local/bin
d72d05f9 411# ln -s /var/guix/profiles/per-user/root/guix-profile/bin/guix
09722b11 412@end example
39f8ed14 413
aca738f3
LC
414It is also a good idea to make the Info version of this manual available
415there:
416
417@example
418# mkdir -p /usr/local/share/info
419# cd /usr/local/share/info
420# for i in /var/guix/profiles/per-user/root/guix-profile/share/info/* ;
421 do ln -s $i ; done
422@end example
423
424That way, assuming @file{/usr/local/share/info} is in the search path,
425running @command{info guix} will open this manual (@pxref{Other Info
426Directories,,, texinfo, GNU Texinfo}, for more details on changing the
427Info search path.)
428
39f8ed14
LC
429@item
430To use substitutes from @code{hydra.gnu.org} (@pxref{Substitutes}),
431authorize them:
432
433@example
7acd3439 434# guix archive --authorize < ~root/.guix-profile/share/guix/hydra.gnu.org.pub
39f8ed14 435@end example
09722b11
LC
436@end enumerate
437
c8e26887
GC
438This completes root-level install of Guix. Each user will need to
439perform additional steps to make their Guix envionment ready for use,
440@pxref{Application Setup}.
09722b11 441
c8e26887
GC
442You can confirm that Guix is working by installing a sample package into
443the root profile:
09722b11
LC
444
445@example
c8e26887 446# guix package -i hello
09722b11
LC
447@end example
448
c8e26887
GC
449If your host distro uses @code{locales} that are incompatible with the
450@code{glibc} that Guix uses, you will see @code{warning: failed to
451install locale: Invalid argument}. This may be ignored, or remedied by
452installing Locales as root, @pxref{Application Setup}.
453
454The @code{guix} package must remain available in @code{root}'s profile,
455or it would become subject to garbage collection---in which case you
456would find yourself badly handicapped by the lack of the @command{guix}
457command. In other words, don't remove @code{guix} by running @code{guix
458package -r guix}.
459
09722b11 460
bd5e766b
LC
461@node Requirements
462@section Requirements
463
09722b11
LC
464This section lists requirements when building Guix from source. The
465build procedure for Guix is the same as for other GNU software, and is
466not covered here. Please see the files @file{README} and @file{INSTALL}
467in the Guix source tree for additional details.
468
bd5e766b
LC
469GNU Guix depends on the following packages:
470
471@itemize
47c66da0 472@item @url{http://gnu.org/software/guile/, GNU Guile}, version 2.0.7 or later;
288dca55 473@item @url{http://gnupg.org/, GNU libgcrypt};
f0b98b84 474@item @url{http://www.gnu.org/software/make/, GNU Make}.
8a96bd4b
ID
475@end itemize
476
477The following dependencies are optional:
478
479@itemize
288dca55 480@item
8a96bd4b 481Installing
288dca55 482@url{http://savannah.nongnu.org/projects/guile-json/, Guile-JSON} will
2f7d2d91
LC
483allow you to use the @command{guix import pypi} command (@pxref{Invoking
484guix import}). It is of
288dca55 485interest primarily for developers and not for casual users.
8a96bd4b
ID
486@item
487Installing @uref{http://gnutls.org/, GnuTLS-Guile} will
488allow you to access @code{https} URLs with the @command{guix download}
d45dc6da
EB
489command (@pxref{Invoking guix download}), the @command{guix import pypi}
490command, and the @command{guix import cpan} command. This is primarily
491of interest to developers. @xref{Guile Preparations, how to install the
492GnuTLS bindings for Guile,, gnutls-guile, GnuTLS-Guile}.
bd5e766b
LC
493@end itemize
494
495Unless @code{--disable-daemon} was passed to @command{configure}, the
496following packages are also needed:
497
498@itemize
368d08f7
LC
499@item @url{http://sqlite.org, SQLite 3};
500@item @url{http://www.bzip.org, libbz2};
501@item @url{http://gcc.gnu.org, GCC's g++}, with support for the
502C++11 standard.
bd5e766b
LC
503@end itemize
504
4bfc4ea3
NK
505When a working installation of @url{http://nixos.org/nix/, the Nix package
506manager} is available, you
bd5e766b 507can instead configure Guix with @code{--disable-daemon}. In that case,
4bfc4ea3 508Nix replaces the three dependencies above.
bd5e766b 509
b22a12fd
LC
510Guix is compatible with Nix, so it is possible to share the same store
511between both. To do so, you must pass @command{configure} not only the
512same @code{--with-store-dir} value, but also the same
4bfc4ea3
NK
513@code{--localstatedir} value. The latter is essential because it
514specifies where the database that stores metadata about the store is
834129e0 515located, among other things. The default values for Nix are
b22a12fd 516@code{--with-store-dir=/nix/store} and @code{--localstatedir=/nix/var}.
4bfc4ea3
NK
517Note that @code{--disable-daemon} is not required if
518your goal is to share the store with Nix.
b22a12fd 519
ec0339cd
LC
520@node Running the Test Suite
521@section Running the Test Suite
522
523After a successful @command{configure} and @code{make} run, it is a good
524idea to run the test suite. It can help catch issues with the setup or
525environment, or bugs in Guix itself---and really, reporting test
526failures is a good way to help improve the software. To run the test
527suite, type:
528
529@example
530make check
531@end example
532
533Test cases can run in parallel: you can use the @code{-j} option of
534GNU@tie{}make to speed things up. The first run may take a few minutes
535on a recent machine; subsequent runs will be faster because the store
536that is created for test purposes will already have various things in
537cache.
538
a887fd8d
LC
539It is also possible to run a subset of the tests by defining the
540@code{TESTS} makefile variable as in this example:
541
542@example
543make check TESTS="tests/store.scm tests/cpio.scm"
544@end example
545
ec0339cd
LC
546Upon failure, please email @email{bug-guix@@gnu.org} and attach the
547@file{test-suite.log} file. When @file{tests/@var{something}.scm}
548fails, please also attach the @file{@var{something}.log} file available
549in the top-level build directory. Please specify the Guix version being
550used as well as version numbers of the dependencies
551(@pxref{Requirements}) in your message.
552
bd5e766b
LC
553@node Setting Up the Daemon
554@section Setting Up the Daemon
555
556@cindex daemon
557Operations such as building a package or running the garbage collector
49e6291a 558are all performed by a specialized process, the @dfn{build daemon}, on
bd5e766b
LC
559behalf of clients. Only the daemon may access the store and its
560associated database. Thus, any operation that manipulates the store
561goes through the daemon. For instance, command-line tools such as
e49951eb 562@command{guix package} and @command{guix build} communicate with the
bd5e766b
LC
563daemon (@i{via} remote procedure calls) to instruct it what to do.
564
49e6291a 565The following sections explain how to prepare the build daemon's
f97c9175 566environment. See also @ref{Substitutes}, for information on how to allow
225dafde 567the daemon to download pre-built binaries.
49e6291a
LC
568
569@menu
570* Build Environment Setup:: Preparing the isolated build environment.
571* Daemon Offload Setup:: Offloading builds to remote machines.
572@end menu
573
574@node Build Environment Setup
575@subsection Build Environment Setup
576
bd5e766b
LC
577In a standard multi-user setup, Guix and its daemon---the
578@command{guix-daemon} program---are installed by the system
834129e0 579administrator; @file{/gnu/store} is owned by @code{root} and
bd5e766b
LC
580@command{guix-daemon} runs as @code{root}. Unprivileged users may use
581Guix tools to build packages or otherwise access the store, and the
582daemon will do it on their behalf, ensuring that the store is kept in a
583consistent state, and allowing built packages to be shared among users.
584
585@cindex build users
586When @command{guix-daemon} runs as @code{root}, you may not want package
587build processes themselves to run as @code{root} too, for obvious
588security reasons. To avoid that, a special pool of @dfn{build users}
589should be created for use by build processes started by the daemon.
590These build users need not have a shell and a home directory: they will
591just be used when the daemon drops @code{root} privileges in build
592processes. Having several such users allows the daemon to launch
593distinct build processes under separate UIDs, which guarantees that they
594do not interfere with each other---an essential feature since builds are
595regarded as pure functions (@pxref{Introduction}).
596
597On a GNU/Linux system, a build user pool may be created like this (using
598Bash syntax and the @code{shadow} commands):
599
091196b3
LC
600@c See http://lists.gnu.org/archive/html/bug-guix/2013-01/msg00239.html
601@c for why `-G' is needed.
bd5e766b 602@example
cfc149dc
LC
603# groupadd --system guixbuild
604# for i in `seq -w 1 10`;
bd5e766b 605 do
cfc149dc
LC
606 useradd -g guixbuild -G guixbuild \
607 -d /var/empty -s `which nologin` \
608 -c "Guix build user $i" --system \
609 guixbuilder$i;
bd5e766b
LC
610 done
611@end example
612
613@noindent
54eb03ab
LC
614The number of build users determines how many build jobs may run in
615parallel, as specified by the @option{--max-jobs} option
d2825c96
LC
616(@pxref{Invoking guix-daemon, @option{--max-jobs}}). The
617@code{guix-daemon} program may then be run as @code{root} with the
618following command@footnote{If your machine uses the systemd init system,
619dropping the @file{@var{prefix}/lib/systemd/system/guix-daemon.service}
620file in @file{/etc/systemd/system} will ensure that
ad227484
MDRS
621@command{guix-daemon} is automatically started. Similarly, if your
622machine uses the Upstart init system, drop the
623@file{@var{prefix}/lib/upstart/system/guix-daemon.conf}
624file in @file{/etc/init}.}:
bd5e766b
LC
625
626@example
cfc149dc 627# guix-daemon --build-users-group=guixbuild
bd5e766b
LC
628@end example
629
e900c503 630@cindex chroot
b095792f
LC
631@noindent
632This way, the daemon starts build processes in a chroot, under one of
cfc149dc 633the @code{guixbuilder} users. On GNU/Linux, by default, the chroot
6dc99317
LC
634environment contains nothing but:
635
636@c Keep this list in sync with libstore/build.cc! -----------------------
637@itemize
638@item
4743a4da
LC
639a minimal @code{/dev} directory, created mostly independently from the
640host @code{/dev}@footnote{``Mostly'', because while the set of files
641that appear in the chroot's @code{/dev} is fixed, most of these files
642can only be created if the host has them.};
643
644@item
f97c9175 645the @code{/proc} directory; it only shows the processes of the container
4743a4da 646since a separate PID name space is used;
6dc99317
LC
647
648@item
649@file{/etc/passwd} with an entry for the current user and an entry for
650user @file{nobody};
651
652@item
653@file{/etc/group} with an entry for the user's group;
654
655@item
656@file{/etc/hosts} with an entry that maps @code{localhost} to
657@code{127.0.0.1};
658
659@item
660a writable @file{/tmp} directory.
661@end itemize
b095792f 662
cb960102
ED
663You can influence the directory where the daemon stores build trees
664@i{via} the @code{TMPDIR} environment variable. However, the build tree
f97c9175 665within the chroot is always called @file{/tmp/guix-build-@var{name}.drv-0},
cb960102
ED
666where @var{name} is the derivation name---e.g., @code{coreutils-8.24}.
667This way, the value of @code{TMPDIR} does not leak inside build
668environments, which avoids discrepancies in cases where build processes
669capture the name of their build tree.
670
e0c941fe
LC
671@vindex http_proxy
672The daemon also honors the @code{http_proxy} environment variable for
673HTTP downloads it performs, be it for fixed-output derivations
674(@pxref{Derivations}) or for substitutes (@pxref{Substitutes}).
675
1e2644bb
LC
676If you are installing Guix as an unprivileged user, it is still possible
677to run @command{guix-daemon} provided you pass @code{--disable-chroot}.
678However, build processes will not be isolated from one another, and not
679from the rest of the system. Thus, build processes may interfere with
680each other, and may access programs, libraries, and other files
681available on the system---making it much harder to view them as
682@emph{pure} functions.
bd5e766b 683
49e6291a
LC
684
685@node Daemon Offload Setup
686@subsection Using the Offload Facility
687
688@cindex offloading
4ec2e92d
LC
689@cindex build hook
690When desired, the build daemon can @dfn{offload}
691derivation builds to other machines
49e6291a
LC
692running Guix, using the @code{offload} @dfn{build hook}. When that
693feature is enabled, a list of user-specified build machines is read from
f97c9175 694@file{/etc/guix/machines.scm}; every time a build is requested, for
49e6291a 695instance via @code{guix build}, the daemon attempts to offload it to one
f97c9175 696of the machines that satisfy the constraints of the derivation, in
49e6291a
LC
697particular its system type---e.g., @file{x86_64-linux}. Missing
698prerequisites for the build are copied over SSH to the target machine,
699which then proceeds with the build; upon success the output(s) of the
700build are copied back to the initial machine.
701
4ec2e92d 702The @file{/etc/guix/machines.scm} file typically looks like this:
49e6291a
LC
703
704@example
705(list (build-machine
706 (name "eightysix.example.org")
707 (system "x86_64-linux")
708 (user "bob")
709 (speed 2.)) ; incredibly fast!
710
711 (build-machine
712 (name "meeps.example.org")
713 (system "mips64el-linux")
714 (user "alice")
715 (private-key
716 (string-append (getenv "HOME")
c4fdfd6f 717 "/.lsh/identity-for-guix"))))
49e6291a
LC
718@end example
719
720@noindent
721In the example above we specify a list of two build machines, one for
722the @code{x86_64} architecture and one for the @code{mips64el}
4ec2e92d
LC
723architecture.
724
725In fact, this file is---not surprisingly!---a Scheme file that is
726evaluated when the @code{offload} hook is started. Its return value
727must be a list of @code{build-machine} objects. While this example
728shows a fixed list of build machines, one could imagine, say, using
729DNS-SD to return a list of potential build machines discovered in the
730local network (@pxref{Introduction, Guile-Avahi,, guile-avahi, Using
c678a4ee
LC
731Avahi in Guile Scheme Programs}). The @code{build-machine} data type is
732detailed below.
4ec2e92d 733
c678a4ee 734@deftp {Data Type} build-machine
f97c9175
AE
735This data type represents build machines to which the daemon may offload
736builds. The important fields are:
49e6291a
LC
737
738@table @code
739
740@item name
f97c9175 741The host name of the remote machine.
49e6291a
LC
742
743@item system
f97c9175 744The system type of the remote machine---e.g., @code{"x86_64-linux"}.
49e6291a
LC
745
746@item user
747The user account to use when connecting to the remote machine over SSH.
748Note that the SSH key pair must @emph{not} be passphrase-protected, to
749allow non-interactive logins.
750
751@end table
752
4ec2e92d 753A number of optional fields may be specified:
49e6291a
LC
754
755@table @code
756
cecd72d5 757@item port
f97c9175 758Port number of SSH server on the machine (default: 22).
cecd72d5 759
49e6291a
LC
760@item private-key
761The SSH private key file to use when connecting to the machine.
762
c4fdfd6f
LC
763Currently offloading uses GNU@tie{}lsh as its SSH client
764(@pxref{Invoking lsh,,, GNU lsh Manual}). Thus, the key file here must
765be an lsh key file. This may change in the future, though.
766
49e6291a
LC
767@item parallel-builds
768The number of builds that may run in parallel on the machine (1 by
769default.)
770
771@item speed
772A ``relative speed factor''. The offload scheduler will tend to prefer
773machines with a higher speed factor.
774
775@item features
776A list of strings denoting specific features supported by the machine.
777An example is @code{"kvm"} for machines that have the KVM Linux modules
778and corresponding hardware support. Derivations can request features by
779name, and they will be scheduled on matching build machines.
780
781@end table
c678a4ee 782@end deftp
49e6291a
LC
783
784The @code{guix} command must be in the search path on the build
785machines, since offloading works by invoking the @code{guix archive} and
c4fdfd6f
LC
786@code{guix build} commands. In addition, the Guix modules must be in
787@code{$GUILE_LOAD_PATH} on the build machine---you can check whether
788this is the case by running:
789
790@example
74273b6f 791lsh build-machine guile -c "'(use-modules (guix config))'"
c4fdfd6f 792@end example
49e6291a 793
f97c9175 794There is one last thing to do once @file{machines.scm} is in place. As
49e6291a 795explained above, when offloading, files are transferred back and forth
c4fdfd6f
LC
796between the machine stores. For this to work, you first need to
797generate a key pair on each machine to allow the daemon to export signed
798archives of files from the store (@pxref{Invoking guix archive}):
49e6291a
LC
799
800@example
801# guix archive --generate-key
802@end example
803
804@noindent
c4fdfd6f
LC
805Each build machine must authorize the key of the master machine so that
806it accepts store items it receives from the master:
807
808@example
809# guix archive --authorize < master-public-key.txt
810@end example
811
812@noindent
813Likewise, the master machine must authorize the key of each build machine.
814
815All the fuss with keys is here to express pairwise mutual trust
816relations between the master and the build machines. Concretely, when
817the master receives files from a build machine (and @i{vice versa}), its
818build daemon can make sure they are genuine, have not been tampered
819with, and that they are signed by an authorized key.
49e6291a
LC
820
821
bd5e766b
LC
822@node Invoking guix-daemon
823@section Invoking @command{guix-daemon}
824
825The @command{guix-daemon} program implements all the functionality to
826access the store. This includes launching build processes, running the
827garbage collector, querying the availability of a build result, etc. It
828is normally run as @code{root} like this:
829
830@example
cfc149dc 831# guix-daemon --build-users-group=guixbuild
bd5e766b
LC
832@end example
833
834@noindent
081145cf 835For details on how to set it up, @pxref{Setting Up the Daemon}.
bd5e766b 836
e900c503
LC
837@cindex chroot
838@cindex container, build environment
839@cindex build environment
840@cindex reproducible builds
bd5e766b
LC
841By default, @command{guix-daemon} launches build processes under
842different UIDs, taken from the build group specified with
843@code{--build-users-group}. In addition, each build process is run in a
844chroot environment that only contains the subset of the store that the
845build process depends on, as specified by its derivation
846(@pxref{Programming Interface, derivation}), plus a set of specific
847system directories. By default, the latter contains @file{/dev} and
e900c503
LC
848@file{/dev/pts}. Furthermore, on GNU/Linux, the build environment is a
849@dfn{container}: in addition to having its own file system tree, it has
850a separate mount name space, its own PID name space, network name space,
851etc. This helps achieve reproducible builds (@pxref{Features}).
bd5e766b 852
cbc538fe
LC
853When the daemon performs a build on behalf of the user, it creates a
854build directory under @file{/tmp} or under the directory specified by
855its @code{TMPDIR} environment variable; this directory is shared with
856the container for the duration of the build. Be aware that using a
857directory other than @file{/tmp} can affect build results---for example,
858with a longer directory name, a build process that uses Unix-domain
859sockets might hit the name length limitation for @code{sun_path}, which
860it would otherwise not hit.
861
862The build directory is automatically deleted upon completion, unless the
863build failed and the client specified @option{--keep-failed}
864(@pxref{Invoking guix build, @option{--keep-failed}}).
865
bd5e766b
LC
866The following command-line options are supported:
867
868@table @code
869@item --build-users-group=@var{group}
870Take users from @var{group} to run build processes (@pxref{Setting Up
871the Daemon, build users}).
872
6858f9d1 873@item --no-substitutes
b5385b52 874@cindex substitutes
6858f9d1 875Do not use substitutes for build products. That is, always build things
c4202d60
LC
876locally instead of allowing downloads of pre-built binaries
877(@pxref{Substitutes}).
6858f9d1 878
b5385b52
LC
879By default substitutes are used, unless the client---such as the
880@command{guix package} command---is explicitly invoked with
881@code{--no-substitutes}.
882
883When the daemon runs with @code{--no-substitutes}, clients can still
884explicitly enable substitution @i{via} the @code{set-build-options}
885remote procedure call (@pxref{The Store}).
886
9176607e 887@item --substitute-urls=@var{urls}
f8a8e0fe 888@anchor{daemon-substitute-urls}
9176607e 889Consider @var{urls} the default whitespace-separated list of substitute
ae806096 890source URLs. When this option is omitted, @indicateurl{http://hydra.gnu.org}
9176607e
LC
891is used.
892
893This means that substitutes may be downloaded from @var{urls}, as long
894as they are signed by a trusted signature (@pxref{Substitutes}).
895
4ec2e92d
LC
896@cindex build hook
897@item --no-build-hook
898Do not use the @dfn{build hook}.
899
900The build hook is a helper program that the daemon can start and to
901which it submits build requests. This mechanism is used to offload
902builds to other machines (@pxref{Daemon Offload Setup}).
903
bd5e766b
LC
904@item --cache-failures
905Cache build failures. By default, only successful builds are cached.
906
30d9aa54
LC
907When this option is used, @command{guix gc --list-failures} can be used
908to query the set of store items marked as failed; @command{guix gc
909--clear-failures} removes store items from the set of cached failures.
910@xref{Invoking guix gc}.
911
bd5e766b
LC
912@item --cores=@var{n}
913@itemx -c @var{n}
914Use @var{n} CPU cores to build each derivation; @code{0} means as many
915as available.
916
6efc160e 917The default value is @code{0}, but it may be overridden by clients, such
e49951eb
MW
918as the @code{--cores} option of @command{guix build} (@pxref{Invoking
919guix build}).
bd5e766b
LC
920
921The effect is to define the @code{NIX_BUILD_CORES} environment variable
922in the build process, which can then use it to exploit internal
923parallelism---for instance, by running @code{make -j$NIX_BUILD_CORES}.
924
925@item --max-jobs=@var{n}
926@itemx -M @var{n}
927Allow at most @var{n} build jobs in parallel. The default value is
f6526eb3
LC
928@code{1}. Setting it to @code{0} means that no builds will be performed
929locally; instead, the daemon will offload builds (@pxref{Daemon Offload
930Setup}), or simply fail.
bd5e766b 931
ecf84b7c
LC
932@item --rounds=@var{N}
933Build each derivation @var{n} times in a row, and raise an error if
934consecutive build results are not bit-for-bit identical. Note that this
935setting can be overridden by clients such as @command{guix build}
936(@pxref{Invoking guix build}).
937
bd5e766b
LC
938@item --debug
939Produce debugging output.
940
941This is useful to debug daemon start-up issues, but then it may be
942overridden by clients, for example the @code{--verbosity} option of
e49951eb 943@command{guix build} (@pxref{Invoking guix build}).
bd5e766b
LC
944
945@item --chroot-directory=@var{dir}
946Add @var{dir} to the build chroot.
947
948Doing this may change the result of build processes---for instance if
949they use optional dependencies found in @var{dir} when it is available,
950and not otherwise. For that reason, it is not recommended to do so.
951Instead, make sure that each derivation declares all the inputs that it
952needs.
953
954@item --disable-chroot
955Disable chroot builds.
956
957Using this option is not recommended since, again, it would allow build
1e2644bb
LC
958processes to gain access to undeclared dependencies. It is necessary,
959though, when @command{guix-daemon} is running under an unprivileged user
960account.
bd5e766b
LC
961
962@item --disable-log-compression
963Disable compression of the build logs.
964
1da983b9
LC
965Unless @code{--lose-logs} is used, all the build logs are kept in the
966@var{localstatedir}. To save space, the daemon automatically compresses
967them with bzip2 by default. This option disables that.
968
ab3893d7
LC
969@item --disable-deduplication
970@cindex deduplication
bd5e766b
LC
971Disable automatic file ``deduplication'' in the store.
972
1da983b9 973By default, files added to the store are automatically ``deduplicated'':
ab3893d7
LC
974if a newly added file is identical to another one found in the store,
975the daemon makes the new file a hard link to the other file. This can
4988dd40 976noticeably reduce disk usage, at the expense of slightly increased
ab3893d7
LC
977input/output load at the end of a build process. This option disables
978this optimization.
1da983b9 979
6e37066e
LC
980@item --gc-keep-outputs[=yes|no]
981Tell whether the garbage collector (GC) must keep outputs of live
982derivations.
983
984When set to ``yes'', the GC will keep the outputs of any live derivation
985available in the store---the @code{.drv} files. The default is ``no'',
986meaning that derivation outputs are kept only if they are GC roots.
987
988@item --gc-keep-derivations[=yes|no]
989Tell whether the garbage collector (GC) must keep derivations
990corresponding to live outputs.
991
992When set to ``yes'', as is the case by default, the GC keeps
993derivations---i.e., @code{.drv} files---as long as at least one of their
994outputs is live. This allows users to keep track of the origins of
995items in their store. Setting it to ``no'' saves a bit of disk space.
996
997Note that when both @code{--gc-keep-derivations} and
998@code{--gc-keep-outputs} are used, the effect is to keep all the build
999prerequisites (the sources, compiler, libraries, and other build-time
1000tools) of live objects in the store, regardless of whether these
1001prerequisites are live. This is convenient for developers since it
1002saves rebuilds or downloads.
1003
bd5e766b
LC
1004@item --impersonate-linux-2.6
1005On Linux-based systems, impersonate Linux 2.6. This means that the
1006kernel's @code{uname} system call will report 2.6 as the release number.
1007
1008This might be helpful to build programs that (usually wrongfully) depend
1009on the kernel version number.
1010
1011@item --lose-logs
1012Do not keep build logs. By default they are kept under
ce33631f 1013@code{@var{localstatedir}/guix/log}.
bd5e766b
LC
1014
1015@item --system=@var{system}
1016Assume @var{system} as the current system type. By default it is the
1017architecture/kernel pair found at configure time, such as
1018@code{x86_64-linux}.
b8d2aa26
LC
1019
1020@item --listen=@var{socket}
1021Listen for connections on @var{socket}, the file name of a Unix-domain
1022socket. The default socket is
1023@file{@var{localstatedir}/daemon-socket/socket}. This option is only
1024useful in exceptional circumstances, such as if you need to run several
1025daemons on the same machine.
bd5e766b
LC
1026@end table
1027
1028
0e2d0213
LC
1029@node Application Setup
1030@section Application Setup
1031
85e57214
LC
1032When using Guix on top of GNU/Linux distribution other than GuixSD---a
1033so-called @dfn{foreign distro}---a few additional steps are needed to
1034get everything in place. Here are some of them.
0e2d0213
LC
1035
1036@subsection Locales
1037
5c3c1427 1038@anchor{locales-and-locpath}
0e2d0213 1039@cindex locales, when not on GuixSD
5c3c1427 1040@vindex LOCPATH
85e57214 1041@vindex GUIX_LOCPATH
f97c9175
AE
1042Packages installed @i{via} Guix will not use the locale data of the
1043host system. Instead, you must first install one of the locale packages
85e57214
LC
1044available with Guix and then define the @code{GUIX_LOCPATH} environment
1045variable:
0e2d0213
LC
1046
1047@example
1048$ guix package -i glibc-locales
85e57214 1049$ export GUIX_LOCPATH=$HOME/.guix-profile/lib/locale
0e2d0213
LC
1050@end example
1051
1052Note that the @code{glibc-locales} package contains data for all the
1053locales supported by the GNU@tie{}libc and weighs in at around
f97c9175 1054110@tie{}MiB. Alternatively, the @code{glibc-utf8-locales} is smaller but
0e2d0213
LC
1055limited to a few UTF-8 locales.
1056
85e57214
LC
1057The @code{GUIX_LOCPATH} variable plays a role similar to @code{LOCPATH}
1058(@pxref{Locale Names, @code{LOCPATH},, libc, The GNU C Library Reference
1059Manual}). There are two important differences though:
1060
1061@enumerate
1062@item
f97c9175 1063@code{GUIX_LOCPATH} is honored only by the libc in Guix, and not by the libc
85e57214 1064provided by foreign distros. Thus, using @code{GUIX_LOCPATH} allows you
f97c9175 1065to make sure the programs of the foreign distro will not end up loading
85e57214
LC
1066incompatible locale data.
1067
1068@item
1069libc suffixes each entry of @code{GUIX_LOCPATH} with @code{/X.Y}, where
1070@code{X.Y} is the libc version---e.g., @code{2.22}. This means that,
1071should your Guix profile contain a mixture of programs linked against
1072different libc version, each libc version will only try to load locale
1073data in the right format.
1074@end enumerate
1075
1076This is important because the locale data format used by different libc
1077versions may be incompatible.
1078
0e2d0213
LC
1079@subsection X11 Fonts
1080
4988dd40 1081The majority of graphical applications use Fontconfig to locate and
f97c9175
AE
1082load fonts and perform X11-client-side rendering. The @code{fontconfig}
1083package in Guix looks for fonts in @file{$HOME/.guix-profile}
0e2d0213 1084by default. Thus, to allow graphical applications installed with Guix
f97c9175 1085to display fonts, you have to install fonts with Guix as well.
0e2d0213 1086Essential font packages include @code{gs-fonts}, @code{font-dejavu}, and
8fe5b1d1 1087@code{font-gnu-freefont-ttf}.
0e2d0213 1088
5c36edc8
LC
1089To display text written in Chinese languages, Japanese, or Korean in
1090graphical applications, consider installing
1091@code{font-adobe-source-han-sans} or @code{font-wqy-zenhei}. The former
1092has multiple outputs, one per language family (@pxref{Packages with
1093Multiple Outputs}). For instance, the following command installs fonts
1094for Chinese languages:
1095
1096@example
1097guix package -i font-adobe-source-han-sans:cn
1098@end example
1099
6d97319c
AK
1100@subsection Emacs Packages
1101
1102When you install Emacs packages with Guix, the elisp files may be placed
1103either in @file{$HOME/.guix-profile/share/emacs/site-lisp/} or in
1104sub-directories of
1105@file{$HOME/.guix-profile/share/emacs/site-lisp/guix.d/}. The latter
1106directory exists because potentially there may exist thousands of Emacs
1107packages and storing all their files in a single directory may be not
1108reliable (because of name conflicts). So we think using a separate
1109directory for each package is a good idea. It is very similar to how
1110the Emacs package system organizes the file structure (@pxref{Package
1111Files,,, emacs, The GNU Emacs Manual}).
1112
1113By default, Emacs (installed with Guix) ``knows'' where these packages
f97c9175 1114are placed, so you do not need to perform any configuration. If, for
6d97319c 1115some reason, you want to avoid auto-loading Emacs packages installed
f97c9175 1116with Guix, you can do so by running Emacs with @code{--no-site-file}
6d97319c
AK
1117option (@pxref{Init File,,, emacs, The GNU Emacs Manual}).
1118
0e2d0213
LC
1119@c TODO What else?
1120
eeaf4427
LC
1121@c *********************************************************************
1122@node Package Management
1123@chapter Package Management
1124
f8348b91 1125The purpose of GNU Guix is to allow users to easily install, upgrade, and
eeaf4427 1126remove software packages, without having to know about their build
f97c9175 1127procedures or dependencies. Guix also goes beyond this obvious set of
eeaf4427
LC
1128features.
1129
1130This chapter describes the main features of Guix, as well as the package
c1941588 1131management tools it provides. Two user interfaces are provided for
c554de89
AK
1132routine package management tasks: A command-line interface described below
1133(@pxref{Invoking guix package, @code{guix package}}), as well as a visual user
1134interface in Emacs described in a subsequent chapter (@pxref{Emacs Interface}).
eeaf4427
LC
1135
1136@menu
1137* Features:: How Guix will make your life brighter.
e49951eb 1138* Invoking guix package:: Package installation, removal, etc.
c4202d60 1139* Substitutes:: Downloading pre-built binaries.
760c60d6 1140* Packages with Multiple Outputs:: Single source package, multiple outputs.
e49951eb 1141* Invoking guix gc:: Running the garbage collector.
f651b477 1142* Invoking guix pull:: Fetching the latest Guix and distribution.
760c60d6 1143* Invoking guix archive:: Exporting and importing store files.
eeaf4427
LC
1144@end menu
1145
1146@node Features
1147@section Features
1148
1149When using Guix, each package ends up in the @dfn{package store}, in its
1150own directory---something that resembles
9a130e19
AK
1151@file{/gnu/store/xxx-package-1.2}, where @code{xxx} is a base32 string
1152(note that Guix comes with an Emacs extension to shorten those file
081145cf 1153names, @pxref{Emacs Prettify}.)
eeaf4427
LC
1154
1155Instead of referring to these directories, users have their own
1156@dfn{profile}, which points to the packages that they actually want to
821b0015
LC
1157use. These profiles are stored within each user's home directory, at
1158@code{$HOME/.guix-profile}.
eeaf4427 1159
821b0015 1160For example, @code{alice} installs GCC 4.7.2. As a result,
eeaf4427 1161@file{/home/alice/.guix-profile/bin/gcc} points to
834129e0 1162@file{/gnu/store/@dots{}-gcc-4.7.2/bin/gcc}. Now, on the same machine,
821b0015
LC
1163@code{bob} had already installed GCC 4.8.0. The profile of @code{bob}
1164simply continues to point to
834129e0 1165@file{/gnu/store/@dots{}-gcc-4.8.0/bin/gcc}---i.e., both versions of GCC
821b0015 1166coexist on the same system without any interference.
eeaf4427 1167
e49951eb 1168The @command{guix package} command is the central tool to manage
f97c9175 1169packages (@pxref{Invoking guix package}). It operates on the per-user
821b0015 1170profiles, and can be used @emph{with normal user privileges}.
eeaf4427
LC
1171
1172The command provides the obvious install, remove, and upgrade
1173operations. Each invocation is actually a @emph{transaction}: either
ba55b1cb 1174the specified operation succeeds, or nothing happens. Thus, if the
e49951eb 1175@command{guix package} process is terminated during the transaction,
eeaf4427
LC
1176or if a power outage occurs during the transaction, then the user's
1177profile remains in its previous state, and remains usable.
1178
1179In addition, any package transaction may be @emph{rolled back}. So, if,
1180for example, an upgrade installs a new version of a package that turns
1181out to have a serious bug, users may roll back to the previous instance
4af2447e
LC
1182of their profile, which was known to work well. Similarly, the global
1183system configuration is subject to transactional upgrades and roll-back
1184(@pxref{Using the Configuration System}).
eeaf4427 1185
f97c9175
AE
1186All packages in the package store may be @emph{garbage-collected}.
1187Guix can determine which packages are still referenced by user
fe8ff028 1188profiles, and remove those that are provably no longer referenced
e49951eb 1189(@pxref{Invoking guix gc}). Users may also explicitly remove old
fe8ff028
LC
1190generations of their profile so that the packages they refer to can be
1191collected.
eeaf4427 1192
e900c503
LC
1193@cindex reproducibility
1194@cindex reproducible builds
eeaf4427
LC
1195Finally, Guix takes a @dfn{purely functional} approach to package
1196management, as described in the introduction (@pxref{Introduction}).
834129e0 1197Each @file{/gnu/store} package directory name contains a hash of all the
eeaf4427
LC
1198inputs that were used to build that package---compiler, libraries, build
1199scripts, etc. This direct correspondence allows users to make sure a
1200given package installation matches the current state of their
e900c503
LC
1201distribution. It also helps maximize @dfn{build reproducibility}:
1202thanks to the isolated build environments that are used, a given build
1203is likely to yield bit-identical files when performed on different
1204machines (@pxref{Invoking guix-daemon, container}).
eeaf4427 1205
c4202d60 1206@cindex substitutes
eeaf4427 1207This foundation allows Guix to support @dfn{transparent binary/source
c4202d60 1208deployment}. When a pre-built binary for a @file{/gnu/store} item is
18f2887b 1209available from an external source---a @dfn{substitute}, Guix just
c4202d60
LC
1210downloads it and unpacks it;
1211otherwise, it builds the package from source, locally
1212(@pxref{Substitutes}).
eeaf4427 1213
f5fd4fd2
LC
1214Control over the build environment is a feature that is also useful for
1215developers. The @command{guix environment} command allows developers of
1216a package to quickly set up the right development environment for their
f97c9175
AE
1217package, without having to manually install the dependencies of the
1218package into their profile (@pxref{Invoking guix environment}).
f5fd4fd2 1219
e49951eb
MW
1220@node Invoking guix package
1221@section Invoking @command{guix package}
eeaf4427 1222
e49951eb 1223The @command{guix package} command is the tool that allows users to
eeaf4427
LC
1224install, upgrade, and remove packages, as well as rolling back to
1225previous configurations. It operates only on the user's own profile,
1226and works with normal user privileges (@pxref{Features}). Its syntax
1227is:
1228
1229@example
e49951eb 1230guix package @var{options}
eeaf4427
LC
1231@end example
1232
ba55b1cb 1233Primarily, @var{options} specifies the operations to be performed during
eeaf4427 1234the transaction. Upon completion, a new profile is created, but
99bd74d5 1235previous @dfn{generations} of the profile remain available, should the user
eeaf4427
LC
1236want to roll back.
1237
6447738c
MW
1238For example, to remove @code{lua} and install @code{guile} and
1239@code{guile-cairo} in a single transaction:
1240
1241@example
1242guix package -r lua -i guile guile-cairo
1243@end example
1244
99bd74d5
LC
1245@command{guix package} also supports a @dfn{declarative approach}
1246whereby the user specifies the exact set of packages to be available and
1247passes it @i{via} the @option{--manifest} option
1248(@pxref{profile-manifest, @option{--manifest}}).
1249
b9e5c0a9 1250For each user, a symlink to the user's default profile is automatically
0ec1af59 1251created in @file{$HOME/.guix-profile}. This symlink always points to the
b9e5c0a9
LC
1252current generation of the user's default profile. Thus, users can add
1253@file{$HOME/.guix-profile/bin} to their @code{PATH} environment
1254variable, and so on.
d664f1b4
LC
1255@cindex search paths
1256If you are not using the Guix System Distribution, consider adding the
1257following lines to your @file{~/.bash_profile} (@pxref{Bash Startup
1258Files,,, bash, The GNU Bash Reference Manual}) so that newly-spawned
1259shells get all the right environment variable definitions:
1260
1261@example
1262GUIX_PROFILE="$HOME/.guix-profile" \
1263source "$HOME/.guix-profile/etc/profile"
1264@end example
b9e5c0a9 1265
4379c35b
LC
1266In a multi-user setup, user profiles are stored in a place registered as
1267a @dfn{garbage-collector root}, which @file{$HOME/.guix-profile} points
1268to (@pxref{Invoking guix gc}). That directory is normally
0ec1af59
LC
1269@code{@var{localstatedir}/profiles/per-user/@var{user}}, where
1270@var{localstatedir} is the value passed to @code{configure} as
4379c35b
LC
1271@code{--localstatedir}, and @var{user} is the user name. The
1272@file{per-user} directory is created when @command{guix-daemon} is
1273started, and the @var{user} sub-directory is created by @command{guix
1274package}.
0ec1af59
LC
1275
1276The @var{options} can be among the following:
1277
eeaf4427
LC
1278@table @code
1279
6447738c
MW
1280@item --install=@var{package} @dots{}
1281@itemx -i @var{package} @dots{}
1282Install the specified @var{package}s.
eeaf4427 1283
6447738c 1284Each @var{package} may specify either a simple package name, such as
eeaf4427 1285@code{guile}, or a package name followed by a hyphen and version number,
724311a2
LC
1286such as @code{guile-1.8.8} or simply @code{guile-1.8} (in the latter
1287case, the newest version prefixed by @code{1.8} is selected.)
1288
1289If no version number is specified, the
dc5669cd
MW
1290newest available version will be selected. In addition, @var{package}
1291may contain a colon, followed by the name of one of the outputs of the
6e721c4d 1292package, as in @code{gcc:doc} or @code{binutils-2.22:lib}
e7f34eb0
LC
1293(@pxref{Packages with Multiple Outputs}). Packages with a corresponding
1294name (and optionally version) are searched for among the GNU
1295distribution modules (@pxref{Package Modules}).
eeaf4427 1296
461572cc
LC
1297@cindex propagated inputs
1298Sometimes packages have @dfn{propagated inputs}: these are dependencies
21461f27
LC
1299that automatically get installed along with the required package
1300(@pxref{package-propagated-inputs, @code{propagated-inputs} in
1301@code{package} objects}, for information about propagated inputs in
1302package definitions).
461572cc 1303
21461f27 1304@anchor{package-cmd-propagated-inputs}
461572cc
LC
1305An example is the GNU MPC library: its C header files refer to those of
1306the GNU MPFR library, which in turn refer to those of the GMP library.
1307Thus, when installing MPC, the MPFR and GMP libraries also get installed
1308in the profile; removing MPC also removes MPFR and GMP---unless they had
f97c9175 1309also been explicitly installed by the user.
461572cc 1310
ba7ea5ce 1311Besides, packages sometimes rely on the definition of environment
5924080d 1312variables for their search paths (see explanation of
ba7ea5ce 1313@code{--search-paths} below). Any missing or possibly incorrect
5924080d
LC
1314environment variable definitions are reported here.
1315
ef010c0f 1316@c XXX: keep me up-to-date
5924080d 1317Finally, when installing a GNU package, the tool reports the
ef010c0f
LC
1318availability of a newer upstream version. In the future, it may provide
1319the option of installing directly from the upstream version, even if
1320that version is not yet in the distribution.
1321
5d4b411f
LC
1322@item --install-from-expression=@var{exp}
1323@itemx -e @var{exp}
1324Install the package @var{exp} evaluates to.
1325
1326@var{exp} must be a Scheme expression that evaluates to a
1327@code{<package>} object. This option is notably useful to disambiguate
1328between same-named variants of a package, with expressions such as
1329@code{(@@ (gnu packages base) guile-final)}.
1330
1331Note that this option installs the first output of the specified
1332package, which may be insufficient when needing a specific output of a
1333multiple-output package.
1334
0d279400
DT
1335@item --install-from-file=@var{file}
1336@itemx -f @var{file}
1337Install the package that the code within @var{file} evaluates to.
1338
1339As an example, @var{file} might contain a definition like this
1340(@pxref{Defining Packages}):
1341
1342@example
1343@verbatiminclude package-hello.scm
1344@end example
1345
1346Developers may find it useful to include such a @file{package.scm} file
f97c9175 1347in the root of their project source tree that can be used to test
0d279400
DT
1348development snapshots and create reproducible development environments
1349(@pxref{Invoking guix environment}).
1350
6447738c
MW
1351@item --remove=@var{package} @dots{}
1352@itemx -r @var{package} @dots{}
1353Remove the specified @var{package}s.
eeaf4427 1354
6447738c 1355As for @code{--install}, each @var{package} may specify a version number
13ed095c
LC
1356and/or output name in addition to the package name. For instance,
1357@code{-r glibc:debug} would remove the @code{debug} output of
1358@code{glibc}.
1359
6447738c
MW
1360@item --upgrade[=@var{regexp} @dots{}]
1361@itemx -u [@var{regexp} @dots{}]
1362Upgrade all the installed packages. If one or more @var{regexp}s are
1363specified, upgrade only installed packages whose name matches a
d5f01e48 1364@var{regexp}. Also see the @code{--do-not-upgrade} option below.
eeaf4427 1365
f651b477
LC
1366Note that this upgrades package to the latest version of packages found
1367in the distribution currently installed. To update your distribution,
1368you should regularly run @command{guix pull} (@pxref{Invoking guix
1369pull}).
1370
d5f01e48
MW
1371@item --do-not-upgrade[=@var{regexp} @dots{}]
1372When used together with the @code{--upgrade} option, do @emph{not}
1373upgrade any packages whose name matches a @var{regexp}. For example, to
1374upgrade all packages in the current profile except those containing the
1375substring ``emacs'':
1376
1377@example
1378$ guix package --upgrade . --do-not-upgrade emacs
1379@end example
1380
99bd74d5 1381@item @anchor{profile-manifest}--manifest=@var{file}
1b676447 1382@itemx -m @var{file}
99bd74d5
LC
1383@cindex profile declaration
1384@cindex profile manifest
1385Create a new generation of the profile from the manifest object
1b676447
DT
1386returned by the Scheme code in @var{file}.
1387
99bd74d5
LC
1388This allows you to @emph{declare} the profile's contents rather than
1389constructing it through a sequence of @code{--install} and similar
1390commands. The advantage is that @var{file} can be put under version
1391control, copied to different machines to reproduce the same profile, and
1392so on.
1393
1394@c FIXME: Add reference to (guix profile) documentation when available.
1395@var{file} must return a @dfn{manifest} object, which is roughly a list
1396of packages:
1b676447 1397
99bd74d5 1398@findex packages->manifest
1b676447 1399@example
99bd74d5 1400(use-package-modules guile emacs)
1b676447
DT
1401
1402(packages->manifest
99bd74d5
LC
1403 (list emacs
1404 guile-2.0
1b676447 1405 ;; Use a specific package output.
99bd74d5 1406 (list guile-2.0 "debug")))
1b676447
DT
1407@end example
1408
24e262f0
LC
1409@item --roll-back
1410Roll back to the previous @dfn{generation} of the profile---i.e., undo
1411the last transaction.
1412
1413When combined with options such as @code{--install}, roll back occurs
1414before any other actions.
1415
d9307267 1416When rolling back from the first generation that actually contains
4b2bc804 1417installed packages, the profile is made to point to the @dfn{zeroth
f97c9175 1418generation}, which contains no files apart from its own metadata.
d9307267 1419
f97c9175
AE
1420After having rolled back, installing, removing, or upgrading packages
1421overwrites previous future generations. Thus, the history of the
1422generations in a profile is always linear.
82fe08ed 1423
b3bb82f1
AK
1424@item --switch-generation=@var{pattern}
1425@itemx -S @var{pattern}
1426Switch to a particular generation defined by @var{pattern}.
1427
1428@var{pattern} may be either a generation number or a number prefixed
1429with ``+'' or ``-''. The latter means: move forward/backward by a
1430specified number of generations. For example, if you want to return to
1431the latest generation after @code{--roll-back}, use
1432@code{--switch-generation=+1}.
1433
1434The difference between @code{--roll-back} and
1435@code{--switch-generation=-1} is that @code{--switch-generation} will
1436not make a zeroth generation, so if a specified generation does not
1437exist, the current generation will not be changed.
1438
dbc31ab2 1439@item --search-paths[=@var{kind}]
5924080d
LC
1440@cindex search paths
1441Report environment variable definitions, in Bash syntax, that may be
1442needed in order to use the set of installed packages. These environment
1443variables are used to specify @dfn{search paths} for files used by some
1444of the installed packages.
1445
1446For example, GCC needs the @code{CPATH} and @code{LIBRARY_PATH}
1447environment variables to be defined so it can look for headers and
1448libraries in the user's profile (@pxref{Environment Variables,,, gcc,
1449Using the GNU Compiler Collection (GCC)}). If GCC and, say, the C
1450library are installed in the profile, then @code{--search-paths} will
1451suggest setting these variables to @code{@var{profile}/include} and
1452@code{@var{profile}/lib}, respectively.
1453
dbc31ab2
LC
1454The typical use case is to define these environment variables in the
1455shell:
1456
1457@example
1458$ eval `guix package --search-paths`
1459@end example
1460
1461@var{kind} may be one of @code{exact}, @code{prefix}, or @code{suffix},
1462meaning that the returned environment variable definitions will either
1463be exact settings, or prefixes or suffixes of the current value of these
1464variables. When omitted, @var{kind} defaults to @code{exact}.
1465
fc2d2339
LC
1466This option can also be used to compute the @emph{combined} search paths
1467of several profiles. Consider this example:
1468
1469@example
1470$ guix package -p foo -i guile
1471$ guix package -p bar -i guile-json
1472$ guix package -p foo -p bar --search-paths
1473@end example
1474
1475The last command above reports about the @code{GUILE_LOAD_PATH}
1476variable, even though, taken individually, neither @file{foo} nor
1477@file{bar} would lead to that recommendation.
1478
1479
eeaf4427
LC
1480@item --profile=@var{profile}
1481@itemx -p @var{profile}
1482Use @var{profile} instead of the user's default profile.
1483
70915c1a 1484@item --verbose
f97c9175
AE
1485Produce verbose output. In particular, emit the build log of the
1486environment on the standard error port.
70915c1a 1487
eeaf4427
LC
1488@item --bootstrap
1489Use the bootstrap Guile to build the profile. This option is only
1490useful to distribution developers.
1491
1492@end table
1493
f97c9175 1494In addition to these actions, @command{guix package} supports the
733b4130
LC
1495following options to query the current state of a profile, or the
1496availability of packages:
eeaf4427 1497
733b4130
LC
1498@table @option
1499
acc08466
NK
1500@item --search=@var{regexp}
1501@itemx -s @var{regexp}
b110869d 1502@cindex searching for packages
5763ad92 1503List the available packages whose name, synopsis, or description matches
f97c9175 1504@var{regexp}. Print all the metadata of matching packages in
299112d3
LC
1505@code{recutils} format (@pxref{Top, GNU recutils databases,, recutils,
1506GNU recutils manual}).
acc08466 1507
299112d3
LC
1508This allows specific fields to be extracted using the @command{recsel}
1509command, for instance:
1510
1511@example
e49951eb 1512$ guix package -s malloc | recsel -p name,version
299112d3
LC
1513name: glibc
1514version: 2.17
1515
1516name: libgc
1517version: 7.2alpha6
1518@end example
acc08466 1519
a12d92f5
LC
1520Similarly, to show the name of all the packages available under the
1521terms of the GNU@tie{}LGPL version 3:
1522
1523@example
1524$ guix package -s "" | recsel -p name -e 'license ~ "LGPL 3"'
1525name: elfutils
1526
1527name: gmp
1528@dots{}
1529@end example
1530
db5a9444
LC
1531It is also possible to refine search results using several @code{-s}
1532flags. For example, the following command returns a list of board
1533games:
1534
1535@example
1536$ guix package -s '\<board\>' -s game | recsel -p name
1537name: gnubg
1538@dots{}
1539@end example
1540
1541If we were to omit @code{-s game}, we would also get software packages
1542that deal with printed circuit boards; removing the angle brackets
1543around @code{board} would further add packages that have to do with
1544keyboards.
1545
b110869d
LC
1546And now for a more elaborate example. The following command searches
1547for cryptographic libraries, filters out Haskell, Perl, Python, and Ruby
1548libraries, and prints the name and synopsis of the matching packages:
1549
1550@example
1551$ guix package -s crypto -s library | \
1552 recsel -e '! (name ~ "^(ghc|perl|python|ruby)")' -p name,synopsis
1553@end example
1554
1555@noindent
1556@xref{Selection Expressions,,, recutils, GNU recutils manual}, for more
1557information on @dfn{selection expressions} for @code{recsel -e}.
1558
2aa6efb0
CR
1559@item --show=@var{package}
1560Show details about @var{package}, taken from the list of available packages, in
1561@code{recutils} format (@pxref{Top, GNU recutils databases,, recutils, GNU
1562recutils manual}).
1563
1564@example
1565$ guix package --show=python | recsel -p name,version
1566name: python
1567version: 2.7.6
1568
1569name: python
1570version: 3.3.5
1571@end example
1572
1573You may also specify the full name of a package to only get details about a
1574specific version of it:
1575@example
1576$ guix package --show=python-3.3.5 | recsel -p name,version
1577name: python
1578version: 3.3.5
1579@end example
1580
1581
1582
733b4130
LC
1583@item --list-installed[=@var{regexp}]
1584@itemx -I [@var{regexp}]
bd9bde1c
LC
1585List the currently installed packages in the specified profile, with the
1586most recently installed packages shown last. When @var{regexp} is
1587specified, list only installed packages whose name matches @var{regexp}.
733b4130
LC
1588
1589For each installed package, print the following items, separated by
1590tabs: the package name, its version string, the part of the package that
1591is installed (for instance, @code{out} for the default output,
1592@code{include} for its headers, etc.), and the path of this package in
1593the store.
1594
64fc89b6
LC
1595@item --list-available[=@var{regexp}]
1596@itemx -A [@var{regexp}]
5763ad92 1597List packages currently available in the distribution for this system
a1ba8475
LC
1598(@pxref{GNU Distribution}). When @var{regexp} is specified, list only
1599installed packages whose name matches @var{regexp}.
64fc89b6
LC
1600
1601For each package, print the following items separated by tabs: its name,
6e721c4d
LC
1602its version string, the parts of the package (@pxref{Packages with
1603Multiple Outputs}), and the source location of its definition.
64fc89b6 1604
f566d765
LC
1605@item --list-generations[=@var{pattern}]
1606@itemx -l [@var{pattern}]
1607Return a list of generations along with their creation dates; for each
1608generation, show the installed packages, with the most recently
4b2bc804
NK
1609installed packages shown last. Note that the zeroth generation is never
1610shown.
f566d765
LC
1611
1612For each installed package, print the following items, separated by
1613tabs: the name of a package, its version string, the part of the package
1614that is installed (@pxref{Packages with Multiple Outputs}), and the
1615location of this package in the store.
1616
1617When @var{pattern} is used, the command returns only matching
1618generations. Valid patterns include:
1619
1620@itemize
1621@item @emph{Integers and comma-separated integers}. Both patterns denote
1622generation numbers. For instance, @code{--list-generations=1} returns
1623the first one.
1624
1625And @code{--list-generations=1,8,2} outputs three generations in the
1626specified order. Neither spaces nor trailing commas are allowed.
1627
1628@item @emph{Ranges}. @code{--list-generations=2..9} prints the
1629specified generations and everything in between. Note that the start of
f97c9175 1630a range must be smaller than its end.
f566d765
LC
1631
1632It is also possible to omit the endpoint. For example,
1633@code{--list-generations=2..}, returns all generations starting from the
1634second one.
1635
1636@item @emph{Durations}. You can also get the last @emph{N}@tie{}days, weeks,
1637or months by passing an integer along with the first letter of the
d7ddb257
LC
1638duration. For example, @code{--list-generations=20d} lists generations
1639that are up to 20 days old.
f566d765
LC
1640@end itemize
1641
b7884ca3
NK
1642@item --delete-generations[=@var{pattern}]
1643@itemx -d [@var{pattern}]
d7ddb257
LC
1644When @var{pattern} is omitted, delete all generations except the current
1645one.
b7884ca3
NK
1646
1647This command accepts the same patterns as @option{--list-generations}.
d7ddb257
LC
1648When @var{pattern} is specified, delete the matching generations. When
1649@var{pattern} specifies a duration, generations @emph{older} than the
1650specified duration match. For instance, @code{--delete-generations=1m}
1651deletes generations that are more than one month old.
1652
391bdd8f
LC
1653If the current generation matches, it is @emph{not} deleted. Also, the
1654zeroth generation is never deleted.
b7884ca3 1655
f97c9175 1656Note that deleting generations prevents rolling back to them.
1bb9900a
LC
1657Consequently, this command must be used with care.
1658
733b4130 1659@end table
eeaf4427 1660
70ee5642 1661Finally, since @command{guix package} may actually start build
ccd7158d 1662processes, it supports all the common build options (@pxref{Common Build
f97c9175 1663Options}). It also supports package transformation options, such as
b8638f03
LC
1664@option{--with-source} (@pxref{Package Transformation Options}).
1665However, note that package transformations are lost when upgrading; to
f97c9175 1666preserve transformations across upgrades, you should define your own
b8638f03
LC
1667package variant in a Guile module and add it to @code{GUIX_PACKAGE_PATH}
1668(@pxref{Defining Packages}).
1669
70ee5642 1670
c4202d60
LC
1671@node Substitutes
1672@section Substitutes
1673
1674@cindex substitutes
1675@cindex pre-built binaries
1676Guix supports transparent source/binary deployment, which means that it
1677can either build things locally, or download pre-built items from a
1678server. We call these pre-built items @dfn{substitutes}---they are
1679substitutes for local build results. In many cases, downloading a
1680substitute is much faster than building things locally.
1681
1682Substitutes can be anything resulting from a derivation build
1683(@pxref{Derivations}). Of course, in the common case, they are
1684pre-built package binaries, but source tarballs, for instance, which
1685also result from derivation builds, can be available as substitutes.
1686
1687The @code{hydra.gnu.org} server is a front-end to a build farm that
1688builds packages from the GNU distribution continuously for some
32950fc8
AK
1689architectures, and makes them available as substitutes (@pxref{Emacs
1690Hydra}, for information on how to query the continuous integration
1691server). This is the
f8a8e0fe
LC
1692default source of substitutes; it can be overridden by passing the
1693@option{--substitute-urls} option either to @command{guix-daemon}
1694(@pxref{daemon-substitute-urls,, @code{guix-daemon --substitute-urls}})
1695or to client tools such as @command{guix package}
1696(@pxref{client-substitute-urls,, client @option{--substitute-urls}
1697option}).
c4202d60
LC
1698
1699@cindex security
1700@cindex digital signatures
1701To allow Guix to download substitutes from @code{hydra.gnu.org}, you
1702must add its public key to the access control list (ACL) of archive
1703imports, using the @command{guix archive} command (@pxref{Invoking guix
1704archive}). Doing so implies that you trust @code{hydra.gnu.org} to not
1705be compromised and to serve genuine substitutes.
1706
1707This public key is installed along with Guix, in
1708@code{@var{prefix}/share/guix/hydra.gnu.org.pub}, where @var{prefix} is
1709the installation prefix of Guix. If you installed Guix from source,
1710make sure you checked the GPG signature of
1711@file{guix-@value{VERSION}.tar.gz}, which contains this public key file.
1712Then, you can run something like this:
1713
1714@example
1715# guix archive --authorize < hydra.gnu.org.pub
1716@end example
1717
1718Once this is in place, the output of a command like @code{guix build}
1719should change from something like:
1720
1721@example
1722$ guix build emacs --dry-run
1723The following derivations would be built:
1724 /gnu/store/yr7bnx8xwcayd6j95r2clmkdl1qh688w-emacs-24.3.drv
1725 /gnu/store/x8qsh1hlhgjx6cwsjyvybnfv2i37z23w-dbus-1.6.4.tar.gz.drv
1726 /gnu/store/1ixwp12fl950d15h2cj11c73733jay0z-alsa-lib-1.0.27.1.tar.bz2.drv
1727 /gnu/store/nlma1pw0p603fpfiqy7kn4zm105r5dmw-util-linux-2.21.drv
1728@dots{}
1729@end example
1730
1731@noindent
1732to something like:
1733
1734@example
1735$ guix build emacs --dry-run
1736The following files would be downloaded:
1737 /gnu/store/pk3n22lbq6ydamyymqkkz7i69wiwjiwi-emacs-24.3
1738 /gnu/store/2ygn4ncnhrpr61rssa6z0d9x22si0va3-libjpeg-8d
1739 /gnu/store/71yz6lgx4dazma9dwn2mcjxaah9w77jq-cairo-1.12.16
1740 /gnu/store/7zdhgp0n1518lvfn8mb96sxqfmvqrl7v-libxrender-0.9.7
1741@dots{}
1742@end example
1743
1744@noindent
1745This indicates that substitutes from @code{hydra.gnu.org} are usable and
1746will be downloaded, when possible, for future builds.
1747
1748Guix ignores substitutes that are not signed, or that are not signed by
ef27aa9c 1749one of the keys listed in the ACL. It also detects and raises an error
c4202d60
LC
1750when attempting to use a substitute that has been tampered with.
1751
e0c941fe
LC
1752@vindex http_proxy
1753Substitutes are downloaded over HTTP. The @code{http_proxy} environment
1754variable can be set in the environment of @command{guix-daemon} and is
1755honored for downloads of substitutes. Note that the value of
1756@code{http_proxy} in the environment where @command{guix build},
1757@command{guix package}, and other client commands are run has
1758@emph{absolutely no effect}.
1759
c4202d60
LC
1760The substitute mechanism can be disabled globally by running
1761@code{guix-daemon} with @code{--no-substitutes} (@pxref{Invoking
1762guix-daemon}). It can also be disabled temporarily by passing the
1763@code{--no-substitutes} option to @command{guix package}, @command{guix
1764build}, and other command-line tools.
1765
1766
1767Today, each individual's control over their own computing is at the
1768mercy of institutions, corporations, and groups with enough power and
1769determination to subvert the computing infrastructure and exploit its
1770weaknesses. While using @code{hydra.gnu.org} substitutes can be
1771convenient, we encourage users to also build on their own, or even run
1772their own build farm, such that @code{hydra.gnu.org} is less of an
8ce229fc
LC
1773interesting target. One way to help is by publishing the software you
1774build using @command{guix publish} so that others have one more choice
1775of server to download substitutes from (@pxref{Invoking guix publish}).
c4202d60
LC
1776
1777Guix has the foundations to maximize build reproducibility
1778(@pxref{Features}). In most cases, independent builds of a given
1779package or derivation should yield bit-identical results. Thus, through
1780a diverse set of independent package builds, we can strengthen the
d23c20f1
LC
1781integrity of our systems. The @command{guix challenge} command aims to
1782help users assess substitute servers, and to assist developers in
1783finding out about non-deterministic package builds (@pxref{Invoking guix
a8d65643
LC
1784challenge}). Similarly, the @option{--check} option of @command{guix
1785build} allows users to check whether previously-installed substitutes
1786are genuine by rebuilding them locally (@pxref{build-check,
1787@command{guix build --check}}).
c4202d60
LC
1788
1789In the future, we want Guix to have support to publish and retrieve
1790binaries to/from other users, in a peer-to-peer fashion. If you would
1791like to discuss this project, join us on @email{guix-devel@@gnu.org}.
1792
1793
6e721c4d
LC
1794@node Packages with Multiple Outputs
1795@section Packages with Multiple Outputs
1796
1797@cindex multiple-output packages
1798@cindex package outputs
1799
1800Often, packages defined in Guix have a single @dfn{output}---i.e., the
f97c9175 1801source package leads to exactly one directory in the store. When running
6e721c4d
LC
1802@command{guix package -i glibc}, one installs the default output of the
1803GNU libc package; the default output is called @code{out}, but its name
1804can be omitted as shown in this command. In this particular case, the
1805default output of @code{glibc} contains all the C header files, shared
1806libraries, static libraries, Info documentation, and other supporting
1807files.
1808
1809Sometimes it is more appropriate to separate the various types of files
1810produced from a single source package into separate outputs. For
1811instance, the GLib C library (used by GTK+ and related packages)
1812installs more than 20 MiB of reference documentation as HTML pages.
1813To save space for users who do not need it, the documentation goes to a
1814separate output, called @code{doc}. To install the main GLib output,
1815which contains everything but the documentation, one would run:
1816
1817@example
1818guix package -i glib
1819@end example
1820
1821The command to install its documentation is:
1822
1823@example
1824guix package -i glib:doc
1825@end example
1826
1827Some packages install programs with different ``dependency footprints''.
f97c9175 1828For instance, the WordNet package installs both command-line tools and
6e721c4d
LC
1829graphical user interfaces (GUIs). The former depend solely on the C
1830library, whereas the latter depend on Tcl/Tk and the underlying X
1831libraries. In this case, we leave the command-line tools in the default
1832output, whereas the GUIs are in a separate output. This allows users
fcc58db6
LC
1833who do not need the GUIs to save space. The @command{guix size} command
1834can help find out about such situations (@pxref{Invoking guix size}).
88856916 1835@command{guix graph} can also be helpful (@pxref{Invoking guix graph}).
6e721c4d
LC
1836
1837There are several such multiple-output packages in the GNU distribution.
91ef73d4
LC
1838Other conventional output names include @code{lib} for libraries and
1839possibly header files, @code{bin} for stand-alone programs, and
1840@code{debug} for debugging information (@pxref{Installing Debugging
1841Files}). The outputs of a packages are listed in the third column of
1842the output of @command{guix package --list-available} (@pxref{Invoking
1843guix package}).
6e721c4d 1844
eeaf4427 1845
e49951eb
MW
1846@node Invoking guix gc
1847@section Invoking @command{guix gc}
fe8ff028
LC
1848
1849@cindex garbage collector
f97c9175 1850Packages that are installed, but not used, may be @dfn{garbage-collected}.
e49951eb 1851The @command{guix gc} command allows users to explicitly run the garbage
c22eb992
LC
1852collector to reclaim space from the @file{/gnu/store} directory. It is
1853the @emph{only} way to remove files from @file{/gnu/store}---removing
1854files or directories manually may break it beyond repair!
fe8ff028
LC
1855
1856The garbage collector has a set of known @dfn{roots}: any file under
834129e0 1857@file{/gnu/store} reachable from a root is considered @dfn{live} and
fe8ff028
LC
1858cannot be deleted; any other file is considered @dfn{dead} and may be
1859deleted. The set of garbage collector roots includes default user
e49951eb
MW
1860profiles, and may be augmented with @command{guix build --root}, for
1861example (@pxref{Invoking guix build}).
fe8ff028 1862
1bb9900a
LC
1863Prior to running @code{guix gc --collect-garbage} to make space, it is
1864often useful to remove old generations from user profiles; that way, old
1865package builds referenced by those generations can be reclaimed. This
1866is achieved by running @code{guix package --delete-generations}
1867(@pxref{Invoking guix package}).
1868
e49951eb 1869The @command{guix gc} command has three modes of operation: it can be
fe8ff028 1870used to garbage-collect any dead files (the default), to delete specific
7770aafc
LC
1871files (the @code{--delete} option), to print garbage-collector
1872information, or for more advanced queries. The garbage collection
1873options are as follows:
fe8ff028
LC
1874
1875@table @code
1876@item --collect-garbage[=@var{min}]
1877@itemx -C [@var{min}]
834129e0 1878Collect garbage---i.e., unreachable @file{/gnu/store} files and
fe8ff028
LC
1879sub-directories. This is the default operation when no option is
1880specified.
1881
1882When @var{min} is given, stop once @var{min} bytes have been collected.
1883@var{min} may be a number of bytes, or it may include a unit as a
4a44d7bb
LC
1884suffix, such as @code{MiB} for mebibytes and @code{GB} for gigabytes
1885(@pxref{Block size, size specifications,, coreutils, GNU Coreutils}).
fe8ff028
LC
1886
1887When @var{min} is omitted, collect all the garbage.
1888
1889@item --delete
1890@itemx -d
1891Attempt to delete all the store files and directories specified as
1892arguments. This fails if some of the files are not in the store, or if
1893they are still live.
1894
30d9aa54
LC
1895@item --list-failures
1896List store items corresponding to cached build failures.
1897
1898This prints nothing unless the daemon was started with
1899@option{--cache-failures} (@pxref{Invoking guix-daemon,
1900@option{--cache-failures}}).
1901
1902@item --clear-failures
1903Remove the specified store items from the failed-build cache.
1904
1905Again, this option only makes sense when the daemon is started with
1906@option{--cache-failures}. Otherwise, it does nothing.
1907
fe8ff028
LC
1908@item --list-dead
1909Show the list of dead files and directories still present in the
1910store---i.e., files and directories no longer reachable from any root.
1911
1912@item --list-live
1913Show the list of live store files and directories.
ba8b732d
LC
1914
1915@end table
1916
1917In addition, the references among existing store files can be queried:
1918
1919@table @code
1920
1921@item --references
1922@itemx --referrers
1923List the references (respectively, the referrers) of store files given
1924as arguments.
1925
8e59fdd5
LC
1926@item --requisites
1927@itemx -R
fcc58db6 1928@cindex closure
8e59fdd5
LC
1929List the requisites of the store files passed as arguments. Requisites
1930include the store files themselves, their references, and the references
1931of these, recursively. In other words, the returned list is the
1932@dfn{transitive closure} of the store files.
1933
f97c9175
AE
1934@xref{Invoking guix size}, for a tool to profile the size of the closure
1935of an element. @xref{Invoking guix graph}, for a tool to visualize
88856916 1936the graph of references.
fcc58db6 1937
fe8ff028
LC
1938@end table
1939
7770aafc
LC
1940Lastly, the following options allow you to check the integrity of the
1941store and to control disk usage.
1942
1943@table @option
1944
1945@item --verify[=@var{options}]
1946@cindex integrity, of the store
1947@cindex integrity checking
1948Verify the integrity of the store.
1949
1950By default, make sure that all the store items marked as valid in the
f97c9175 1951database of the daemon actually exist in @file{/gnu/store}.
7770aafc 1952
f97c9175 1953When provided, @var{options} must be a comma-separated list containing one
7770aafc
LC
1954or more of @code{contents} and @code{repair}.
1955
f97c9175
AE
1956When passing @option{--verify=contents}, the daemon computse the
1957content hash of each store item and compares it against its hash in the
7770aafc
LC
1958database. Hash mismatches are reported as data corruptions. Because it
1959traverses @emph{all the files in the store}, this command can take a
1960long time, especially on systems with a slow disk drive.
1961
1962@cindex repairing the store
1963Using @option{--verify=repair} or @option{--verify=contents,repair}
1964causes the daemon to try to repair corrupt store items by fetching
1965substitutes for them (@pxref{Substitutes}). Because repairing is not
1966atomic, and thus potentially dangerous, it is available only to the
1967system administrator.
1968
1969@item --optimize
1970@cindex deduplication
1971Optimize the store by hard-linking identical files---this is
1972@dfn{deduplication}.
1973
1974The daemon performs deduplication after each successful build or archive
1975import, unless it was started with @code{--disable-deduplication}
1976(@pxref{Invoking guix-daemon, @code{--disable-deduplication}}). Thus,
1977this option is primarily useful when the daemon was running with
1978@code{--disable-deduplication}.
1979
1980@end table
eeaf4427 1981
f651b477
LC
1982@node Invoking guix pull
1983@section Invoking @command{guix pull}
1984
1985Packages are installed or upgraded to the latest version available in
1986the distribution currently available on your local machine. To update
1987that distribution, along with the Guix tools, you must run @command{guix
1988pull}: the command downloads the latest Guix source code and package
1989descriptions, and deploys it.
1990
1991On completion, @command{guix package} will use packages and package
1992versions from this just-retrieved copy of Guix. Not only that, but all
1993the Guix commands and Scheme modules will also be taken from that latest
1994version. New @command{guix} sub-commands added by the update also
ef54b61d
AV
1995become available@footnote{Under the hood, @command{guix pull} updates
1996the @file{~/.config/guix/latest} symbolic link to point to the latest
1997Guix, and the @command{guix} command loads code from there.}.
f651b477
LC
1998
1999The @command{guix pull} command is usually invoked with no arguments,
2000but it supports the following options:
2001
2002@table @code
2003@item --verbose
2004Produce verbose output, writing build logs to the standard error output.
2005
ab5d72ad
LC
2006@item --url=@var{url}
2007Download the source tarball of Guix from @var{url}.
2008
2009By default, the tarball is taken from its canonical address at
2010@code{gnu.org}, for the stable branch of Guix.
2011
f651b477
LC
2012@item --bootstrap
2013Use the bootstrap Guile to build the latest Guix. This option is only
2014useful to Guix developers.
2015@end table
2016
760c60d6
LC
2017
2018@node Invoking guix archive
2019@section Invoking @command{guix archive}
2020
2021The @command{guix archive} command allows users to @dfn{export} files
2022from the store into a single archive, and to later @dfn{import} them.
2023In particular, it allows store files to be transferred from one machine
4d4c4816
AE
2024to the store on another machine.
2025
2026To export store files as an archive to standard output, run:
2027
2028@example
2029guix archive --export @var{options} @var{specifications}...
2030@end example
2031
2032@var{specifications} may be either store file names or package
2033specifications, as for @command{guix package} (@pxref{Invoking guix
2034package}). For instance, the following command creates an archive
2035containing the @code{gui} output of the @code{git} package and the main
2036output of @code{emacs}:
2037
2038@example
2039guix archive --export git:gui /gnu/store/...-emacs-24.3 > great.nar
2040@end example
2041
2042If the specified packages are not built yet, @command{guix archive}
2043automatically builds them. The build process may be controlled with the
2044common build options (@pxref{Common Build Options}).
2045
2046To transfer the @code{emacs} package to a machine connected over SSH,
2047one would run:
760c60d6
LC
2048
2049@example
56607088 2050guix archive --export -r emacs | ssh the-machine guix archive --import
760c60d6
LC
2051@end example
2052
87236aed 2053@noindent
56607088
LC
2054Similarly, a complete user profile may be transferred from one machine
2055to another like this:
2056
2057@example
2058guix archive --export -r $(readlink -f ~/.guix-profile) | \
2059 ssh the-machine guix-archive --import
2060@end example
2061
2062@noindent
2063However, note that, in both examples, all of @code{emacs} and the
2064profile as well as all of their dependencies are transferred (due to
f97c9175
AE
2065@code{-r}), regardless of what is already available in the store on the
2066target machine. The @code{--missing} option can help figure out which
2067items are missing from the target store.
87236aed 2068
760c60d6 2069Archives are stored in the ``Nix archive'' or ``Nar'' format, which is
0dbd88db
LC
2070comparable in spirit to `tar', but with a few noteworthy differences
2071that make it more appropriate for our purposes. First, rather than
f97c9175 2072recording all Unix metadata for each file, the Nar format only mentions
0dbd88db
LC
2073the file type (regular, directory, or symbolic link); Unix permissions
2074and owner/group are dismissed. Second, the order in which directory
2075entries are stored always follows the order of file names according to
2076the C locale collation order. This makes archive production fully
2077deterministic.
2078
2079When exporting, the daemon digitally signs the contents of the archive,
2080and that digital signature is appended. When importing, the daemon
2081verifies the signature and rejects the import in case of an invalid
2082signature or if the signing key is not authorized.
760c60d6
LC
2083@c FIXME: Add xref to daemon doc about signatures.
2084
2085The main options are:
2086
2087@table @code
2088@item --export
2089Export the specified store files or packages (see below.) Write the
2090resulting archive to the standard output.
2091
56607088
LC
2092Dependencies are @emph{not} included in the output, unless
2093@code{--recursive} is passed.
2094
2095@item -r
2096@itemx --recursive
2097When combined with @code{--export}, this instructs @command{guix
2098archive} to include dependencies of the given items in the archive.
2099Thus, the resulting archive is self-contained: it contains the closure
2100of the exported store items.
2101
760c60d6
LC
2102@item --import
2103Read an archive from the standard input, and import the files listed
2104therein into the store. Abort if the archive has an invalid digital
f82cc5fd
LC
2105signature, or if it is signed by a public key not among the authorized
2106keys (see @code{--authorize} below.)
554f26ec 2107
87236aed
LC
2108@item --missing
2109Read a list of store file names from the standard input, one per line,
2110and write on the standard output the subset of these files missing from
2111the store.
2112
554f26ec 2113@item --generate-key[=@var{parameters}]
f82cc5fd 2114@cindex signing, archives
f97c9175 2115Generate a new key pair for the daemon. This is a prerequisite before
554f26ec
LC
2116archives can be exported with @code{--export}. Note that this operation
2117usually takes time, because it needs to gather enough entropy to
2118generate the key pair.
2119
2120The generated key pair is typically stored under @file{/etc/guix}, in
2121@file{signing-key.pub} (public key) and @file{signing-key.sec} (private
867d8473
LC
2122key, which must be kept secret.) When @var{parameters} is omitted,
2123an ECDSA key using the Ed25519 curve is generated, or, for Libgcrypt
2124versions before 1.6.0, it is a 4096-bit RSA key.
f97c9175 2125Alternatively, @var{parameters} can specify
554f26ec
LC
2126@code{genkey} parameters suitable for Libgcrypt (@pxref{General
2127public-key related Functions, @code{gcry_pk_genkey},, gcrypt, The
2128Libgcrypt Reference Manual}).
f82cc5fd
LC
2129
2130@item --authorize
2131@cindex authorizing, archives
2132Authorize imports signed by the public key passed on standard input.
2133The public key must be in ``s-expression advanced format''---i.e., the
2134same format as the @file{signing-key.pub} file.
2135
2136The list of authorized keys is kept in the human-editable file
2137@file{/etc/guix/acl}. The file contains
2138@url{http://people.csail.mit.edu/rivest/Sexp.txt, ``advanced-format
2139s-expressions''} and is structured as an access-control list in the
2140@url{http://theworld.com/~cme/spki.txt, Simple Public-Key Infrastructure
2141(SPKI)}.
c6f8e9dd
LC
2142
2143@item --extract=@var{directory}
2144@itemx -x @var{directory}
2145Read a single-item archive as served by substitute servers
2146(@pxref{Substitutes}) and extract it to @var{directory}. This is a
2147low-level operation needed in only very narrow use cases; see below.
2148
2149For example, the following command extracts the substitute for Emacs
2150served by @code{hydra.gnu.org} to @file{/tmp/emacs}:
2151
2152@example
2153$ wget -O - \
2154 http://hydra.gnu.org/nar/@dots{}-emacs-24.5 \
2155 | bunzip2 | guix archive -x /tmp/emacs
2156@end example
2157
2158Single-item archives are different from multiple-item archives produced
2159by @command{guix archive --export}; they contain a single store item,
2160and they do @emph{not} embed a signature. Thus this operation does
2161@emph{no} signature verification and its output should be considered
2162unsafe.
2163
2164The primary purpose of this operation is to facilitate inspection of
2165archive contents coming from possibly untrusted substitute servers.
2166
760c60d6
LC
2167@end table
2168
c554de89
AK
2169@c *********************************************************************
2170@include emacs.texi
760c60d6 2171
568717fd
LC
2172@c *********************************************************************
2173@node Programming Interface
2174@chapter Programming Interface
2175
3dc1970d
LC
2176GNU Guix provides several Scheme programming interfaces (APIs) to
2177define, build, and query packages. The first interface allows users to
2178write high-level package definitions. These definitions refer to
2179familiar packaging concepts, such as the name and version of a package,
2180its build system, and its dependencies. These definitions can then be
2181turned into concrete build actions.
2182
ba55b1cb 2183Build actions are performed by the Guix daemon, on behalf of users. In a
3dc1970d 2184standard setup, the daemon has write access to the store---the
834129e0 2185@file{/gnu/store} directory---whereas users do not. The recommended
3dc1970d
LC
2186setup also has the daemon perform builds in chroots, under a specific
2187build users, to minimize interference with the rest of the system.
2188
2189@cindex derivation
2190Lower-level APIs are available to interact with the daemon and the
2191store. To instruct the daemon to perform a build action, users actually
2192provide it with a @dfn{derivation}. A derivation is a low-level
2193representation of the build actions to be taken, and the environment in
2194which they should occur---derivations are to package definitions what
49ad317a
LC
2195assembly is to C programs. The term ``derivation'' comes from the fact
2196that build results @emph{derive} from them.
3dc1970d
LC
2197
2198This chapter describes all these APIs in turn, starting from high-level
2199package definitions.
2200
568717fd 2201@menu
b860f382 2202* Defining Packages:: Defining new packages.
7458bd0a 2203* Build Systems:: Specifying how packages are built.
b860f382
LC
2204* The Store:: Manipulating the package store.
2205* Derivations:: Low-level interface to package derivations.
2206* The Store Monad:: Purely functional interface to the store.
21b679f6 2207* G-Expressions:: Manipulating build expressions.
568717fd
LC
2208@end menu
2209
2210@node Defining Packages
2211@section Defining Packages
2212
3dc1970d
LC
2213The high-level interface to package definitions is implemented in the
2214@code{(guix packages)} and @code{(guix build-system)} modules. As an
2215example, the package definition, or @dfn{recipe}, for the GNU Hello
2216package looks like this:
2217
2218@example
e7f34eb0
LC
2219(define-module (gnu packages hello)
2220 #:use-module (guix packages)
2221 #:use-module (guix download)
2222 #:use-module (guix build-system gnu)
a6dcdcac
SB
2223 #:use-module (guix licenses)
2224 #:use-module (gnu packages gawk))
b22a12fd 2225
79f5dd59 2226(define-public hello
3dc1970d
LC
2227 (package
2228 (name "hello")
17d8e33f 2229 (version "2.10")
3dc1970d 2230 (source (origin
17d8e33f
ML
2231 (method url-fetch)
2232 (uri (string-append "mirror://gnu/hello/hello-" version
2233 ".tar.gz"))
2234 (sha256
2235 (base32
2236 "0ssi1wpaf7plaswqqjwigppsg5fyh99vdlb9kzl7c9lng89ndq1i"))))
3dc1970d 2237 (build-system gnu-build-system)
7458bd0a 2238 (arguments `(#:configure-flags '("--enable-silent-rules")))
3dc1970d 2239 (inputs `(("gawk" ,gawk)))
7458bd0a
LC
2240 (synopsis "Hello, GNU world: An example GNU package")
2241 (description "Guess what GNU Hello prints!")
3dc1970d 2242 (home-page "http://www.gnu.org/software/hello/")
b22a12fd 2243 (license gpl3+)))
3dc1970d
LC
2244@end example
2245
2246@noindent
2247Without being a Scheme expert, the reader may have guessed the meaning
f97c9175
AE
2248of the various fields here. This expression binds the variable
2249@code{hello} to a @code{<package>} object, which is essentially a record
3dc1970d
LC
2250(@pxref{SRFI-9, Scheme records,, guile, GNU Guile Reference Manual}).
2251This package object can be inspected using procedures found in the
2252@code{(guix packages)} module; for instance, @code{(package-name hello)}
2253returns---surprise!---@code{"hello"}.
2254
2f7d2d91
LC
2255With luck, you may be able to import part or all of the definition of
2256the package you are interested in from another repository, using the
2257@code{guix import} command (@pxref{Invoking guix import}).
2258
f97c9175 2259In the example above, @var{hello} is defined in a module of its own,
e7f34eb0
LC
2260@code{(gnu packages hello)}. Technically, this is not strictly
2261necessary, but it is convenient to do so: all the packages defined in
2262modules under @code{(gnu packages @dots{})} are automatically known to
2263the command-line tools (@pxref{Package Modules}).
2264
3dc1970d
LC
2265There are a few points worth noting in the above package definition:
2266
2267@itemize
2268@item
a2bf4907
LC
2269The @code{source} field of the package is an @code{<origin>} object
2270(@pxref{origin Reference}, for the complete reference).
3dc1970d
LC
2271Here, the @code{url-fetch} method from @code{(guix download)} is used,
2272meaning that the source is a file to be downloaded over FTP or HTTP.
2273
2274The @code{mirror://gnu} prefix instructs @code{url-fetch} to use one of
2275the GNU mirrors defined in @code{(guix download)}.
2276
2277The @code{sha256} field specifies the expected SHA256 hash of the file
2278being downloaded. It is mandatory, and allows Guix to check the
2279integrity of the file. The @code{(base32 @dots{})} form introduces the
6c365eca 2280base32 representation of the hash. You can obtain this information with
210cc920
LC
2281@code{guix download} (@pxref{Invoking guix download}) and @code{guix
2282hash} (@pxref{Invoking guix hash}).
3dc1970d 2283
f9cc8971
LC
2284@cindex patches
2285When needed, the @code{origin} form can also have a @code{patches} field
2286listing patches to be applied, and a @code{snippet} field giving a
2287Scheme expression to modify the source code.
2288
3dc1970d
LC
2289@item
2290@cindex GNU Build System
7458bd0a
LC
2291The @code{build-system} field specifies the procedure to build the
2292package (@pxref{Build Systems}). Here, @var{gnu-build-system}
2293represents the familiar GNU Build System, where packages may be
2294configured, built, and installed with the usual @code{./configure &&
2295make && make check && make install} command sequence.
2296
2297@item
2298The @code{arguments} field specifies options for the build system
2299(@pxref{Build Systems}). Here it is interpreted by
2300@var{gnu-build-system} as a request run @file{configure} with the
2301@code{--enable-silent-rules} flag.
3dc1970d
LC
2302
2303@item
2304The @code{inputs} field specifies inputs to the build process---i.e.,
2305build-time or run-time dependencies of the package. Here, we define an
2306input called @code{"gawk"} whose value is that of the @var{gawk}
2307variable; @var{gawk} is itself bound to a @code{<package>} object.
2308
2309Note that GCC, Coreutils, Bash, and other essential tools do not need to
2310be specified as inputs here. Instead, @var{gnu-build-system} takes care
7458bd0a 2311of ensuring that they are present (@pxref{Build Systems}).
3dc1970d
LC
2312
2313However, any other dependencies need to be specified in the
2314@code{inputs} field. Any dependency not specified here will simply be
2315unavailable to the build process, possibly leading to a build failure.
2316@end itemize
2317
87eafdbd
TUBK
2318@xref{package Reference}, for a full description of possible fields.
2319
2f7d2d91 2320Once a package definition is in place, the
e49951eb 2321package may actually be built using the @code{guix build} command-line
39bee8a2
LC
2322tool (@pxref{Invoking guix build}). You can easily jump back to the
2323package definition using the @command{guix edit} command
2324(@pxref{Invoking guix edit}).
2325@xref{Packaging Guidelines}, for
b4f5e0e8
CR
2326more information on how to test package definitions, and
2327@ref{Invoking guix lint}, for information on how to check a definition
2328for style conformance.
2329
f97c9175 2330Finally, updating the package definition to a new upstream version
7458bd0a
LC
2331can be partly automated by the @command{guix refresh} command
2332(@pxref{Invoking guix refresh}).
3dc1970d
LC
2333
2334Behind the scenes, a derivation corresponding to the @code{<package>}
2335object is first computed by the @code{package-derivation} procedure.
834129e0 2336That derivation is stored in a @code{.drv} file under @file{/gnu/store}.
ba55b1cb 2337The build actions it prescribes may then be realized by using the
3dc1970d
LC
2338@code{build-derivations} procedure (@pxref{The Store}).
2339
2340@deffn {Scheme Procedure} package-derivation @var{store} @var{package} [@var{system}]
59688fc4
LC
2341Return the @code{<derivation>} object of @var{package} for @var{system}
2342(@pxref{Derivations}).
3dc1970d
LC
2343
2344@var{package} must be a valid @code{<package>} object, and @var{system}
2345must be a string denoting the target system type---e.g.,
2346@code{"x86_64-linux"} for an x86_64 Linux-based GNU system. @var{store}
2347must be a connection to the daemon, which operates on the store
2348(@pxref{The Store}).
2349@end deffn
568717fd 2350
9c1edabd
LC
2351@noindent
2352@cindex cross-compilation
2353Similarly, it is possible to compute a derivation that cross-builds a
2354package for some other system:
2355
2356@deffn {Scheme Procedure} package-cross-derivation @var{store} @
2357 @var{package} @var{target} [@var{system}]
59688fc4
LC
2358Return the @code{<derivation>} object of @var{package} cross-built from
2359@var{system} to @var{target}.
9c1edabd
LC
2360
2361@var{target} must be a valid GNU triplet denoting the target hardware
2362and operating system, such as @code{"mips64el-linux-gnu"}
2363(@pxref{Configuration Names, GNU configuration triplets,, configure, GNU
2364Configure and Build System}).
2365@end deffn
2366
87eafdbd
TUBK
2367@menu
2368* package Reference :: The package data type.
2369* origin Reference:: The origin data type.
2370@end menu
2371
2372
2373@node package Reference
2374@subsection @code{package} Reference
2375
2376This section summarizes all the options available in @code{package}
2377declarations (@pxref{Defining Packages}).
2378
2379@deftp {Data Type} package
2380This is the data type representing a package recipe.
2381
2382@table @asis
2383@item @code{name}
2384The name of the package, as a string.
2385
2386@item @code{version}
2387The version of the package, as a string.
2388
2389@item @code{source}
2390An origin object telling how the source code for the package should be
2391acquired (@pxref{origin Reference}).
2392
2393@item @code{build-system}
2394The build system that should be used to build the package (@pxref{Build
2395Systems}).
2396
2397@item @code{arguments} (default: @code{'()})
2398The arguments that should be passed to the build system. This is a
2399list, typically containing sequential keyword-value pairs.
2400
2401@item @code{inputs} (default: @code{'()})
70650c68
LC
2402@itemx @code{native-inputs} (default: @code{'()})
2403@itemx @code{propagated-inputs} (default: @code{'()})
2404@cindex inputs, of packages
2405These fields list dependencies of the package. Each one is a list of
2406tuples, where each tuple has a label for the input (a string) as its
2407first element, a package, origin, or derivation as its second element,
2408and optionally the name of the output thereof that should be used, which
2409defaults to @code{"out"} (@pxref{Packages with Multiple Outputs}, for
f97c9175 2410more on package outputs). For example, the list below specifies three
70650c68 2411inputs:
87eafdbd 2412
70650c68
LC
2413@example
2414`(("libffi" ,libffi)
2415 ("libunistring" ,libunistring)
2416 ("glib:bin" ,glib "bin")) ;the "bin" output of Glib
2417@end example
2418
2419@cindex cross compilation, package dependencies
2420The distinction between @code{native-inputs} and @code{inputs} is
2421necessary when considering cross-compilation. When cross-compiling,
2422dependencies listed in @code{inputs} are built for the @emph{target}
2423architecture; conversely, dependencies listed in @code{native-inputs}
2424are built for the architecture of the @emph{build} machine.
2425
f97c9175
AE
2426@code{native-inputs} is typically used to list tools needed at
2427build time, but not at run time, such as Autoconf, Automake, pkg-config,
70650c68
LC
2428Gettext, or Bison. @command{guix lint} can report likely mistakes in
2429this area (@pxref{Invoking guix lint}).
2430
2431@anchor{package-propagated-inputs}
2432Lastly, @code{propagated-inputs} is similar to @code{inputs}, but the
f97c9175
AE
2433specified packages will be automatically installed alongside the package
2434they belong to (@pxref{package-cmd-propagated-inputs, @command{guix
70650c68
LC
2435package}}, for information on how @command{guix package} deals with
2436propagated inputs.)
21461f27 2437
e0508b6b
LC
2438For example this is necessary when a C/C++ library needs headers of
2439another library to compile, or when a pkg-config file refers to another
2440one @i{via} its @code{Requires} field.
2441
f97c9175
AE
2442Another example where @code{propagated-inputs} is useful is for languages
2443that lack a facility to record the run-time search path akin to the
2444@code{RUNPATH}of ELF files; this includes Guile, Python, Perl, GHC, and
e0508b6b
LC
2445more. To ensure that libraries written in those languages can find
2446library code they depend on at run time, run-time dependencies must be
2447listed in @code{propagated-inputs} rather than @code{inputs}.
87eafdbd 2448
87eafdbd
TUBK
2449@item @code{self-native-input?} (default: @code{#f})
2450This is a Boolean field telling whether the package should use itself as
2451a native input when cross-compiling.
2452
2453@item @code{outputs} (default: @code{'("out")})
2454The list of output names of the package. @xref{Packages with Multiple
2455Outputs}, for typical uses of additional outputs.
2456
2457@item @code{native-search-paths} (default: @code{'()})
2458@itemx @code{search-paths} (default: @code{'()})
2459A list of @code{search-path-specification} objects describing
2460search-path environment variables honored by the package.
2461
2462@item @code{replacement} (default: @code{#f})
f97c9175 2463This must be either @code{#f} or a package object that will be used as a
87eafdbd
TUBK
2464@dfn{replacement} for this package. @xref{Security Updates, grafts},
2465for details.
2466
2467@item @code{synopsis}
2468A one-line description of the package.
2469
2470@item @code{description}
2471A more elaborate description of the package.
2472
2473@item @code{license}
f97c9175
AE
2474The license of the package; a value from @code{(guix licenses)},
2475or a list of such values.
87eafdbd
TUBK
2476
2477@item @code{home-page}
2478The URL to the home-page of the package, as a string.
2479
2480@item @code{supported-systems} (default: @var{%supported-systems})
2481The list of systems supported by the package, as strings of the form
2482@code{architecture-kernel}, for example @code{"x86_64-linux"}.
2483
2484@item @code{maintainers} (default: @code{'()})
2485The list of maintainers of the package, as @code{maintainer} objects.
2486
2487@item @code{location} (default: source location of the @code{package} form)
f97c9175 2488The source location of the package. It is useful to override this when
87eafdbd
TUBK
2489inheriting from another package, in which case this field is not
2490automatically corrected.
2491@end table
2492@end deftp
2493
2494
2495@node origin Reference
2496@subsection @code{origin} Reference
2497
2498This section summarizes all the options available in @code{origin}
2499declarations (@pxref{Defining Packages}).
2500
2501@deftp {Data Type} origin
2502This is the data type representing a source code origin.
2503
2504@table @asis
2505@item @code{uri}
2506An object containing the URI of the source. The object type depends on
2507the @code{method} (see below). For example, when using the
2508@var{url-fetch} method of @code{(guix download)}, the valid @code{uri}
2509values are: a URL represented as a string, or a list thereof.
2510
2511@item @code{method}
f97c9175 2512A procedure that handles the URI.
87eafdbd
TUBK
2513
2514Examples include:
2515
2516@table @asis
2517@item @var{url-fetch} from @code{(guix download)}
f97c9175 2518download a file from the HTTP, HTTPS, or FTP URL specified in the
87eafdbd
TUBK
2519@code{uri} field;
2520
2521@item @var{git-fetch} from @code{(guix git-download)}
2522clone the Git version control repository, and check out the revision
2523specified in the @code{uri} field as a @code{git-reference} object; a
2524@code{git-reference} looks like this:
2525
2526@example
2527(git-reference
2528 (url "git://git.debian.org/git/pkg-shadow/shadow")
2529 (commit "v4.1.5.1"))
2530@end example
2531@end table
2532
2533@item @code{sha256}
2534A bytevector containing the SHA-256 hash of the source. Typically the
2535@code{base32} form is used here to generate the bytevector from a
2536base-32 string.
2537
2538@item @code{file-name} (default: @code{#f})
2539The file name under which the source code should be saved. When this is
2540@code{#f}, a sensible default value will be used in most cases. In case
2541the source is fetched from a URL, the file name from the URL will be
f97c9175 2542used. For version control checkouts, it is recommended to provide the
87eafdbd
TUBK
2543file name explicitly because the default is not very descriptive.
2544
2545@item @code{patches} (default: @code{'()})
2546A list of file names containing patches to be applied to the source.
2547
2548@item @code{snippet} (default: @code{#f})
2549A quoted piece of code that will be run in the source directory to make
2550any modifications, which is sometimes more convenient than a patch.
2551
2552@item @code{patch-flags} (default: @code{'("-p1")})
2553A list of command-line flags that should be passed to the @code{patch}
2554command.
2555
2556@item @code{patch-inputs} (default: @code{#f})
2557Input packages or derivations to the patching process. When this is
2558@code{#f}, the usual set of inputs necessary for patching are provided,
2559such as GNU@tie{}Patch.
2560
2561@item @code{modules} (default: @code{'()})
2562A list of Guile modules that should be loaded during the patching
2563process and while running the code in the @code{snippet} field.
2564
2565@item @code{imported-modules} (default: @code{'()})
2566The list of Guile modules to import in the patch derivation, for use by
2567the @code{snippet}.
2568
2569@item @code{patch-guile} (default: @code{#f})
2570The Guile package that should be used in the patching process. When
2571this is @code{#f}, a sensible default is used.
2572@end table
2573@end deftp
2574
9c1edabd 2575
7458bd0a
LC
2576@node Build Systems
2577@section Build Systems
2578
2579@cindex build system
2580Each package definition specifies a @dfn{build system} and arguments for
2581that build system (@pxref{Defining Packages}). This @code{build-system}
f97c9175 2582field represents the build procedure of the package, as well as implicit
7458bd0a
LC
2583dependencies of that build procedure.
2584
2585Build systems are @code{<build-system>} objects. The interface to
2586create and manipulate them is provided by the @code{(guix build-system)}
2587module, and actual build systems are exported by specific modules.
2588
f5fd4fd2 2589@cindex bag (low-level package representation)
0d5a559f
LC
2590Under the hood, build systems first compile package objects to
2591@dfn{bags}. A @dfn{bag} is like a package, but with less
2592ornamentation---in other words, a bag is a lower-level representation of
2593a package, which includes all the inputs of that package, including some
2594that were implicitly added by the build system. This intermediate
2595representation is then compiled to a derivation (@pxref{Derivations}).
2596
7458bd0a
LC
2597Build systems accept an optional list of @dfn{arguments}. In package
2598definitions, these are passed @i{via} the @code{arguments} field
2599(@pxref{Defining Packages}). They are typically keyword arguments
2600(@pxref{Optional Arguments, keyword arguments in Guile,, guile, GNU
2601Guile Reference Manual}). The value of these arguments is usually
2602evaluated in the @dfn{build stratum}---i.e., by a Guile process launched
2603by the daemon (@pxref{Derivations}).
2604
2605The main build system is @var{gnu-build-system}, which implements the
f97c9175 2606standard build procedure for GNU and many other packages. It
7458bd0a
LC
2607is provided by the @code{(guix build-system gnu)} module.
2608
2609@defvr {Scheme Variable} gnu-build-system
2610@var{gnu-build-system} represents the GNU Build System, and variants
2611thereof (@pxref{Configuration, configuration and makefile conventions,,
2612standards, GNU Coding Standards}).
2613
2614@cindex build phases
f97c9175 2615In a nutshell, packages using it are configured, built, and installed with
7458bd0a
LC
2616the usual @code{./configure && make && make check && make install}
2617command sequence. In practice, a few additional steps are often needed.
2618All these steps are split up in separate @dfn{phases},
2619notably@footnote{Please see the @code{(guix build gnu-build-system)}
2620modules for more details about the build phases.}:
2621
2622@table @code
2623@item unpack
2624Unpack the source tarball, and change the current directory to the
2625extracted source tree. If the source is actually a directory, copy it
2626to the build tree, and enter that directory.
2627
2628@item patch-source-shebangs
2629Patch shebangs encountered in source files so they refer to the right
2630store file names. For instance, this changes @code{#!/bin/sh} to
2631@code{#!/gnu/store/@dots{}-bash-4.3/bin/sh}.
2632
2633@item configure
2634Run the @file{configure} script with a number of default options, such
2635as @code{--prefix=/gnu/store/@dots{}}, as well as the options specified
2636by the @code{#:configure-flags} argument.
2637
2638@item build
2639Run @code{make} with the list of flags specified with
0917e80e 2640@code{#:make-flags}. If the @code{#:parallel-build?} argument is true
7458bd0a
LC
2641(the default), build with @code{make -j}.
2642
2643@item check
2644Run @code{make check}, or some other target specified with
2645@code{#:test-target}, unless @code{#:tests? #f} is passed. If the
2646@code{#:parallel-tests?} argument is true (the default), run @code{make
2647check -j}.
2648
2649@item install
2650Run @code{make install} with the flags listed in @code{#:make-flags}.
2651
2652@item patch-shebangs
2653Patch shebangs on the installed executable files.
2654
2655@item strip
2656Strip debugging symbols from ELF files (unless @code{#:strip-binaries?}
2657is false), copying them to the @code{debug} output when available
2658(@pxref{Installing Debugging Files}).
2659@end table
2660
2661@vindex %standard-phases
2662The build-side module @code{(guix build gnu-build-system)} defines
2663@var{%standard-phases} as the default list of build phases.
2664@var{%standard-phases} is a list of symbol/procedure pairs, where the
2665procedure implements the actual phase.
2666
2667The list of phases used for a particular package can be changed with the
2668@code{#:phases} parameter. For instance, passing:
2669
2670@example
c2c5dc79 2671#:phases (modify-phases %standard-phases (delete 'configure))
7458bd0a
LC
2672@end example
2673
9bf404e9 2674means that all the phases described above will be used, except the
7458bd0a
LC
2675@code{configure} phase.
2676
2677In addition, this build system ensures that the ``standard'' environment
2678for GNU packages is available. This includes tools such as GCC, libc,
2679Coreutils, Bash, Make, Diffutils, grep, and sed (see the @code{(guix
f97c9175
AE
2680build-system gnu)} module for a complete list). We call these the
2681@dfn{implicit inputs} of a package, because package definitions do not
7458bd0a
LC
2682have to mention them.
2683@end defvr
2684
2685Other @code{<build-system>} objects are defined to support other
2686conventions and tools used by free software packages. They inherit most
2687of @var{gnu-build-system}, and differ mainly in the set of inputs
2688implicitly added to the build process, and in the list of phases
2689executed. Some of these build systems are listed below.
2690
2691@defvr {Scheme Variable} cmake-build-system
2692This variable is exported by @code{(guix build-system cmake)}. It
2693implements the build procedure for packages using the
2694@url{http://www.cmake.org, CMake build tool}.
2695
2696It automatically adds the @code{cmake} package to the set of inputs.
2697Which package is used can be specified with the @code{#:cmake}
2698parameter.
9849cfc1
LC
2699
2700The @code{#:configure-flags} parameter is taken as a list of flags
2701passed to the @command{cmake} command. The @code{#:build-type}
2702parameter specifies in abstract terms the flags passed to the compiler;
2703it defaults to @code{"RelWithDebInfo"} (short for ``release mode with
2704debugging information''), which roughly means that code is compiled with
2705@code{-O2 -g}, as is the case for Autoconf-based packages by default.
7458bd0a
LC
2706@end defvr
2707
3afcf52b
FB
2708@defvr {Scheme Variable} glib-or-gtk-build-system
2709This variable is exported by @code{(guix build-system glib-or-gtk)}. It
2710is intended for use with packages making use of GLib or GTK+.
2711
2712This build system adds the following two phases to the ones defined by
2713@var{gnu-build-system}:
2714
2715@table @code
2716@item glib-or-gtk-wrap
f97c9175
AE
2717The phase @code{glib-or-gtk-wrap} ensures that programs in
2718@file{bin/} are able to find GLib ``schemas'' and
3afcf52b
FB
2719@uref{https://developer.gnome.org/gtk3/stable/gtk-running.html, GTK+
2720modules}. This is achieved by wrapping the programs in launch scripts
2721that appropriately set the @code{XDG_DATA_DIRS} and @code{GTK_PATH}
2722environment variables.
2723
73aa8ddb
LC
2724It is possible to exclude specific package outputs from that wrapping
2725process by listing their names in the
2726@code{#:glib-or-gtk-wrap-excluded-outputs} parameter. This is useful
2727when an output is known not to contain any GLib or GTK+ binaries, and
2728where wrapping would gratuitously add a dependency of that output on
2729GLib and GTK+.
2730
3afcf52b 2731@item glib-or-gtk-compile-schemas
f97c9175 2732The phase @code{glib-or-gtk-compile-schemas} makes sure that all
3afcf52b 2733@uref{https://developer.gnome.org/gio/stable/glib-compile-schemas.html,
f97c9175 2734GSettings schemas} of GLib are compiled. Compilation is performed by the
3afcf52b
FB
2735@command{glib-compile-schemas} program. It is provided by the package
2736@code{glib:bin} which is automatically imported by the build system.
2737The @code{glib} package providing @command{glib-compile-schemas} can be
2738specified with the @code{#:glib} parameter.
2739@end table
2740
2741Both phases are executed after the @code{install} phase.
2742@end defvr
2743
7458bd0a
LC
2744@defvr {Scheme Variable} python-build-system
2745This variable is exported by @code{(guix build-system python)}. It
2746implements the more or less standard build procedure used by Python
2747packages, which consists in running @code{python setup.py build} and
2748then @code{python setup.py install --prefix=/gnu/store/@dots{}}.
2749
2750For packages that install stand-alone Python programs under @code{bin/},
f97c9175 2751it takes care of wrapping these programs so that their @code{PYTHONPATH}
7458bd0a
LC
2752environment variable points to all the Python libraries they depend on.
2753
2754Which Python package is used can be specified with the @code{#:python}
2755parameter.
2756@end defvr
2757
2758@defvr {Scheme Variable} perl-build-system
2759This variable is exported by @code{(guix build-system perl)}. It
2d2a53fc
EB
2760implements the standard build procedure for Perl packages, which either
2761consists in running @code{perl Build.PL --prefix=/gnu/store/@dots{}},
2762followed by @code{Build} and @code{Build install}; or in running
2763@code{perl Makefile.PL PREFIX=/gnu/store/@dots{}}, followed by
f97c9175 2764@code{make} and @code{make install}, depending on which of
2d2a53fc
EB
2765@code{Build.PL} or @code{Makefile.PL} is present in the package
2766distribution. Preference is given to the former if both @code{Build.PL}
2767and @code{Makefile.PL} exist in the package distribution. This
2768preference can be reversed by specifying @code{#t} for the
2769@code{#:make-maker?} parameter.
2770
2771The initial @code{perl Makefile.PL} or @code{perl Build.PL} invocation
2772passes flags specified by the @code{#:make-maker-flags} or
2773@code{#:module-build-flags} parameter, respectively.
7458bd0a
LC
2774
2775Which Perl package is used can be specified with @code{#:perl}.
2776@end defvr
2777
f8f3bef6
RW
2778@defvr {Scheme Variable} r-build-system
2779This variable is exported by @code{(guix build-system r)}. It
2780implements the build procedure used by @uref{http://r-project.org, R}
2781packages, which essentially is little more than running @code{R CMD
2782INSTALL --library=/gnu/store/@dots{}} in an environment where
2783@code{R_LIBS_SITE} contains the paths to all R package inputs. Tests
2784are run after installation using the R function
2785@code{tools::testInstalledPackage}.
2786@end defvr
2787
c08f9818
DT
2788@defvr {Scheme Variable} ruby-build-system
2789This variable is exported by @code{(guix build-system ruby)}. It
2790implements the RubyGems build procedure used by Ruby packages, which
2791involves running @code{gem build} followed by @code{gem install}.
2792
5dc87623
DT
2793The @code{source} field of a package that uses this build system
2794typically references a gem archive, since this is the format that Ruby
2795developers use when releasing their software. The build system unpacks
2796the gem archive, potentially patches the source, runs the test suite,
2797repackages the gem, and installs it. Additionally, directories and
2798tarballs may be referenced to allow building unreleased gems from Git or
2799a traditional source release tarball.
e83c6d00 2800
c08f9818 2801Which Ruby package is used can be specified with the @code{#:ruby}
6e9f2913
PP
2802parameter. A list of additional flags to be passed to the @command{gem}
2803command can be specified with the @code{#:gem-flags} parameter.
c08f9818 2804@end defvr
7458bd0a 2805
a677c726
RW
2806@defvr {Scheme Variable} waf-build-system
2807This variable is exported by @code{(guix build-system waf)}. It
2808implements a build procedure around the @code{waf} script. The common
2809phases---@code{configure}, @code{build}, and @code{install}---are
2810implemented by passing their names as arguments to the @code{waf}
2811script.
2812
2813The @code{waf} script is executed by the Python interpreter. Which
2814Python package is used to run the script can be specified with the
2815@code{#:python} parameter.
2816@end defvr
2817
14dfdf2e
FB
2818@defvr {Scheme Variable} haskell-build-system
2819This variable is exported by @code{(guix build-system haskell)}. It
2820implements the Cabal build procedure used by Haskell packages, which
2821involves running @code{runhaskell Setup.hs configure
2822--prefix=/gnu/store/@dots{}} and @code{runhaskell Setup.hs build}.
2823Instead of installing the package by running @code{runhaskell Setup.hs
2824install}, to avoid trying to register libraries in the read-only
2825compiler store directory, the build system uses @code{runhaskell
2826Setup.hs copy}, followed by @code{runhaskell Setup.hs register}. In
2827addition, the build system generates the package documentation by
2828running @code{runhaskell Setup.hs haddock}, unless @code{#:haddock? #f}
2829is passed. Optional Haddock parameters can be passed with the help of
2830the @code{#:haddock-flags} parameter. If the file @code{Setup.hs} is
2831not found, the build system looks for @code{Setup.lhs} instead.
2832
2833Which Haskell compiler is used can be specified with the @code{#:haskell}
a54bd6d7 2834parameter which defaults to @code{ghc}.
14dfdf2e
FB
2835@end defvr
2836
e9137a53
FB
2837@defvr {Scheme Variable} emacs-build-system
2838This variable is exported by @code{(guix build-system emacs)}. It
f97c9175
AE
2839implements an installation procedure similar to the packaging system
2840of Emacs itself (@pxref{Packages,,, emacs, The GNU Emacs Manual}).
e9137a53
FB
2841
2842It first creates the @code{@var{package}-autoloads.el} file, then it
2843byte compiles all Emacs Lisp files. Differently from the Emacs
2844packaging system, the Info documentation files are moved to the standard
2845documentation directory and the @file{dir} file is deleted. Each
2846package is installed in its own directory under
2847@file{share/emacs/site-lisp/guix.d}.
2848@end defvr
2849
7458bd0a
LC
2850Lastly, for packages that do not need anything as sophisticated, a
2851``trivial'' build system is provided. It is trivial in the sense that
2852it provides basically no support: it does not pull any implicit inputs,
2853and does not have a notion of build phases.
2854
2855@defvr {Scheme Variable} trivial-build-system
2856This variable is exported by @code{(guix build-system trivial)}.
2857
2858This build system requires a @code{#:builder} argument. This argument
f97c9175 2859must be a Scheme expression that builds the package output(s)---as
7458bd0a
LC
2860with @code{build-expression->derivation} (@pxref{Derivations,
2861@code{build-expression->derivation}}).
2862@end defvr
2863
568717fd
LC
2864@node The Store
2865@section The Store
2866
e531ac2a
LC
2867@cindex store
2868@cindex store paths
2869
f97c9175
AE
2870Conceptually, the @dfn{store} is the place where derivations that have
2871been built successfully are stored---by default, @file{/gnu/store}.
e531ac2a 2872Sub-directories in the store are referred to as @dfn{store paths}. The
4988dd40 2873store has an associated database that contains information such as the
e531ac2a
LC
2874store paths referred to by each store path, and the list of @emph{valid}
2875store paths---paths that result from a successful build.
2876
2877The store is always accessed by the daemon on behalf of its clients
2878(@pxref{Invoking guix-daemon}). To manipulate the store, clients
f97c9175
AE
2879connect to the daemon over a Unix-domain socket, send requests to it,
2880and read the result---these are remote procedure calls, or RPCs.
e531ac2a
LC
2881
2882The @code{(guix store)} module provides procedures to connect to the
2883daemon, and to perform RPCs. These are described below.
2884
2885@deffn {Scheme Procedure} open-connection [@var{file}] [#:reserve-space? #t]
2886Connect to the daemon over the Unix-domain socket at @var{file}. When
2887@var{reserve-space?} is true, instruct it to reserve a little bit of
2888extra space on the file system so that the garbage collector can still
f97c9175 2889operate should the disk become full. Return a server object.
e531ac2a
LC
2890
2891@var{file} defaults to @var{%default-socket-path}, which is the normal
2892location given the options that were passed to @command{configure}.
2893@end deffn
2894
2895@deffn {Scheme Procedure} close-connection @var{server}
2896Close the connection to @var{server}.
2897@end deffn
2898
2899@defvr {Scheme Variable} current-build-output-port
2900This variable is bound to a SRFI-39 parameter, which refers to the port
2901where build and error logs sent by the daemon should be written.
2902@end defvr
2903
2904Procedures that make RPCs all take a server object as their first
2905argument.
2906
2907@deffn {Scheme Procedure} valid-path? @var{server} @var{path}
2908Return @code{#t} when @var{path} is a valid store path.
2909@end deffn
2910
cfbf9160 2911@deffn {Scheme Procedure} add-text-to-store @var{server} @var{name} @var{text} [@var{references}]
e531ac2a
LC
2912Add @var{text} under file @var{name} in the store, and return its store
2913path. @var{references} is the list of store paths referred to by the
2914resulting store path.
2915@end deffn
2916
874e6874 2917@deffn {Scheme Procedure} build-derivations @var{server} @var{derivations}
59688fc4
LC
2918Build @var{derivations} (a list of @code{<derivation>} objects or
2919derivation paths), and return when the worker is done building them.
2920Return @code{#t} on success.
874e6874
LC
2921@end deffn
2922
b860f382
LC
2923Note that the @code{(guix monads)} module provides a monad as well as
2924monadic versions of the above procedures, with the goal of making it
2925more convenient to work with code that accesses the store (@pxref{The
2926Store Monad}).
2927
e531ac2a
LC
2928@c FIXME
2929@i{This section is currently incomplete.}
568717fd
LC
2930
2931@node Derivations
2932@section Derivations
2933
874e6874
LC
2934@cindex derivations
2935Low-level build actions and the environment in which they are performed
2936are represented by @dfn{derivations}. A derivation contain the
2937following pieces of information:
2938
2939@itemize
2940@item
2941The outputs of the derivation---derivations produce at least one file or
2942directory in the store, but may produce more.
2943
2944@item
2945The inputs of the derivations, which may be other derivations or plain
2946files in the store (patches, build scripts, etc.)
2947
2948@item
2949The system type targeted by the derivation---e.g., @code{x86_64-linux}.
2950
2951@item
2952The file name of a build script in the store, along with the arguments
2953to be passed.
2954
2955@item
2956A list of environment variables to be defined.
2957
2958@end itemize
2959
2960@cindex derivation path
2961Derivations allow clients of the daemon to communicate build actions to
2962the store. They exist in two forms: as an in-memory representation,
2963both on the client- and daemon-side, and as files in the store whose
2964name end in @code{.drv}---these files are referred to as @dfn{derivation
2965paths}. Derivations paths can be passed to the @code{build-derivations}
2966procedure to perform the build actions they prescribe (@pxref{The
2967Store}).
2968
2969The @code{(guix derivations)} module provides a representation of
2970derivations as Scheme objects, along with procedures to create and
2971otherwise manipulate derivations. The lowest-level primitive to create
2972a derivation is the @code{derivation} procedure:
2973
1909431c
LC
2974@deffn {Scheme Procedure} derivation @var{store} @var{name} @var{builder} @
2975 @var{args} [#:outputs '("out")] [#:hash #f] [#:hash-algo #f] @
2096ef47 2976 [#:recursive? #f] [#:inputs '()] [#:env-vars '()] @
1909431c 2977 [#:system (%current-system)] [#:references-graphs #f] @
4a6aeb67
LC
2978 [#:allowed-references #f] [#:leaked-env-vars #f] [#:local-build? #f] @
2979 [#:substitutable? #t]
59688fc4
LC
2980Build a derivation with the given arguments, and return the resulting
2981@code{<derivation>} object.
874e6874 2982
2096ef47 2983When @var{hash} and @var{hash-algo} are given, a
874e6874 2984@dfn{fixed-output derivation} is created---i.e., one whose result is
36bbbbd1
LC
2985known in advance, such as a file download. If, in addition,
2986@var{recursive?} is true, then that fixed output may be an executable
2987file or a directory and @var{hash} must be the hash of an archive
2988containing this output.
5b0c9d16 2989
858e9282 2990When @var{references-graphs} is true, it must be a list of file
5b0c9d16
LC
2991name/store path pairs. In that case, the reference graph of each store
2992path is exported in the build environment in the corresponding file, in
2993a simple text format.
1909431c 2994
b53be755
LC
2995When @var{allowed-references} is true, it must be a list of store items
2996or outputs that the derivation's output may refer to.
2997
c0468155
LC
2998When @var{leaked-env-vars} is true, it must be a list of strings
2999denoting environment variables that are allowed to ``leak'' from the
3000daemon's environment to the build environment. This is only applicable
3001to fixed-output derivations---i.e., when @var{hash} is true. The main
3002use is to allow variables such as @code{http_proxy} to be passed to
3003derivations that download files.
3004
1909431c
LC
3005When @var{local-build?} is true, declare that the derivation is not a
3006good candidate for offloading and should rather be built locally
3007(@pxref{Daemon Offload Setup}). This is the case for small derivations
3008where the costs of data transfers would outweigh the benefits.
4a6aeb67
LC
3009
3010When @var{substitutable?} is false, declare that substitutes of the
3011derivation's output should not be used (@pxref{Substitutes}). This is
3012useful, for instance, when building packages that capture details of the
3013host CPU instruction set.
874e6874
LC
3014@end deffn
3015
3016@noindent
3017Here's an example with a shell script as its builder, assuming
3018@var{store} is an open connection to the daemon, and @var{bash} points
3019to a Bash executable in the store:
3020
3021@lisp
3022(use-modules (guix utils)
3023 (guix store)
3024 (guix derivations))
3025
59688fc4
LC
3026(let ((builder ; add the Bash script to the store
3027 (add-text-to-store store "my-builder.sh"
3028 "echo hello world > $out\n" '())))
3029 (derivation store "foo"
3030 bash `("-e" ,builder)
21b679f6 3031 #:inputs `((,bash) (,builder))
59688fc4 3032 #:env-vars '(("HOME" . "/homeless"))))
834129e0 3033@result{} #<derivation /gnu/store/@dots{}-foo.drv => /gnu/store/@dots{}-foo>
874e6874
LC
3034@end lisp
3035
21b679f6
LC
3036As can be guessed, this primitive is cumbersome to use directly. A
3037better approach is to write build scripts in Scheme, of course! The
3038best course of action for that is to write the build code as a
3039``G-expression'', and to pass it to @code{gexp->derivation}. For more
6621cdb6 3040information, @pxref{G-Expressions}.
21b679f6 3041
f2fadbc1
AE
3042Once upon a time, @code{gexp->derivation} did not exist and constructing
3043derivations with build code written in Scheme was achieved with
3044@code{build-expression->derivation}, documented below. This procedure
3045is now deprecated in favor of the much nicer @code{gexp->derivation}.
3046
3047@deffn {Scheme Procedure} build-expression->derivation @var{store} @
3048 @var{name} @var{exp} @
3049 [#:system (%current-system)] [#:inputs '()] @
3050 [#:outputs '("out")] [#:hash #f] [#:hash-algo #f] @
3051 [#:recursive? #f] [#:env-vars '()] [#:modules '()] @
3052 [#:references-graphs #f] [#:allowed-references #f] @
3053 [#:local-build? #f] [#:substitutable? #t] [#:guile-for-build #f]
3054Return a derivation that executes Scheme expression @var{exp} as a
3055builder for derivation @var{name}. @var{inputs} must be a list of
3056@code{(name drv-path sub-drv)} tuples; when @var{sub-drv} is omitted,
3057@code{"out"} is assumed. @var{modules} is a list of names of Guile
3058modules from the current search path to be copied in the store,
3059compiled, and made available in the load path during the execution of
3060@var{exp}---e.g., @code{((guix build utils) (guix build
3061gnu-build-system))}.
3062
3063@var{exp} is evaluated in an environment where @code{%outputs} is bound
3064to a list of output/path pairs, and where @code{%build-inputs} is bound
3065to a list of string/output-path pairs made from @var{inputs}.
3066Optionally, @var{env-vars} is a list of string pairs specifying the name
3067and value of environment variables visible to the builder. The builder
3068terminates by passing the result of @var{exp} to @code{exit}; thus, when
3069@var{exp} returns @code{#f}, the build is considered to have failed.
3070
3071@var{exp} is built using @var{guile-for-build} (a derivation). When
3072@var{guile-for-build} is omitted or is @code{#f}, the value of the
3073@code{%guile-for-build} fluid is used instead.
3074
3075See the @code{derivation} procedure for the meaning of
3076@var{references-graphs}, @var{allowed-references}, @var{local-build?},
3077and @var{substitutable?}.
3078@end deffn
3079
3080@noindent
3081Here's an example of a single-output derivation that creates a directory
3082containing one file:
3083
3084@lisp
3085(let ((builder '(let ((out (assoc-ref %outputs "out")))
3086 (mkdir out) ; create /gnu/store/@dots{}-goo
3087 (call-with-output-file (string-append out "/test")
3088 (lambda (p)
3089 (display '(hello guix) p))))))
3090 (build-expression->derivation store "goo" builder))
3091
3092@result{} #<derivation /gnu/store/@dots{}-goo.drv => @dots{}>
3093@end lisp
3094
568717fd 3095
b860f382
LC
3096@node The Store Monad
3097@section The Store Monad
3098
3099@cindex monad
3100
3101The procedures that operate on the store described in the previous
3102sections all take an open connection to the build daemon as their first
3103argument. Although the underlying model is functional, they either have
3104side effects or depend on the current state of the store.
3105
3106The former is inconvenient: the connection to the build daemon has to be
3107carried around in all those functions, making it impossible to compose
3108functions that do not take that parameter with functions that do. The
3109latter can be problematic: since store operations have side effects
3110and/or depend on external state, they have to be properly sequenced.
3111
3112@cindex monadic values
3113@cindex monadic functions
3114This is where the @code{(guix monads)} module comes in. This module
3115provides a framework for working with @dfn{monads}, and a particularly
3116useful monad for our uses, the @dfn{store monad}. Monads are a
3117construct that allows two things: associating ``context'' with values
3118(in our case, the context is the store), and building sequences of
561fb6c3 3119computations (here computations include accesses to the store.) Values
b860f382
LC
3120in a monad---values that carry this additional context---are called
3121@dfn{monadic values}; procedures that return such values are called
3122@dfn{monadic procedures}.
3123
3124Consider this ``normal'' procedure:
3125
3126@example
45adbd62
LC
3127(define (sh-symlink store)
3128 ;; Return a derivation that symlinks the 'bash' executable.
3129 (let* ((drv (package-derivation store bash))
3130 (out (derivation->output-path drv))
3131 (sh (string-append out "/bin/bash")))
3132 (build-expression->derivation store "sh"
3133 `(symlink ,sh %output))))
b860f382
LC
3134@end example
3135
c6f30b81
LC
3136Using @code{(guix monads)} and @code{(guix gexp)}, it may be rewritten
3137as a monadic function:
b860f382
LC
3138
3139@example
45adbd62 3140(define (sh-symlink)
b860f382 3141 ;; Same, but return a monadic value.
c6f30b81
LC
3142 (mlet %store-monad ((drv (package->derivation bash)))
3143 (gexp->derivation "sh"
3144 #~(symlink (string-append #$drv "/bin/bash")
3145 #$output))))
b860f382
LC
3146@end example
3147
c6f30b81
LC
3148There several things to note in the second version: the @code{store}
3149parameter is now implicit and is ``threaded'' in the calls to the
3150@code{package->derivation} and @code{gexp->derivation} monadic
3151procedures, and the monadic value returned by @code{package->derivation}
3152is @dfn{bound} using @code{mlet} instead of plain @code{let}.
3153
3154As it turns out, the call to @code{package->derivation} can even be
3155omitted since it will take place implicitly, as we will see later
3156(@pxref{G-Expressions}):
3157
3158@example
3159(define (sh-symlink)
3160 (gexp->derivation "sh"
3161 #~(symlink (string-append #$bash "/bin/bash")
3162 #$output)))
3163@end example
b860f382 3164
7ce21611
LC
3165@c See
3166@c <https://syntaxexclamation.wordpress.com/2014/06/26/escaping-continuations/>
3167@c for the funny quote.
3168Calling the monadic @code{sh-symlink} has no effect. As someone once
3169said, ``you exit a monad like you exit a building on fire: by running''.
3170So, to exit the monad and get the desired effect, one must use
3171@code{run-with-store}:
b860f382
LC
3172
3173@example
8e9aa37f
CAW
3174(run-with-store (open-connection) (sh-symlink))
3175@result{} /gnu/store/...-sh-symlink
b860f382
LC
3176@end example
3177
f97c9175 3178Note that the @code{(guix monad-repl)} module extends the Guile REPL with
b9b86078 3179new ``meta-commands'' to make it easier to deal with monadic procedures:
f97c9175 3180@code{run-in-store}, and @code{enter-store-monad}. The former is used
b9b86078
LC
3181to ``run'' a single monadic value through the store:
3182
3183@example
3184scheme@@(guile-user)> ,run-in-store (package->derivation hello)
3185$1 = #<derivation /gnu/store/@dots{}-hello-2.9.drv => @dots{}>
3186@end example
3187
3188The latter enters a recursive REPL, where all the return values are
3189automatically run through the store:
3190
3191@example
3192scheme@@(guile-user)> ,enter-store-monad
3193store-monad@@(guile-user) [1]> (package->derivation hello)
3194$2 = #<derivation /gnu/store/@dots{}-hello-2.9.drv => @dots{}>
3195store-monad@@(guile-user) [1]> (text-file "foo" "Hello!")
3196$3 = "/gnu/store/@dots{}-foo"
3197store-monad@@(guile-user) [1]> ,q
3198scheme@@(guile-user)>
3199@end example
3200
3201@noindent
3202Note that non-monadic values cannot be returned in the
3203@code{store-monad} REPL.
3204
e87f0591
LC
3205The main syntactic forms to deal with monads in general are provided by
3206the @code{(guix monads)} module and are described below.
b860f382
LC
3207
3208@deffn {Scheme Syntax} with-monad @var{monad} @var{body} ...
3209Evaluate any @code{>>=} or @code{return} forms in @var{body} as being
3210in @var{monad}.
3211@end deffn
3212
3213@deffn {Scheme Syntax} return @var{val}
3214Return a monadic value that encapsulates @var{val}.
3215@end deffn
3216
751630c9 3217@deffn {Scheme Syntax} >>= @var{mval} @var{mproc} ...
b860f382 3218@dfn{Bind} monadic value @var{mval}, passing its ``contents'' to monadic
751630c9
LC
3219procedures @var{mproc}@dots{}@footnote{This operation is commonly
3220referred to as ``bind'', but that name denotes an unrelated procedure in
3221Guile. Thus we use this somewhat cryptic symbol inherited from the
3222Haskell language.}. There can be one @var{mproc} or several of them, as
3223in this example:
3224
3225@example
3226(run-with-state
3227 (with-monad %state-monad
3228 (>>= (return 1)
3229 (lambda (x) (return (+ 1 x)))
3230 (lambda (x) (return (* 2 x)))))
3231 'some-state)
3232
3233@result{} 4
3234@result{} some-state
3235@end example
b860f382
LC
3236@end deffn
3237
3238@deffn {Scheme Syntax} mlet @var{monad} ((@var{var} @var{mval}) ...) @
3239 @var{body} ...
3240@deffnx {Scheme Syntax} mlet* @var{monad} ((@var{var} @var{mval}) ...) @
3241 @var{body} ...
3242Bind the variables @var{var} to the monadic values @var{mval} in
3243@var{body}. The form (@var{var} -> @var{val}) binds @var{var} to the
3244``normal'' value @var{val}, as per @code{let}.
3245
3246@code{mlet*} is to @code{mlet} what @code{let*} is to @code{let}
3247(@pxref{Local Bindings,,, guile, GNU Guile Reference Manual}).
3248@end deffn
3249
405a9d4e
LC
3250@deffn {Scheme System} mbegin @var{monad} @var{mexp} ...
3251Bind @var{mexp} and the following monadic expressions in sequence,
3252returning the result of the last expression.
3253
3254This is akin to @code{mlet}, except that the return values of the
3255monadic expressions are ignored. In that sense, it is analogous to
3256@code{begin}, but applied to monadic expressions.
3257@end deffn
3258
561fb6c3
LC
3259@cindex state monad
3260The @code{(guix monads)} module provides the @dfn{state monad}, which
3261allows an additional value---the state---to be @emph{threaded} through
3262monadic procedure calls.
3263
3264@defvr {Scheme Variable} %state-monad
3265The state monad. Procedures in the state monad can access and change
3266the state that is threaded.
3267
3268Consider the example below. The @code{square} procedure returns a value
3269in the state monad. It returns the square of its argument, but also
3270increments the current state value:
3271
3272@example
3273(define (square x)
3274 (mlet %state-monad ((count (current-state)))
3275 (mbegin %state-monad
3276 (set-current-state (+ 1 count))
3277 (return (* x x)))))
3278
3279(run-with-state (sequence %state-monad (map square (iota 3))) 0)
3280@result{} (0 1 4)
3281@result{} 3
3282@end example
3283
3284When ``run'' through @var{%state-monad}, we obtain that additional state
3285value, which is the number of @code{square} calls.
3286@end defvr
3287
3288@deffn {Monadic Procedure} current-state
3289Return the current state as a monadic value.
3290@end deffn
3291
3292@deffn {Monadic Procedure} set-current-state @var{value}
3293Set the current state to @var{value} and return the previous state as a
3294monadic value.
3295@end deffn
3296
3297@deffn {Monadic Procedure} state-push @var{value}
3298Push @var{value} to the current state, which is assumed to be a list,
3299and return the previous state as a monadic value.
3300@end deffn
3301
3302@deffn {Monadic Procedure} state-pop
3303Pop a value from the current state and return it as a monadic value.
3304The state is assumed to be a list.
3305@end deffn
3306
3307@deffn {Scheme Procedure} run-with-state @var{mval} [@var{state}]
3308Run monadic value @var{mval} starting with @var{state} as the initial
3309state. Return two values: the resulting value, and the resulting state.
3310@end deffn
3311
e87f0591
LC
3312The main interface to the store monad, provided by the @code{(guix
3313store)} module, is as follows.
b860f382
LC
3314
3315@defvr {Scheme Variable} %store-monad
561fb6c3
LC
3316The store monad---an alias for @var{%state-monad}.
3317
3318Values in the store monad encapsulate accesses to the store. When its
3319effect is needed, a value of the store monad must be ``evaluated'' by
3320passing it to the @code{run-with-store} procedure (see below.)
b860f382
LC
3321@end defvr
3322
3323@deffn {Scheme Procedure} run-with-store @var{store} @var{mval} [#:guile-for-build] [#:system (%current-system)]
3324Run @var{mval}, a monadic value in the store monad, in @var{store}, an
3325open store connection.
3326@end deffn
3327
ad372953 3328@deffn {Monadic Procedure} text-file @var{name} @var{text} [@var{references}]
b860f382 3329Return as a monadic value the absolute file name in the store of the file
ad372953
LC
3330containing @var{text}, a string. @var{references} is a list of store items that the
3331resulting text file refers to; it defaults to the empty list.
45adbd62
LC
3332@end deffn
3333
0a90af15
LC
3334@deffn {Monadic Procedure} interned-file @var{file} [@var{name}] @
3335 [#:recursive? #t]
3336Return the name of @var{file} once interned in the store. Use
3337@var{name} as its store name, or the basename of @var{file} if
3338@var{name} is omitted.
3339
3340When @var{recursive?} is true, the contents of @var{file} are added
3341recursively; if @var{file} designates a flat file and @var{recursive?}
3342is true, its contents are added, and its permission bits are kept.
3343
3344The example below adds a file to the store, under two different names:
3345
3346@example
3347(run-with-store (open-connection)
3348 (mlet %store-monad ((a (interned-file "README"))
3349 (b (interned-file "README" "LEGU-MIN")))
3350 (return (list a b))))
3351
3352@result{} ("/gnu/store/rwm@dots{}-README" "/gnu/store/44i@dots{}-LEGU-MIN")
3353@end example
3354
3355@end deffn
3356
e87f0591
LC
3357The @code{(guix packages)} module exports the following package-related
3358monadic procedures:
3359
b860f382 3360@deffn {Monadic Procedure} package-file @var{package} [@var{file}] @
4231f05b 3361 [#:system (%current-system)] [#:target #f] @
f97c9175
AE
3362 [#:output "out"]
3363Return as a monadic
b860f382
LC
3364value in the absolute file name of @var{file} within the @var{output}
3365directory of @var{package}. When @var{file} is omitted, return the name
4231f05b
LC
3366of the @var{output} directory of @var{package}. When @var{target} is
3367true, use it as a cross-compilation target triplet.
b860f382
LC
3368@end deffn
3369
b860f382 3370@deffn {Monadic Procedure} package->derivation @var{package} [@var{system}]
4231f05b
LC
3371@deffnx {Monadic Procedure} package->cross-derivation @var{package} @
3372 @var{target} [@var{system}]
3373Monadic version of @code{package-derivation} and
3374@code{package-cross-derivation} (@pxref{Defining Packages}).
b860f382
LC
3375@end deffn
3376
3377
21b679f6
LC
3378@node G-Expressions
3379@section G-Expressions
3380
3381@cindex G-expression
3382@cindex build code quoting
3383So we have ``derivations'', which represent a sequence of build actions
3384to be performed to produce an item in the store (@pxref{Derivations}).
f97c9175 3385These build actions are performed when asking the daemon to actually
21b679f6
LC
3386build the derivations; they are run by the daemon in a container
3387(@pxref{Invoking guix-daemon}).
3388
3389@cindex strata of code
f97c9175 3390It should come as no surprise that we like to write these build actions
21b679f6
LC
3391in Scheme. When we do that, we end up with two @dfn{strata} of Scheme
3392code@footnote{The term @dfn{stratum} in this context was coined by
ef4ab0a4
LC
3393Manuel Serrano et al.@: in the context of their work on Hop. Oleg
3394Kiselyov, who has written insightful
3395@url{http://okmij.org/ftp/meta-programming/#meta-scheme, essays and code
3396on this topic}, refers to this kind of code generation as
3397@dfn{staging}.}: the ``host code''---code that defines packages, talks
3398to the daemon, etc.---and the ``build code''---code that actually
3399performs build actions, such as making directories, invoking
3400@command{make}, etc.
21b679f6
LC
3401
3402To describe a derivation and its build actions, one typically needs to
3403embed build code inside host code. It boils down to manipulating build
f97c9175 3404code as data, and the homoiconicity of Scheme---code has a direct
21b679f6 3405representation as data---comes in handy for that. But we need more than
f97c9175 3406the normal @code{quasiquote} mechanism in Scheme to construct build
21b679f6
LC
3407expressions.
3408
3409The @code{(guix gexp)} module implements @dfn{G-expressions}, a form of
3410S-expressions adapted to build expressions. G-expressions, or
f97c9175 3411@dfn{gexps}, consist essentially of three syntactic forms: @code{gexp},
21b679f6 3412@code{ungexp}, and @code{ungexp-splicing} (or simply: @code{#~},
f97c9175
AE
3413@code{#$}, and @code{#$@@}), which are comparable to
3414@code{quasiquote}, @code{unquote}, and @code{unquote-splicing},
3415respectivel (@pxref{Expression Syntax, @code{quasiquote},, guile,
3416GNU Guile Reference Manual}). However, there are major differences:
21b679f6
LC
3417
3418@itemize
3419@item
3420Gexps are meant to be written to a file and run or manipulated by other
3421processes.
3422
3423@item
b39fc6f7
LC
3424When a high-level object such as a package or derivation is unquoted
3425inside a gexp, the result is as if its output file name had been
3426introduced.
ff40e9b7 3427
21b679f6
LC
3428@item
3429Gexps carry information about the packages or derivations they refer to,
3430and these dependencies are automatically added as inputs to the build
3431processes that use them.
3432@end itemize
3433
c2b84676 3434@cindex lowering, of high-level objects in gexps
343eacbe
LC
3435This mechanism is not limited to package and derivation
3436objects: @dfn{compilers} able to ``lower'' other high-level objects to
c2b84676
LC
3437derivations or files in the store can be defined,
3438such that these objects can also be inserted
f97c9175 3439into gexps. For example, a useful type of high-level objects that can be
343eacbe 3440inserted in a gexp is ``file-like objects'', which make it easy to
f97c9175 3441add files to the store and to refer to them in
558e8b11
LC
3442derivations and such (see @code{local-file} and @code{plain-file}
3443below.)
b39fc6f7 3444
21b679f6
LC
3445To illustrate the idea, here is an example of a gexp:
3446
3447@example
3448(define build-exp
3449 #~(begin
3450 (mkdir #$output)
3451 (chdir #$output)
aff8ce7c 3452 (symlink (string-append #$coreutils "/bin/ls")
21b679f6
LC
3453 "list-files")))
3454@end example
3455
3456This gexp can be passed to @code{gexp->derivation}; we obtain a
3457derivation that builds a directory containing exactly one symlink to
3458@file{/gnu/store/@dots{}-coreutils-8.22/bin/ls}:
3459
3460@example
3461(gexp->derivation "the-thing" build-exp)
3462@end example
3463
e20fd1bf 3464As one would expect, the @code{"/gnu/store/@dots{}-coreutils-8.22"} string is
21b679f6
LC
3465substituted to the reference to the @var{coreutils} package in the
3466actual build code, and @var{coreutils} is automatically made an input to
3467the derivation. Likewise, @code{#$output} (equivalent to @code{(ungexp
f97c9175
AE
3468output)}) is replaced by a string containing the directory name of the
3469output of the derivation.
667b2508
LC
3470
3471@cindex cross compilation
3472In a cross-compilation context, it is useful to distinguish between
3473references to the @emph{native} build of a package---that can run on the
3474host---versus references to cross builds of a package. To that end, the
3475@code{#+} plays the same role as @code{#$}, but is a reference to a
3476native package build:
3477
3478@example
3479(gexp->derivation "vi"
3480 #~(begin
3481 (mkdir #$output)
3482 (system* (string-append #+coreutils "/bin/ln")
3483 "-s"
3484 (string-append #$emacs "/bin/emacs")
3485 (string-append #$output "/bin/vi")))
3486 #:target "mips64el-linux")
3487@end example
3488
3489@noindent
3490In the example above, the native build of @var{coreutils} is used, so
3491that @command{ln} can actually run on the host; but then the
3492cross-compiled build of @var{emacs} is referenced.
3493
3494The syntactic form to construct gexps is summarized below.
21b679f6
LC
3495
3496@deffn {Scheme Syntax} #~@var{exp}
3497@deffnx {Scheme Syntax} (gexp @var{exp})
3498Return a G-expression containing @var{exp}. @var{exp} may contain one
3499or more of the following forms:
3500
3501@table @code
3502@item #$@var{obj}
3503@itemx (ungexp @var{obj})
b39fc6f7
LC
3504Introduce a reference to @var{obj}. @var{obj} may have one of the
3505supported types, for example a package or a
21b679f6
LC
3506derivation, in which case the @code{ungexp} form is replaced by its
3507output file name---e.g., @code{"/gnu/store/@dots{}-coreutils-8.22}.
3508
b39fc6f7
LC
3509If @var{obj} is a list, it is traversed and references to supported
3510objects are substituted similarly.
21b679f6
LC
3511
3512If @var{obj} is another gexp, its contents are inserted and its
3513dependencies are added to those of the containing gexp.
3514
3515If @var{obj} is another kind of object, it is inserted as is.
3516
b39fc6f7
LC
3517@item #$@var{obj}:@var{output}
3518@itemx (ungexp @var{obj} @var{output})
21b679f6 3519This is like the form above, but referring explicitly to the
b39fc6f7
LC
3520@var{output} of @var{obj}---this is useful when @var{obj} produces
3521multiple outputs (@pxref{Packages with Multiple Outputs}).
21b679f6 3522
667b2508
LC
3523@item #+@var{obj}
3524@itemx #+@var{obj}:output
3525@itemx (ungexp-native @var{obj})
3526@itemx (ungexp-native @var{obj} @var{output})
3527Same as @code{ungexp}, but produces a reference to the @emph{native}
3528build of @var{obj} when used in a cross compilation context.
3529
21b679f6
LC
3530@item #$output[:@var{output}]
3531@itemx (ungexp output [@var{output}])
3532Insert a reference to derivation output @var{output}, or to the main
3533output when @var{output} is omitted.
3534
3535This only makes sense for gexps passed to @code{gexp->derivation}.
3536
3537@item #$@@@var{lst}
3538@itemx (ungexp-splicing @var{lst})
3539Like the above, but splices the contents of @var{lst} inside the
3540containing list.
3541
667b2508
LC
3542@item #+@@@var{lst}
3543@itemx (ungexp-native-splicing @var{lst})
3544Like the above, but refers to native builds of the objects listed in
3545@var{lst}.
3546
21b679f6
LC
3547@end table
3548
3549G-expressions created by @code{gexp} or @code{#~} are run-time objects
3550of the @code{gexp?} type (see below.)
3551@end deffn
3552
3553@deffn {Scheme Procedure} gexp? @var{obj}
3554Return @code{#t} if @var{obj} is a G-expression.
3555@end deffn
3556
3557G-expressions are meant to be written to disk, either as code building
3558some derivation, or as plain files in the store. The monadic procedures
3559below allow you to do that (@pxref{The Store Monad}, for more
3560information about monads.)
3561
3562@deffn {Monadic Procedure} gexp->derivation @var{name} @var{exp} @
ce45eb4c 3563 [#:system (%current-system)] [#:target #f] [#:graft? #t] @
21b679f6
LC
3564 [#:hash #f] [#:hash-algo #f] @
3565 [#:recursive? #f] [#:env-vars '()] [#:modules '()] @
4684f301 3566 [#:module-path @var{%load-path}] @
c8351d9a 3567 [#:references-graphs #f] [#:allowed-references #f] @
c0468155 3568 [#:leaked-env-vars #f] @
0309e1b0 3569 [#:script-name (string-append @var{name} "-builder")] @
4a6aeb67 3570 [#:local-build? #f] [#:substitutable? #t] [#:guile-for-build #f]
21b679f6 3571Return a derivation @var{name} that runs @var{exp} (a gexp) with
0309e1b0
LC
3572@var{guile-for-build} (a derivation) on @var{system}; @var{exp} is
3573stored in a file called @var{script-name}. When @var{target} is true,
3574it is used as the cross-compilation target triplet for packages referred
3575to by @var{exp}.
21b679f6 3576
ce45eb4c
LC
3577Make @var{modules} available in the evaluation context of @var{exp};
3578@var{modules} is a list of names of Guile modules searched in
3579@var{module-path} to be copied in the store, compiled, and made available in
21b679f6
LC
3580the load path during the execution of @var{exp}---e.g., @code{((guix
3581build utils) (guix build gnu-build-system))}.
3582
ce45eb4c
LC
3583@var{graft?} determines whether packages referred to by @var{exp} should be grafted when
3584applicable.
3585
b53833b2
LC
3586When @var{references-graphs} is true, it must be a list of tuples of one of the
3587following forms:
3588
3589@example
3590(@var{file-name} @var{package})
3591(@var{file-name} @var{package} @var{output})
3592(@var{file-name} @var{derivation})
3593(@var{file-name} @var{derivation} @var{output})
3594(@var{file-name} @var{store-item})
3595@end example
3596
3597The right-hand-side of each element of @var{references-graphs} is automatically made
3598an input of the build process of @var{exp}. In the build environment, each
3599@var{file-name} contains the reference graph of the corresponding item, in a simple
3600text format.
3601
c8351d9a
LC
3602@var{allowed-references} must be either @code{#f} or a list of output names and packages.
3603In the latter case, the list denotes store items that the result is allowed to
3604refer to. Any reference to another store item will lead to a build error.
3605
e20fd1bf 3606The other arguments are as for @code{derivation} (@pxref{Derivations}).
21b679f6
LC
3607@end deffn
3608
343eacbe 3609@cindex file-like objects
e1c153e0
LC
3610The @code{local-file}, @code{plain-file}, @code{computed-file},
3611@code{program-file}, and @code{scheme-file} procedures below return
3612@dfn{file-like objects}. That is, when unquoted in a G-expression,
3613these objects lead to a file in the store. Consider this G-expression:
343eacbe
LC
3614
3615@example
3616#~(system* (string-append #$glibc "/sbin/nscd") "-f"
3617 #$(local-file "/tmp/my-nscd.conf"))
3618@end example
3619
3620The effect here is to ``intern'' @file{/tmp/my-nscd.conf} by copying it
3621to the store. Once expanded, for instance @i{via}
3622@code{gexp->derivation}, the G-expression refers to that copy under
3623@file{/gnu/store}; thus, modifying or removing the file in @file{/tmp}
3624does not have any effect on what the G-expression does.
3625@code{plain-file} can be used similarly; it differs in that the file
3626content is directly passed as a string.
3627
d9ae938f
LC
3628@deffn {Scheme Procedure} local-file @var{file} [@var{name}] @
3629 [#:recursive? #t]
3630Return an object representing local file @var{file} to add to the store; this
9d3994f7
LC
3631object can be used in a gexp. If @var{file} is a relative file name, it is looked
3632up relative to the source file where this form appears. @var{file} will be added to
3633the store under @var{name}--by default the base name of @var{file}.
d9ae938f
LC
3634
3635When @var{recursive?} is true, the contents of @var{file} are added recursively; if @var{file}
3636designates a flat file and @var{recursive?} is true, its contents are added, and its
3637permission bits are kept.
3638
3639This is the declarative counterpart of the @code{interned-file} monadic
3640procedure (@pxref{The Store Monad, @code{interned-file}}).
3641@end deffn
3642
558e8b11
LC
3643@deffn {Scheme Procedure} plain-file @var{name} @var{content}
3644Return an object representing a text file called @var{name} with the given
3645@var{content} (a string) to be added to the store.
3646
3647This is the declarative counterpart of @code{text-file}.
3648@end deffn
3649
91937029
LC
3650@deffn {Scheme Procedure} computed-file @var{name} @var{gexp} @
3651 [#:modules '()] [#:options '(#:local-build? #t)]
3652Return an object representing the store item @var{name}, a file or
3653directory computed by @var{gexp}. @var{modules} specifies the set of
3654modules visible in the execution context of @var{gexp}. @var{options}
3655is a list of additional arguments to pass to @code{gexp->derivation}.
3656
3657This is the declarative counterpart of @code{gexp->derivation}.
3658@end deffn
3659
21b679f6
LC
3660@deffn {Monadic Procedure} gexp->script @var{name} @var{exp}
3661Return an executable script @var{name} that runs @var{exp} using
3662@var{guile} with @var{modules} in its search path.
3663
3664The example below builds a script that simply invokes the @command{ls}
3665command:
3666
3667@example
3668(use-modules (guix gexp) (gnu packages base))
3669
3670(gexp->script "list-files"
3671 #~(execl (string-append #$coreutils "/bin/ls")
3672 "ls"))
3673@end example
3674
3675When ``running'' it through the store (@pxref{The Store Monad,
e20fd1bf 3676@code{run-with-store}}), we obtain a derivation that produces an
21b679f6
LC
3677executable file @file{/gnu/store/@dots{}-list-files} along these lines:
3678
3679@example
3680#!/gnu/store/@dots{}-guile-2.0.11/bin/guile -ds
3681!#
3682(execl (string-append "/gnu/store/@dots{}-coreutils-8.22"/bin/ls")
3683 "ls")
3684@end example
3685@end deffn
3686
15a01c72
LC
3687@deffn {Scheme Procedure} program-file @var{name} @var{exp} @
3688 [#:modules '()] [#:guile #f]
3689Return an object representing the executable store item @var{name} that
3690runs @var{gexp}. @var{guile} is the Guile package used to execute that
3691script, and @var{modules} is the list of modules visible to that script.
3692
3693This is the declarative counterpart of @code{gexp->script}.
3694@end deffn
3695
21b679f6
LC
3696@deffn {Monadic Procedure} gexp->file @var{name} @var{exp}
3697Return a derivation that builds a file @var{name} containing @var{exp}.
3698
3699The resulting file holds references to all the dependencies of @var{exp}
3700or a subset thereof.
3701@end deffn
1ed19464 3702
e1c153e0
LC
3703@deffn {Scheme Procedure} scheme-file @var{name} @var{exp}
3704Return an object representing the Scheme file @var{name} that contains
3705@var{exp}.
3706
3707This is the declarative counterpart of @code{gexp->file}.
3708@end deffn
3709
1ed19464
LC
3710@deffn {Monadic Procedure} text-file* @var{name} @var{text} @dots{}
3711Return as a monadic value a derivation that builds a text file
3712containing all of @var{text}. @var{text} may list, in addition to
d9ae938f
LC
3713strings, objects of any type that can be used in a gexp: packages,
3714derivations, local file objects, etc. The resulting store file holds
3715references to all these.
1ed19464
LC
3716
3717This variant should be preferred over @code{text-file} anytime the file
3718to create will reference items from the store. This is typically the
3719case when building a configuration file that embeds store file names,
3720like this:
3721
3722@example
3723(define (profile.sh)
3724 ;; Return the name of a shell script in the store that
3725 ;; initializes the 'PATH' environment variable.
3726 (text-file* "profile.sh"
3727 "export PATH=" coreutils "/bin:"
3728 grep "/bin:" sed "/bin\n"))
3729@end example
3730
3731In this example, the resulting @file{/gnu/store/@dots{}-profile.sh} file
3732will references @var{coreutils}, @var{grep}, and @var{sed}, thereby
3733preventing them from being garbage-collected during its lifetime.
3734@end deffn
21b679f6 3735
b751cde3
LC
3736@deffn {Scheme Procedure} mixed-text-file @var{name} @var{text} @dots{}
3737Return an object representing store file @var{name} containing
3738@var{text}. @var{text} is a sequence of strings and file-like objects,
3739as in:
3740
3741@example
3742(mixed-text-file "profile"
3743 "export PATH=" coreutils "/bin:" grep "/bin")
3744@end example
3745
3746This is the declarative counterpart of @code{text-file*}.
3747@end deffn
3748
21b679f6
LC
3749Of course, in addition to gexps embedded in ``host'' code, there are
3750also modules containing build tools. To make it clear that they are
3751meant to be used in the build stratum, these modules are kept in the
3752@code{(guix build @dots{})} name space.
3753
c2b84676
LC
3754@cindex lowering, of high-level objects in gexps
3755Internally, high-level objects are @dfn{lowered}, using their compiler,
3756to either derivations or store items. For instance, lowering a package
3757yields a derivation, and lowering a @code{plain-file} yields a store
3758item. This is achieved using the @code{lower-object} monadic procedure.
3759
3760@deffn {Monadic Procedure} lower-object @var{obj} [@var{system}] @
3761 [#:target #f]
3762Return as a value in @var{%store-monad} the derivation or store item
3763corresponding to @var{obj} for @var{system}, cross-compiling for
3764@var{target} if @var{target} is true. @var{obj} must be an object that
3765has an associated gexp compiler, such as a @code{<package>}.
3766@end deffn
3767
21b679f6 3768
568717fd
LC
3769@c *********************************************************************
3770@node Utilities
3771@chapter Utilities
3772
210cc920
LC
3773This section describes tools primarily targeted at developers and users
3774who write new package definitions. They complement the Scheme
3775programming interface of Guix in a convenient way.
3776
568717fd 3777@menu
37166310 3778* Invoking guix build:: Building packages from the command line.
39bee8a2 3779* Invoking guix edit:: Editing package definitions.
210cc920 3780* Invoking guix download:: Downloading a file and printing its hash.
37166310 3781* Invoking guix hash:: Computing the cryptographic hash of a file.
2f7d2d91 3782* Invoking guix import:: Importing package definitions.
37166310 3783* Invoking guix refresh:: Updating package definitions.
b4f5e0e8 3784* Invoking guix lint:: Finding errors in package definitions.
fcc58db6 3785* Invoking guix size:: Profiling disk usage.
88856916 3786* Invoking guix graph:: Visualizing the graph of packages.
372c4bbc 3787* Invoking guix environment:: Setting up development environments.
aff8ce7c 3788* Invoking guix publish:: Sharing substitutes.
d23c20f1 3789* Invoking guix challenge:: Challenging substitute servers.
32efa254 3790* Invoking guix container:: Process isolation.
568717fd
LC
3791@end menu
3792
e49951eb
MW
3793@node Invoking guix build
3794@section Invoking @command{guix build}
568717fd 3795
e49951eb 3796The @command{guix build} command builds packages or derivations and
6798a8e4
LC
3797their dependencies, and prints the resulting store paths. Note that it
3798does not modify the user's profile---this is the job of the
e49951eb 3799@command{guix package} command (@pxref{Invoking guix package}). Thus,
6798a8e4
LC
3800it is mainly useful for distribution developers.
3801
3802The general syntax is:
c78bd12b
LC
3803
3804@example
e49951eb 3805guix build @var{options} @var{package-or-derivation}@dots{}
c78bd12b
LC
3806@end example
3807
f97c9175 3808As an example, the following command builds the latest versions of Emacs
ccd7158d
LC
3809and of Guile, displays their build logs, and finally displays the
3810resulting directories:
3811
3812@example
3813guix build emacs guile
3814@end example
3815
3816Similarly, the following command builds all the available packages:
3817
3818@example
3819guix build --keep-going \
3820 `guix package -A | cut -f1,2 --output-delimiter=@@`
3821@end example
3822
c78bd12b 3823@var{package-or-derivation} may be either the name of a package found in
5401dd75
LC
3824the software distribution such as @code{coreutils} or
3825@code{coreutils-8.20}, or a derivation such as
834129e0 3826@file{/gnu/store/@dots{}-coreutils-8.19.drv}. In the former case, a
e7f34eb0
LC
3827package with the corresponding name (and optionally version) is searched
3828for among the GNU distribution modules (@pxref{Package Modules}).
3829
3830Alternatively, the @code{--expression} option may be used to specify a
3831Scheme expression that evaluates to a package; this is useful when
3832disambiguation among several same-named packages or package variants is
3833needed.
c78bd12b 3834
ccd7158d
LC
3835There may be zero or more @var{options}. The available options are
3836described in the subsections below.
3837
3838@menu
3839* Common Build Options:: Build options for most commands.
88ad6ded 3840* Package Transformation Options:: Creating variants of packages.
ccd7158d
LC
3841* Additional Build Options:: Options specific to 'guix build'.
3842@end menu
3843
3844@node Common Build Options
3845@subsection Common Build Options
3846
3847A number of options that control the build process are common to
3848@command{guix build} and other commands that can spawn builds, such as
3849@command{guix package} or @command{guix archive}. These are the
3850following:
3851
3852@table @code
3853
3854@item --load-path=@var{directory}
3855@itemx -L @var{directory}
3856Add @var{directory} to the front of the package module search path
3857(@pxref{Package Modules}).
3858
3859This allows users to define their own packages and make them visible to
3860the command-line tools.
3861
3862@item --keep-failed
3863@itemx -K
3864Keep the build tree of failed builds. Thus, if a build fail, its build
3865tree is kept under @file{/tmp}, in a directory whose name is shown at
3866the end of the build log. This is useful when debugging build issues.
3867
3868@item --keep-going
3869@itemx -k
3870Keep going when some of the derivations fail to build; return only once
3871all the builds have either completed or failed.
3872
3873The default behavior is to stop as soon as one of the specified
3874derivations has failed.
3875
3876@item --dry-run
3877@itemx -n
3878Do not build the derivations.
3879
3880@item --fallback
3881When substituting a pre-built binary fails, fall back to building
3882packages locally.
3883
3884@item --substitute-urls=@var{urls}
3885@anchor{client-substitute-urls}
3886Consider @var{urls} the whitespace-separated list of substitute source
3887URLs, overriding the default list of URLs of @command{guix-daemon}
3888(@pxref{daemon-substitute-urls,, @command{guix-daemon} URLs}).
3889
3890This means that substitutes may be downloaded from @var{urls}, provided
3891they are signed by a key authorized by the system administrator
3892(@pxref{Substitutes}).
3893
3894@item --no-substitutes
3895Do not use substitutes for build products. That is, always build things
3896locally instead of allowing downloads of pre-built binaries
3897(@pxref{Substitutes}).
3898
3899@item --rounds=@var{n}
3900Build each derivation @var{n} times in a row, and raise an error if
3901consecutive build results are not bit-for-bit identical.
3902
3903This is a useful way to detect non-deterministic builds processes.
3904Non-deterministic build processes are a problem because they make it
3905practically impossible for users to @emph{verify} whether third-party
3906binaries are genuine. @xref{Invoking guix challenge}, for more.
3907
3908Note that, currently, the differing build results are not kept around,
3909so you will have to manually investigate in case of an error---e.g., by
3910stashing one of the build results with @code{guix archive --export},
3911then rebuilding, and finally comparing the two results.
3912
3913@item --no-build-hook
f97c9175 3914Do not attempt to offload builds @i{via} the ``build hook'' of the daemon
ccd7158d
LC
3915(@pxref{Daemon Offload Setup}). That is, always build things locally
3916instead of offloading builds to remote machines.
3917
3918@item --max-silent-time=@var{seconds}
3919When the build or substitution process remains silent for more than
3920@var{seconds}, terminate it and report a build failure.
3921
3922@item --timeout=@var{seconds}
3923Likewise, when the build or substitution process lasts for more than
3924@var{seconds}, terminate it and report a build failure.
3925
3926By default there is no timeout. This behavior can be restored with
3927@code{--timeout=0}.
3928
3929@item --verbosity=@var{level}
3930Use the given verbosity level. @var{level} must be an integer between 0
3931and 5; higher means more verbose output. Setting a level of 4 or more
3932may be helpful when debugging setup issues with the build daemon.
3933
3934@item --cores=@var{n}
3935@itemx -c @var{n}
3936Allow the use of up to @var{n} CPU cores for the build. The special
3937value @code{0} means to use as many CPU cores as available.
3938
3939@item --max-jobs=@var{n}
3940@itemx -M @var{n}
3941Allow at most @var{n} build jobs in parallel. @xref{Invoking
3942guix-daemon, @code{--max-jobs}}, for details about this option and the
3943equivalent @command{guix-daemon} option.
3944
3945@end table
3946
3947Behind the scenes, @command{guix build} is essentially an interface to
3948the @code{package-derivation} procedure of the @code{(guix packages)}
3949module, and to the @code{build-derivations} procedure of the @code{(guix
3950derivations)} module.
3951
3952In addition to options explicitly passed on the command line,
3953@command{guix build} and other @command{guix} commands that support
3954building honor the @code{GUIX_BUILD_OPTIONS} environment variable.
3955
3956@defvr {Environment Variable} GUIX_BUILD_OPTIONS
3957Users can define this variable to a list of command line options that
3958will automatically be used by @command{guix build} and other
3959@command{guix} commands that can perform builds, as in the example
3960below:
3961
3962@example
3963$ export GUIX_BUILD_OPTIONS="--no-substitutes -c 2 -L /foo/bar"
3964@end example
3965
3966These options are parsed independently, and the result is appended to
3967the parsed command-line options.
3968@end defvr
3969
88ad6ded
LC
3970
3971@node Package Transformation Options
3972@subsection Package Transformation Options
3973
3974@cindex package variants
3975Another set of command-line options supported by @command{guix build}
b8638f03 3976and also @command{guix package} are @dfn{package transformation
f97c9175 3977options}. These are options that make it possible to define @dfn{package
b8638f03
LC
3978variants}---for instance, packages built from different source code.
3979This is a convenient way to create customized packages on the fly
3980without having to type in the definitions of package variants
3981(@pxref{Defining Packages}).
88ad6ded
LC
3982
3983@table @code
3984
3985@item --with-source=@var{source}
3986Use @var{source} as the source of the corresponding package.
3987@var{source} must be a file name or a URL, as for @command{guix
3988download} (@pxref{Invoking guix download}).
3989
f97c9175
AE
3990The ``corresponding package'' is taken to be the one specified on the
3991command line the name of which matches the base of @var{source}---e.g.,
3992if @var{source} is @code{/src/guile-2.0.10.tar.gz}, the corresponding
88ad6ded 3993package is @code{guile}. Likewise, the version string is inferred from
f97c9175 3994@var{source}; in the previous example, it is @code{2.0.10}.
88ad6ded
LC
3995
3996This option allows users to try out versions of packages other than the
3997one provided by the distribution. The example below downloads
3998@file{ed-1.7.tar.gz} from a GNU mirror and uses that as the source for
3999the @code{ed} package:
4000
4001@example
4002guix build ed --with-source=mirror://gnu/ed/ed-1.7.tar.gz
4003@end example
4004
4005As a developer, @code{--with-source} makes it easy to test release
4006candidates:
4007
4008@example
4009guix build guile --with-source=../guile-2.0.9.219-e1bb7.tar.xz
4010@end example
4011
4012@dots{} or to build from a checkout in a pristine environment:
4013
4014@example
4015$ git clone git://git.sv.gnu.org/guix.git
4016$ guix build guix --with-source=./guix
4017@end example
4018
47c0f92c
LC
4019@item --with-input=@var{package}=@var{replacement}
4020Replace dependency on @var{package} by a dependency on
4021@var{replacement}. @var{package} must be a package name, and
4022@var{replacement} must be a package specification such as @code{guile}
4023or @code{guile@@1.8}.
4024
f97c9175 4025For instance, the following command builds Guix, but replaces its
47c0f92c
LC
4026dependency on the current stable version of Guile with a dependency on
4027the development version of Guile, @code{guile-next}:
4028
4029@example
4030guix build --with-input=guile=guile-next guix
4031@end example
4032
4033This is a recursive, deep replacement. So in this example, both
4034@code{guix} and its dependency @code{guile-json} (which also depends on
4035@code{guile}) get rebuilt against @code{guile-next}.
4036
4037However, implicit inputs are left unchanged.
88ad6ded
LC
4038@end table
4039
ccd7158d
LC
4040@node Additional Build Options
4041@subsection Additional Build Options
4042
4043The command-line options presented below are specific to @command{guix
4044build}.
c78bd12b
LC
4045
4046@table @code
4047
34a1783f
DT
4048@item --file=@var{file}
4049@itemx -f @var{file}
4050
4051Build the package or derivation that the code within @var{file}
4052evaluates to.
4053
4054As an example, @var{file} might contain a package definition like this
4055(@pxref{Defining Packages}):
4056
4057@example
4058@verbatiminclude package-hello.scm
4059@end example
4060
c78bd12b
LC
4061@item --expression=@var{expr}
4062@itemx -e @var{expr}
ac5de156 4063Build the package or derivation @var{expr} evaluates to.
c78bd12b 4064
5401dd75 4065For example, @var{expr} may be @code{(@@ (gnu packages guile)
c78bd12b
LC
4066guile-1.8)}, which unambiguously designates this specific variant of
4067version 1.8 of Guile.
4068
f97c9175 4069Alternatively, @var{expr} may be a G-expression, in which case it is used
56b82106
LC
4070as a build program passed to @code{gexp->derivation}
4071(@pxref{G-Expressions}).
4072
4073Lastly, @var{expr} may refer to a zero-argument monadic procedure
ac5de156
LC
4074(@pxref{The Store Monad}). The procedure must return a derivation as a
4075monadic value, which is then passed through @code{run-with-store}.
4076
c78bd12b
LC
4077@item --source
4078@itemx -S
f97c9175 4079Build the source derivations of the packages, rather than the packages
c78bd12b
LC
4080themselves.
4081
e49951eb 4082For instance, @code{guix build -S gcc} returns something like
f97c9175
AE
4083@file{/gnu/store/@dots{}-gcc-4.7.2.tar.bz2}, which is the GCC
4084source tarball.
c78bd12b 4085
f9cc8971 4086The returned source tarball is the result of applying any patches and
f97c9175 4087code snippets specified in the package @code{origin} (@pxref{Defining
f9cc8971
LC
4088Packages}).
4089
2cdfe13d
EB
4090@item --sources
4091Fetch and return the source of @var{package-or-derivation} and all their
4092dependencies, recursively. This is a handy way to obtain a local copy
4093of all the source code needed to build @var{packages}, allowing you to
4094eventually build them even without network access. It is an extension
4095of the @code{--source} option and can accept one of the following
4096optional argument values:
4097
4098@table @code
4099@item package
4100This value causes the @code{--sources} option to behave in the same way
4101as the @code{--source} option.
4102
4103@item all
f97c9175
AE
4104Build the source derivations of all packages, including any source that
4105might be listed as @code{inputs}. This is the default value.
2cdfe13d
EB
4106
4107@example
4108$ guix build --sources tzdata
4109The following derivations will be built:
4110 /gnu/store/@dots{}-tzdata2015b.tar.gz.drv
4111 /gnu/store/@dots{}-tzcode2015b.tar.gz.drv
4112@end example
4113
4114@item transitive
f97c9175
AE
4115Build the source derivations of all packages, as well of all transitive
4116inputs to the packages. This can be used e.g. to
2cdfe13d
EB
4117prefetch package source for later offline building.
4118
4119@example
4120$ guix build --sources=transitive tzdata
4121The following derivations will be built:
4122 /gnu/store/@dots{}-tzcode2015b.tar.gz.drv
4123 /gnu/store/@dots{}-findutils-4.4.2.tar.xz.drv
4124 /gnu/store/@dots{}-grep-2.21.tar.xz.drv
4125 /gnu/store/@dots{}-coreutils-8.23.tar.xz.drv
4126 /gnu/store/@dots{}-make-4.1.tar.xz.drv
4127 /gnu/store/@dots{}-bash-4.3.tar.xz.drv
4128@dots{}
4129@end example
4130
4131@end table
4132
c78bd12b
LC
4133@item --system=@var{system}
4134@itemx -s @var{system}
4135Attempt to build for @var{system}---e.g., @code{i686-linux}---instead of
f97c9175 4136the system type of the build host.
c78bd12b
LC
4137
4138An example use of this is on Linux-based systems, which can emulate
4139different personalities. For instance, passing
4140@code{--system=i686-linux} on an @code{x86_64-linux} system allows users
4141to build packages in a complete 32-bit environment.
4142
e55ec43d
LC
4143@item --target=@var{triplet}
4144@cindex cross-compilation
4145Cross-build for @var{triplet}, which must be a valid GNU triplet, such
4146as @code{"mips64el-linux-gnu"} (@pxref{Configuration Names, GNU
4147configuration triplets,, configure, GNU Configure and Build System}).
4148
a8d65643
LC
4149@anchor{build-check}
4150@item --check
4151@cindex determinism, checking
4152@cindex reproducibility, checking
4153Rebuild @var{package-or-derivation}, which are already available in the
4154store, and raise an error if the build results are not bit-for-bit
4155identical.
4156
f97c9175
AE
4157This mechanism allows you to check whether previously installed
4158substitutes are genuine (@pxref{Substitutes}), or whether the build result
4159of a package is deterministic. @xref{Invoking guix challenge}, for more
a8d65643
LC
4160background information and tools.
4161
05962f29
LC
4162@item --no-grafts
4163Do not ``graft'' packages. In practice, this means that package updates
4164available as grafts are not applied. @xref{Security Updates}, for more
4165information on grafts.
7f3673f2 4166
c78bd12b
LC
4167@item --derivations
4168@itemx -d
4169Return the derivation paths, not the output paths, of the given
4170packages.
4171
70ee5642
LC
4172@item --root=@var{file}
4173@itemx -r @var{file}
4174Make @var{file} a symlink to the result, and register it as a garbage
4175collector root.
4176
4177@item --log-file
3f208ad7 4178Return the build log file names or URLs for the given
f97c9175 4179@var{package-or-derivation}, or raise an error if build logs are
70ee5642
LC
4180missing.
4181
4182This works regardless of how packages or derivations are specified. For
4183instance, the following invocations are equivalent:
4184
4185@example
4186guix build --log-file `guix build -d guile`
4187guix build --log-file `guix build guile`
4188guix build --log-file guile
4189guix build --log-file -e '(@@ (gnu packages guile) guile-2.0)'
4190@end example
4191
3f208ad7
LC
4192If a log is unavailable locally, and unless @code{--no-substitutes} is
4193passed, the command looks for a corresponding log on one of the
4194substitute servers (as specified with @code{--substitute-urls}.)
70ee5642 4195
f97c9175
AE
4196So for instance, imagine you want to see the build log of GDB on MIPS,
4197but you are actually on an @code{x86_64} machine:
3f208ad7
LC
4198
4199@example
4200$ guix build --log-file gdb -s mips64el-linux
4201http://hydra.gnu.org/log/@dots{}-gdb-7.10
4202@end example
4203
4204You can freely access a huge library of build logs!
70ee5642
LC
4205@end table
4206
16eb115e 4207
39bee8a2
LC
4208@node Invoking guix edit
4209@section Invoking @command{guix edit}
4210
4211@cindex package definition, editing
4212So many packages, so many source files! The @command{guix edit} command
4213facilitates the life of packagers by pointing their editor at the source
4214file containing the definition of the specified packages. For instance:
4215
4216@example
4217guix edit gcc-4.8 vim
4218@end example
4219
4220@noindent
6237b9fa
LC
4221launches the program specified in the @code{VISUAL} or in the
4222@code{EDITOR} environment variable to edit the recipe of GCC@tie{}4.8.4
4223and that of Vim.
39bee8a2 4224
f97c9175 4225If you are using Emacs, note that the Emacs user interface provides the
7c1b1ae2 4226@kbd{M-x guix-edit} command and a similar functionality in the ``package
f97c9175 4227info'' and ``package list'' buffers created by the @kbd{M-x
7c1b1ae2 4228guix-search-by-name} and similar commands (@pxref{Emacs Commands}).
39bee8a2
LC
4229
4230
210cc920
LC
4231@node Invoking guix download
4232@section Invoking @command{guix download}
4233
4234When writing a package definition, developers typically need to download
f97c9175 4235a source tarball, compute its SHA256 hash, and write that
210cc920
LC
4236hash in the package definition (@pxref{Defining Packages}). The
4237@command{guix download} tool helps with this task: it downloads a file
4238from the given URI, adds it to the store, and prints both its file name
4239in the store and its SHA256 hash.
4240
4241The fact that the downloaded file is added to the store saves bandwidth:
4242when the developer eventually tries to build the newly defined package
4243with @command{guix build}, the source tarball will not have to be
4244downloaded again because it is already in the store. It is also a
4245convenient way to temporarily stash files, which may be deleted
4246eventually (@pxref{Invoking guix gc}).
4247
4248The @command{guix download} command supports the same URIs as used in
4249package definitions. In particular, it supports @code{mirror://} URIs.
4250@code{https} URIs (HTTP over TLS) are supported @emph{provided} the
4251Guile bindings for GnuTLS are available in the user's environment; when
537c8bb3
LC
4252they are not available, an error is raised. @xref{Guile Preparations,
4253how to install the GnuTLS bindings for Guile,, gnutls-guile,
4254GnuTLS-Guile}, for more information.
210cc920
LC
4255
4256The following option is available:
4257
4258@table @code
4259@item --format=@var{fmt}
4260@itemx -f @var{fmt}
4261Write the hash in the format specified by @var{fmt}. For more
081145cf 4262information on the valid values for @var{fmt}, @pxref{Invoking guix hash}.
210cc920
LC
4263@end table
4264
6c365eca
NK
4265@node Invoking guix hash
4266@section Invoking @command{guix hash}
4267
210cc920 4268The @command{guix hash} command computes the SHA256 hash of a file.
6c365eca
NK
4269It is primarily a convenience tool for anyone contributing to the
4270distribution: it computes the cryptographic hash of a file, which can be
4271used in the definition of a package (@pxref{Defining Packages}).
4272
4273The general syntax is:
4274
4275@example
4276guix hash @var{option} @var{file}
4277@end example
4278
4279@command{guix hash} has the following option:
4280
4281@table @code
4282
4283@item --format=@var{fmt}
4284@itemx -f @var{fmt}
210cc920 4285Write the hash in the format specified by @var{fmt}.
6c365eca
NK
4286
4287Supported formats: @code{nix-base32}, @code{base32}, @code{base16}
4288(@code{hex} and @code{hexadecimal} can be used as well).
4289
4290If the @option{--format} option is not specified, @command{guix hash}
4291will output the hash in @code{nix-base32}. This representation is used
4292in the definitions of packages.
4293
3140f2df
LC
4294@item --recursive
4295@itemx -r
4296Compute the hash on @var{file} recursively.
4297
4298In this case, the hash is computed on an archive containing @var{file},
f97c9175
AE
4299including its children if it is a directory. Some of the metadata of
4300@var{file} is part of the archive; for instance, when @var{file} is a
3140f2df 4301regular file, the hash is different depending on whether @var{file} is
f97c9175 4302executable or not. Metadata such as time stamps has no impact on the
3140f2df
LC
4303hash (@pxref{Invoking guix archive}).
4304@c FIXME: Replace xref above with xref to an ``Archive'' section when
4305@c it exists.
4306
6c365eca
NK
4307@end table
4308
2f7d2d91
LC
4309@node Invoking guix import
4310@section Invoking @command{guix import}
4311
4312@cindex importing packages
4313@cindex package import
4314@cindex package conversion
f97c9175
AE
4315The @command{guix import} command is useful for people who would like to
4316add a package to the distribution with as little work as
4317possible---a legitimate demand. The command knows of a few
4318repositories from which it can ``import'' package metadata. The result
2f7d2d91
LC
4319is a package definition, or a template thereof, in the format we know
4320(@pxref{Defining Packages}).
4321
4322The general syntax is:
4323
4324@example
4325guix import @var{importer} @var{options}@dots{}
4326@end example
4327
4328@var{importer} specifies the source from which to import package
f97c9175 4329metadata, and @var{options} specifies a package identifier and other
2f7d2d91
LC
4330options specific to @var{importer}. Currently, the available
4331``importers'' are:
4332
4333@table @code
4334@item gnu
f97c9175 4335Import metadata for the given GNU package. This provides a template
2f7d2d91
LC
4336for the latest version of that GNU package, including the hash of its
4337source tarball, and its canonical synopsis and description.
4338
f97c9175 4339Additional information such as the package dependencies and its
2f7d2d91
LC
4340license needs to be figured out manually.
4341
4342For example, the following command returns a package definition for
4343GNU@tie{}Hello:
4344
4345@example
4346guix import gnu hello
4347@end example
4348
4349Specific command-line options are:
4350
4351@table @code
4352@item --key-download=@var{policy}
4353As for @code{guix refresh}, specify the policy to handle missing OpenPGP
f97c9175 4354keys when verifying the package signature. @xref{Invoking guix
2f7d2d91
LC
4355refresh, @code{--key-download}}.
4356@end table
4357
4358@item pypi
4359@cindex pypi
f97c9175 4360Import metadata from the @uref{https://pypi.python.org/, Python Package
2f7d2d91
LC
4361Index}@footnote{This functionality requires Guile-JSON to be installed.
4362@xref{Requirements}.}. Information is taken from the JSON-formatted
4363description available at @code{pypi.python.org} and usually includes all
4364the relevant information, including package dependencies.
4365
f97c9175 4366The command below imports metadata for the @code{itsdangerous} Python
2f7d2d91
LC
4367package:
4368
4369@example
4370guix import pypi itsdangerous
4371@end example
4372
3aae8145
DT
4373@item gem
4374@cindex gem
f97c9175 4375Import metadata from @uref{https://rubygems.org/,
3aae8145
DT
4376RubyGems}@footnote{This functionality requires Guile-JSON to be
4377installed. @xref{Requirements}.}. Information is taken from the
4378JSON-formatted description available at @code{rubygems.org} and includes
4379most relevant information, including runtime dependencies. There are
f97c9175 4380some caveats, however. The metadata doesn't distinguish between
3aae8145
DT
4381synopses and descriptions, so the same string is used for both fields.
4382Additionally, the details of non-Ruby dependencies required to build
4383native extensions is unavailable and left as an exercise to the
4384packager.
4385
f97c9175 4386The command below imports metadata for the @code{rails} Ruby package:
3aae8145
DT
4387
4388@example
4389guix import gem rails
4390@end example
4391
d45dc6da
EB
4392@item cpan
4393@cindex CPAN
3c192e4e
AE
4394Import metadata from @uref{https://www.metacpan.org/, MetaCPAN}@footnote{This
4395functionality requires Guile-JSON to be installed.
4396@xref{Requirements}.}.
f97c9175 4397Information is taken from the JSON-formatted metadata provided through
d45dc6da 4398@uref{https://api.metacpan.org/, MetaCPAN's API} and includes most
66392e47
EB
4399relevant information, such as module dependencies. License information
4400should be checked closely. If Perl is available in the store, then the
4401@code{corelist} utility will be used to filter core modules out of the
4402list of dependencies.
d45dc6da 4403
f97c9175 4404The command command below imports metadata for the @code{Acme::Boolean}
d45dc6da
EB
4405Perl module:
4406
4407@example
4408guix import cpan Acme::Boolean
4409@end example
4410
e1248602
RW
4411@item cran
4412@cindex CRAN
d0bd632f 4413@cindex Bioconductor
f97c9175 4414Import metadata from @uref{http://cran.r-project.org/, CRAN}, the
e1248602
RW
4415central repository for the @uref{http://r-project.org, GNU@tie{}R
4416statistical and graphical environment}.
4417
f97c9175 4418Information is extracted from the @code{DESCRIPTION} file of the package.
e1248602 4419
f97c9175 4420The command command below imports metadata for the @code{Cairo}
e1248602
RW
4421R package:
4422
4423@example
4424guix import cran Cairo
4425@end example
4426
f97c9175 4427When @code{--archive=bioconductor} is added, metadata is imported from
d0bd632f
RW
4428@uref{http://www.bioconductor.org/, Bioconductor}, a repository of R
4429packages for for the analysis and comprehension of high-throughput
4430genomic data in bioinformatics.
4431
f97c9175 4432Information is extracted from the @code{DESCRIPTION} file of a package
d0bd632f
RW
4433published on the web interface of the Bioconductor SVN repository.
4434
f97c9175 4435The command below imports metadata for the @code{GenomicRanges}
d0bd632f
RW
4436R package:
4437
4438@example
4439guix import cran --archive=bioconductor GenomicRanges
4440@end example
4441
2f7d2d91 4442@item nix
f97c9175 4443Import metadata from a local copy of the source of the
2f7d2d91
LC
4444@uref{http://nixos.org/nixpkgs/, Nixpkgs distribution}@footnote{This
4445relies on the @command{nix-instantiate} command of
4446@uref{http://nixos.org/nix/, Nix}.}. Package definitions in Nixpkgs are
4447typically written in a mixture of Nix-language and Bash code. This
4448command only imports the high-level package structure that is written in
4449the Nix language. It normally includes all the basic fields of a
4450package definition.
4451
4452When importing a GNU package, the synopsis and descriptions are replaced
4453by their canonical upstream variant.
4454
961d0d2d
LC
4455Usually, you will first need to do:
4456
4457@example
4458export NIX_REMOTE=daemon
4459@end example
4460
4461@noindent
4462so that @command{nix-instantiate} does not try to open the Nix database.
4463
2f7d2d91
LC
4464As an example, the command below imports the package definition of
4465LibreOffice (more precisely, it imports the definition of the package
4466bound to the @code{libreoffice} top-level attribute):
4467
4468@example
4469guix import nix ~/path/to/nixpkgs libreoffice
4470@end example
863af4e1
FB
4471
4472@item hackage
4473@cindex hackage
f97c9175 4474Import metadata from the Haskell community's central package archive
863af4e1
FB
4475@uref{https://hackage.haskell.org/, Hackage}. Information is taken from
4476Cabal files and includes all the relevant information, including package
4477dependencies.
4478
4479Specific command-line options are:
4480
4481@table @code
a4154748
FB
4482@item --stdin
4483@itemx -s
f97c9175 4484Read a Cabal file from standard input.
863af4e1
FB
4485@item --no-test-dependencies
4486@itemx -t
f97c9175 4487Do not include dependencies required only by the test suites.
a4154748
FB
4488@item --cabal-environment=@var{alist}
4489@itemx -e @var{alist}
4490@var{alist} is a Scheme alist defining the environment in which the
4491Cabal conditionals are evaluated. The accepted keys are: @code{os},
4492@code{arch}, @code{impl} and a string representing the name of a flag.
4493The value associated with a flag has to be either the symbol
4494@code{true} or @code{false}. The value associated with other keys
4495has to conform to the Cabal file format definition. The default value
4496associated with the keys @code{os}, @code{arch} and @code{impl} is
f97c9175 4497@samp{linux}, @samp{x86_64} and @samp{ghc}, respectively.
863af4e1
FB
4498@end table
4499
f97c9175 4500The command below imports metadata for the latest version of the
a4154748
FB
4501@code{HTTP} Haskell package without including test dependencies and
4502specifying the value of the flag @samp{network-uri} as @code{false}:
863af4e1
FB
4503
4504@example
a4154748 4505guix import hackage -t -e "'((\"network-uri\" . false))" HTTP
863af4e1
FB
4506@end example
4507
4508A specific package version may optionally be specified by following the
4509package name by a hyphen and a version number as in the following example:
4510
4511@example
4512guix import hackage mtl-2.1.3.1
4513@end example
7f74a931
FB
4514
4515@item elpa
4516@cindex elpa
f97c9175 4517Import metadata from an Emacs Lisp Package Archive (ELPA) package
7f74a931
FB
4518repository (@pxref{Packages,,, emacs, The GNU Emacs Manual}).
4519
4520Specific command-line options are:
4521
4522@table @code
4523@item --archive=@var{repo}
4524@itemx -a @var{repo}
4525@var{repo} identifies the archive repository from which to retrieve the
4526information. Currently the supported repositories and their identifiers
4527are:
4528@itemize -
4529@item
840bd1d3 4530@uref{http://elpa.gnu.org/packages, GNU}, selected by the @code{gnu}
7f74a931
FB
4531identifier. This is the default.
4532
4533@item
840bd1d3 4534@uref{http://stable.melpa.org/packages, MELPA-Stable}, selected by the
7f74a931
FB
4535@code{melpa-stable} identifier.
4536
4537@item
840bd1d3 4538@uref{http://melpa.org/packages, MELPA}, selected by the @code{melpa}
7f74a931
FB
4539identifier.
4540@end itemize
4541@end table
2f7d2d91
LC
4542@end table
4543
4544The structure of the @command{guix import} code is modular. It would be
4545useful to have more importers for other package formats, and your help
4546is welcome here (@pxref{Contributing}).
4547
37166310
LC
4548@node Invoking guix refresh
4549@section Invoking @command{guix refresh}
4550
4551The primary audience of the @command{guix refresh} command is developers
4552of the GNU software distribution. By default, it reports any packages
4553provided by the distribution that are outdated compared to the latest
4554upstream version, like this:
4555
4556@example
4557$ guix refresh
4558gnu/packages/gettext.scm:29:13: gettext would be upgraded from 0.18.1.1 to 0.18.2.1
4559gnu/packages/glib.scm:77:12: glib would be upgraded from 2.34.3 to 2.37.0
4560@end example
4561
f97c9175
AE
4562It does so by browsing the FTP directory of each package and determining
4563the highest version number of the source tarballs therein. The command
bcb571cb
LC
4564knows how to update specific types of packages: GNU packages, ELPA
4565packages, etc.---see the documentation for @option{--type} below. The
4566are many packages, though, for which it lacks a method to determine
4567whether a new upstream release is available. However, the mechanism is
4568extensible, so feel free to get in touch with us to add a new method!
37166310
LC
4569
4570When passed @code{--update}, it modifies distribution source files to
f97c9175 4571update the version numbers and source tarball hashes of those package
37166310
LC
4572recipes (@pxref{Defining Packages}). This is achieved by downloading
4573each package's latest source tarball and its associated OpenPGP
4574signature, authenticating the downloaded tarball against its signature
4575using @command{gpg}, and finally computing its hash. When the public
4576key used to sign the tarball is missing from the user's keyring, an
4577attempt is made to automatically retrieve it from a public key server;
f97c9175 4578when this is successful, the key is added to the user's keyring; otherwise,
37166310
LC
4579@command{guix refresh} reports an error.
4580
4581The following options are supported:
4582
4583@table @code
4584
2d7fc7da
LC
4585@item --expression=@var{expr}
4586@itemx -e @var{expr}
4587Consider the package @var{expr} evaluates to.
4588
4589This is useful to precisely refer to a package, as in this example:
4590
4591@example
4592guix refresh -l -e '(@@@@ (gnu packages commencement) glibc-final)'
4593@end example
4594
4595This command lists the dependents of the ``final'' libc (essentially all
4596the packages.)
4597
37166310
LC
4598@item --update
4599@itemx -u
38e16b49
LC
4600Update distribution source files (package recipes) in place. This is
4601usually run from a checkout of the Guix source tree (@pxref{Running
4602Guix Before It Is Installed}):
4603
4604@example
4605$ ./pre-inst-env guix refresh -s non-core
4606@end example
4607
081145cf 4608@xref{Defining Packages}, for more information on package definitions.
37166310
LC
4609
4610@item --select=[@var{subset}]
4611@itemx -s @var{subset}
4612Select all the packages in @var{subset}, one of @code{core} or
4613@code{non-core}.
4614
4615The @code{core} subset refers to all the packages at the core of the
4616distribution---i.e., packages that are used to build ``everything
4617else''. This includes GCC, libc, Binutils, Bash, etc. Usually,
4618changing one of these packages in the distribution entails a rebuild of
4619all the others. Thus, such updates are an inconvenience to users in
4620terms of build time or bandwidth used to achieve the upgrade.
4621
4622The @code{non-core} subset refers to the remaining packages. It is
4623typically useful in cases where an update of the core packages would be
4624inconvenient.
4625
bcb571cb
LC
4626@item --type=@var{updater}
4627@itemx -t @var{updater}
7191adc5
AK
4628Select only packages handled by @var{updater} (may be a comma-separated
4629list of updaters). Currently, @var{updater} may be one of:
bcb571cb
LC
4630
4631@table @code
4632@item gnu
4633the updater for GNU packages;
e80c0f85
LC
4634@item gnome
4635the updater for GNOME packages;
bcb571cb 4636@item elpa
d882c235
LC
4637the updater for @uref{http://elpa.gnu.org/, ELPA} packages;
4638@item cran
b9d044ef 4639the updater for @uref{http://cran.r-project.org/, CRAN} packages;
d0bd632f
RW
4640@item bioconductor
4641the updater for @uref{http://www.bioconductor.org/, Bioconductor} R packages;
bab020d7 4642@item pypi
b9d044ef 4643the updater for @uref{https://pypi.python.org, PyPI} packages.
fbc5b815
BW
4644@item gem
4645the updater for @uref{https://rubygems.org, RubyGems} packages.
bcb571cb
LC
4646@end table
4647
f97c9175
AE
4648For instance, the following command only checks for updates of Emacs
4649packages hosted at @code{elpa.gnu.org} and for updates of CRAN packages:
bcb571cb
LC
4650
4651@example
7191adc5 4652$ guix refresh --type=elpa,cran
d882c235 4653gnu/packages/statistics.scm:819:13: r-testthat would be upgraded from 0.10.0 to 0.11.0
bcb571cb
LC
4654gnu/packages/emacs.scm:856:13: emacs-auctex would be upgraded from 11.88.6 to 11.88.9
4655@end example
4656
37166310
LC
4657@end table
4658
4659In addition, @command{guix refresh} can be passed one or more package
4660names, as in this example:
4661
4662@example
38e16b49 4663$ ./pre-inst-env guix refresh -u emacs idutils gcc-4.8.4
37166310
LC
4664@end example
4665
4666@noindent
4667The command above specifically updates the @code{emacs} and
4668@code{idutils} packages. The @code{--select} option would have no
4669effect in this case.
4670
7d193ec3
EB
4671When considering whether to upgrade a package, it is sometimes
4672convenient to know which packages would be affected by the upgrade and
4673should be checked for compatibility. For this the following option may
4674be used when passing @command{guix refresh} one or more package names:
4675
4676@table @code
4677
6ffa706b
AK
4678@item --list-updaters
4679@itemx -L
4680List available updaters and exit (see @option{--type} above.)
4681
7d193ec3
EB
4682@item --list-dependent
4683@itemx -l
4684List top-level dependent packages that would need to be rebuilt as a
4685result of upgrading one or more packages.
4686
4687@end table
4688
4689Be aware that the @code{--list-dependent} option only
4690@emph{approximates} the rebuilds that would be required as a result of
4691an upgrade. More rebuilds might be required under some circumstances.
4692
4693@example
7779ab61
LC
4694$ guix refresh --list-dependent flex
4695Building the following 120 packages would ensure 213 dependent packages are rebuilt:
4696hop-2.4.0 geiser-0.4 notmuch-0.18 mu-0.9.9.5 cflow-1.4 idutils-4.6 @dots{}
7d193ec3
EB
4697@end example
4698
4699The command above lists a set of packages that could be built to check
4700for compatibility with an upgraded @code{flex} package.
4701
f9230085
LC
4702The following options can be used to customize GnuPG operation:
4703
4704@table @code
4705
f9230085
LC
4706@item --gpg=@var{command}
4707Use @var{command} as the GnuPG 2.x command. @var{command} is searched
4708for in @code{$PATH}.
4709
2bc53ba9
LC
4710@item --key-download=@var{policy}
4711Handle missing OpenPGP keys according to @var{policy}, which may be one
4712of:
4713
4714@table @code
4715@item always
4716Always download missing OpenPGP keys from the key server, and add them
4717to the user's GnuPG keyring.
4718
4719@item never
4720Never try to download missing OpenPGP keys. Instead just bail out.
4721
4722@item interactive
4723When a package signed with an unknown OpenPGP key is encountered, ask
4724the user whether to download it or not. This is the default behavior.
4725@end table
4726
4727@item --key-server=@var{host}
4728Use @var{host} as the OpenPGP key server when importing a public key.
4729
f9230085
LC
4730@end table
4731
b4f5e0e8
CR
4732@node Invoking guix lint
4733@section Invoking @command{guix lint}
f97c9175
AE
4734The @command{guix lint} command is meant to help package developers avoid
4735common errors and use a consistent style. It runs a number of checks on
4736a given set of packages in order to find common mistakes in their
873c4085
LC
4737definitions. Available @dfn{checkers} include (see
4738@code{--list-checkers} for a complete list):
4739
4740@table @code
4741@item synopsis
4742@itemx description
4743Validate certain typographical and stylistic rules about package
4744descriptions and synopses.
4745
4746@item inputs-should-be-native
4747Identify inputs that should most likely be native inputs.
4748
4749@item source
4750@itemx home-page
50f5c46d 4751@itemx source-file-name
873c4085 4752Probe @code{home-page} and @code{source} URLs and report those that are
50f5c46d 4753invalid. Check that the source file name is meaningful, e.g. is not
f97c9175
AE
4754just a version number or ``git-checkout'', without a declared
4755@code{file-name} (@pxref{origin Reference}).
40a7d4e5 4756
5432734b
LC
4757@item cve
4758Report known vulnerabilities found in the Common Vulnerabilities and
4759Exposures (CVE) database
4760@uref{https://nvd.nist.gov/download.cfm#CVE_FEED, published by the US
4761NIST}.
4762
40a7d4e5
LC
4763@item formatting
4764Warn about obvious source code formatting issues: trailing white space,
4765use of tabulations, etc.
873c4085 4766@end table
b4f5e0e8
CR
4767
4768The general syntax is:
4769
4770@example
4771guix lint @var{options} @var{package}@dots{}
4772@end example
4773
4774If no package is given on the command line, then all packages are checked.
4775The @var{options} may be zero or more of the following:
4776
4777@table @code
f97c9175
AE
4778@item --list-checkers
4779@itemx -l
4780List and describe all the available checkers that will be run on packages
4781and exit.
b4f5e0e8 4782
dd7c013d
CR
4783@item --checkers
4784@itemx -c
4785Only enable the checkers specified in a comma-separated list using the
4786names returned by @code{--list-checkers}.
4787
b4f5e0e8 4788@end table
37166310 4789
fcc58db6
LC
4790@node Invoking guix size
4791@section Invoking @command{guix size}
4792
4793The @command{guix size} command helps package developers profile the
4794disk usage of packages. It is easy to overlook the impact of an
4795additional dependency added to a package, or the impact of using a
4796single output for a package that could easily be split (@pxref{Packages
f97c9175 4797with Multiple Outputs}). Such are the typical issues that
fcc58db6
LC
4798@command{guix size} can highlight.
4799
4800The command can be passed a package specification such as @code{gcc-4.8}
4801or @code{guile:debug}, or a file name in the store. Consider this
4802example:
4803
4804@example
4805$ guix size coreutils
4806store item total self
4807/gnu/store/@dots{}-coreutils-8.23 70.0 13.9 19.8%
4808/gnu/store/@dots{}-gmp-6.0.0a 55.3 2.5 3.6%
4809/gnu/store/@dots{}-acl-2.2.52 53.7 0.5 0.7%
4810/gnu/store/@dots{}-attr-2.4.46 53.2 0.3 0.5%
4811/gnu/store/@dots{}-gcc-4.8.4-lib 52.9 15.7 22.4%
4812/gnu/store/@dots{}-glibc-2.21 37.2 37.2 53.1%
4813@end example
4814
4815@cindex closure
4816The store items listed here constitute the @dfn{transitive closure} of
4817Coreutils---i.e., Coreutils and all its dependencies, recursively---as
4818would be returned by:
4819
4820@example
4821$ guix gc -R /gnu/store/@dots{}-coreutils-8.23
4822@end example
4823
f97c9175 4824Here the output shows three columns next to store items. The first column,
fcc58db6
LC
4825labeled ``total'', shows the size in mebibytes (MiB) of the closure of
4826the store item---that is, its own size plus the size of all its
4827dependencies. The next column, labeled ``self'', shows the size of the
f97c9175
AE
4828item itself. The last column shows the ratio of the size of the item
4829itself to the space occupied by all the items listed here.
fcc58db6
LC
4830
4831In this example, we see that the closure of Coreutils weighs in at
483270@tie{}MiB, half of which is taken by libc. (That libc represents a
4833large fraction of the closure is not a problem @i{per se} because it is
4834always available on the system anyway.)
4835
4836When the package passed to @command{guix size} is available in the
4837store, @command{guix size} queries the daemon to determine its
4838dependencies, and measures its size in the store, similar to @command{du
4839-ms --apparent-size} (@pxref{du invocation,,, coreutils, GNU
4840Coreutils}).
4841
4842When the given package is @emph{not} in the store, @command{guix size}
f97c9175
AE
4843reports information based on the available substitutes
4844(@pxref{Substitutes}). This makes it possible it to profile disk usage of
4845store items that are not even on disk, only available remotely.
fcc58db6 4846
a8f996c6 4847The available options are:
fcc58db6
LC
4848
4849@table @option
4850
d490d06e
LC
4851@item --substitute-urls=@var{urls}
4852Use substitute information from @var{urls}.
4853@xref{client-substitute-urls, the same option for @code{guix build}}.
4854
a8f996c6 4855@item --map-file=@var{file}
f97c9175 4856Write a graphical map of disk usage in PNG format to @var{file}.
a8f996c6
LC
4857
4858For the example above, the map looks like this:
4859
4860@image{images/coreutils-size-map,5in,, map of Coreutils disk usage
4861produced by @command{guix size}}
4862
4863This option requires that
4864@uref{http://wingolog.org/software/guile-charting/, Guile-Charting} be
4865installed and visible in Guile's module search path. When that is not
4866the case, @command{guix size} fails as it tries to load it.
4867
fcc58db6
LC
4868@item --system=@var{system}
4869@itemx -s @var{system}
4870Consider packages for @var{system}---e.g., @code{x86_64-linux}.
4871
4872@end table
4873
88856916
LC
4874@node Invoking guix graph
4875@section Invoking @command{guix graph}
4876
4877@cindex DAG
4878Packages and their dependencies form a @dfn{graph}, specifically a
4879directed acyclic graph (DAG). It can quickly become difficult to have a
f97c9175
AE
4880mental model of the package DAG, so the @command{guix graph} command
4881provides a visual representation of the DAG. @command{guix graph}
4882emits a DAG representation in the input format of
88856916 4883@uref{http://www.graphviz.org/, Graphviz}, so its output can be passed
f97c9175 4884directly to the @command{dot} command of Graphviz. The general
88856916
LC
4885syntax is:
4886
4887@example
4888guix graph @var{options} @var{package}@dots{}
4889@end example
4890
4891For example, the following command generates a PDF file representing the
4892package DAG for the GNU@tie{}Core Utilities, showing its build-time
4893dependencies:
4894
4895@example
4896guix graph coreutils | dot -Tpdf > dag.pdf
4897@end example
4898
4899The output looks like this:
4900
4901@image{images/coreutils-graph,2in,,Dependency graph of the GNU Coreutils}
4902
4903Nice little graph, no?
4904
f97c9175 4905But there is more than one graph! The one above is concise: it is the
88856916 4906graph of package objects, omitting implicit inputs such as GCC, libc,
f97c9175
AE
4907grep, etc. It is often useful to have such a concise graph, but
4908sometimes one may want to see more details. @command{guix graph} supports
4909several types of graphs, allowing you to choose the level of detail:
88856916
LC
4910
4911@table @code
4912@item package
f97c9175 4913This is the default type used in the example above. It shows the DAG of
88856916
LC
4914package objects, excluding implicit dependencies. It is concise, but
4915filters out many details.
4916
4917@item bag-emerged
4918This is the package DAG, @emph{including} implicit inputs.
4919
4920For instance, the following command:
4921
4922@example
4923guix graph --type=bag-emerged coreutils | dot -Tpdf > dag.pdf
4924@end example
4925
4926... yields this bigger graph:
4927
4928@image{images/coreutils-bag-graph,,5in,Detailed dependency graph of the GNU Coreutils}
4929
4930At the bottom of the graph, we see all the implicit inputs of
4931@var{gnu-build-system} (@pxref{Build Systems, @code{gnu-build-system}}).
4932
f97c9175 4933Now, note that the dependencies of these implicit inputs---that is, the
88856916
LC
4934@dfn{bootstrap dependencies} (@pxref{Bootstrapping})---are not shown
4935here, for conciseness.
4936
4937@item bag
4938Similar to @code{bag-emerged}, but this time including all the bootstrap
4939dependencies.
4940
38b92daa
LC
4941@item bag-with-origins
4942Similar to @code{bag}, but also showing origins and their dependencies.
4943
88856916
LC
4944@item derivations
4945This is the most detailed representation: It shows the DAG of
4946derivations (@pxref{Derivations}) and plain store items. Compared to
4947the above representation, many additional nodes are visible, including
f97c9175 4948build scripts, patches, Guile modules, etc.
88856916
LC
4949
4950@end table
4951
f97c9175 4952All the types above correspond to @emph{build-time dependencies}. The
88856916
LC
4953following graph type represents the @emph{run-time dependencies}:
4954
4955@table @code
4956@item references
4957This is the graph of @dfn{references} of a package output, as returned
4958by @command{guix gc --references} (@pxref{Invoking guix gc}).
4959
4960If the given package output is not available in the store, @command{guix
4961graph} attempts to obtain dependency information from substitutes.
4962@end table
4963
4964The available options are the following:
4965
4966@table @option
4967@item --type=@var{type}
4968@itemx -t @var{type}
4969Produce a graph output of @var{type}, where @var{type} must be one of
4970the values listed above.
4971
4972@item --list-types
4973List the supported graph types.
4c8f997a
LC
4974
4975@item --expression=@var{expr}
4976@itemx -e @var{expr}
4977Consider the package @var{expr} evaluates to.
4978
4979This is useful to precisely refer to a package, as in this example:
4980
4981@example
4982guix graph -e '(@@@@ (gnu packages commencement) gnu-make-final)'
4983@end example
88856916
LC
4984@end table
4985
4986
372c4bbc
DT
4987@node Invoking guix environment
4988@section Invoking @command{guix environment}
4989
f5fd4fd2 4990@cindex reproducible build environments
fe36d84e 4991@cindex development environments
372c4bbc
DT
4992The purpose of @command{guix environment} is to assist hackers in
4993creating reproducible development environments without polluting their
4994package profile. The @command{guix environment} tool takes one or more
f97c9175 4995packages, builds all of their inputs, and creates a shell
372c4bbc
DT
4996environment to use them.
4997
4998The general syntax is:
4999
5000@example
5001guix environment @var{options} @var{package}@dots{}
5002@end example
5003
fe36d84e
LC
5004The following example spawns a new shell set up for the development of
5005GNU@tie{}Guile:
372c4bbc
DT
5006
5007@example
5008guix environment guile
5009@end example
5010
f97c9175
AE
5011If the needed dependencies are not built yet, @command{guix environment}
5012automatically builds them. The environment of the new shell is an augmented
372c4bbc
DT
5013version of the environment that @command{guix environment} was run in.
5014It contains the necessary search paths for building the given package
5015added to the existing environment variables. To create a ``pure''
f97c9175 5016environment, in which the original environment variables have been unset,
50500f7c
LC
5017use the @code{--pure} option@footnote{Users sometimes wrongfully augment
5018environment variables such as @code{PATH} in their @file{~/.bashrc}
5019file. As a consequence, when @code{guix environment} launches it, Bash
5020may read @file{~/.bashrc}, thereby introducing ``impurities'' in these
5021environment variables. It is an error to define such environment
5022variables in @file{.bashrc}; instead, they should be defined in
5023@file{.bash_profile}, which is sourced only by log-in shells.
5024@xref{Bash Startup Files,,, bash, The GNU Bash Reference Manual}, for
5025details on Bash start-up files.}.
372c4bbc 5026
28de8d25
LC
5027@vindex GUIX_ENVIRONMENT
5028@command{guix environment} defines the @code{GUIX_ENVIRONMENT}
f97c9175 5029variable in the shell it spawns. This allows users to, say, define a
28de8d25
LC
5030specific prompt for development environments in their @file{.bashrc}
5031(@pxref{Bash Startup Files,,, bash, The GNU Bash Reference Manual}):
5032
5033@example
5034if [ -n "$GUIX_ENVIRONMENT" ]
5035then
5036 export PS1="\u@@\h \w [dev]\$ "
5037fi
5038@end example
5039
372c4bbc
DT
5040Additionally, more than one package may be specified, in which case the
5041union of the inputs for the given packages are used. For example, the
5042command below spawns a shell where all of the dependencies of both Guile
5043and Emacs are available:
5044
5045@example
5046guix environment guile emacs
5047@end example
5048
1de2fe95
DT
5049Sometimes an interactive shell session is not desired. An arbitrary
5050command may be invoked by placing the @code{--} token to separate the
5051command from the rest of the arguments:
372c4bbc
DT
5052
5053@example
1de2fe95 5054guix environment guile -- make -j4
372c4bbc
DT
5055@end example
5056
fe36d84e
LC
5057In other situations, it is more convenient to specify the list of
5058packages needed in the environment. For example, the following command
5059runs @command{python} from an environment containing Python@tie{}2.7 and
5060NumPy:
5061
5062@example
1de2fe95 5063guix environment --ad-hoc python2-numpy python-2.7 -- python
fe36d84e
LC
5064@end example
5065
cc90fbbf
DT
5066Furthermore, one might want the dependencies of a package and also some
5067additional packages that are not build-time or runtime dependencies, but
5068are useful when developing nonetheless. Because of this, the
5069@code{--ad-hoc} flag is positional. Packages appearing before
5070@code{--ad-hoc} are interpreted as packages whose dependencies will be
5071added to the environment. Packages appearing after are interpreted as
5072packages that will be added to the environment directly. For example,
5073the following command creates a Guix development environment that
5074additionally includes Git and strace:
5075
5076@example
5077guix environment guix --ad-hoc git strace
5078@end example
5079
f535dcbe
DT
5080Sometimes it is desirable to isolate the environment as much as
5081possible, for maximal purity and reproducibility. In particular, when
5082using Guix on a host distro that is not GuixSD, it is desirable to
5083prevent access to @file{/usr/bin} and other system-wide resources from
5084the development environment. For example, the following command spawns
5085a Guile REPL in a ``container'' where only the store and the current
5086working directory are mounted:
5087
5088@example
5089guix environment --ad-hoc --container guile -- guile
5090@end example
5091
0f252e26 5092@quotation Note
cfd35b4e 5093The @code{--container} option requires Linux-libre 3.19 or newer.
0f252e26
DT
5094@end quotation
5095
fe36d84e 5096The available options are summarized below.
372c4bbc
DT
5097
5098@table @code
5099@item --expression=@var{expr}
5100@itemx -e @var{expr}
c9c282ce
DT
5101Create an environment for the package or list of packages that
5102@var{expr} evaluates to.
372c4bbc 5103
fe36d84e
LC
5104For example, running:
5105
5106@example
5107guix environment -e '(@@ (gnu packages maths) petsc-openmpi)'
5108@end example
5109
5110starts a shell with the environment for this specific variant of the
5111PETSc package.
5112
c9c282ce
DT
5113Running:
5114
5115@example
5c2b2f00 5116guix environment --ad-hoc -e '(@@ (gnu) %base-packages)'
c9c282ce
DT
5117@end example
5118
5119starts a shell with all the GuixSD base packages available.
5120
779aa003
DT
5121The above commands only the use default output of the given packages.
5122To select other outputs, two element tuples can be specified:
5123
5124@example
5125guix environment --ad-hoc -e '(list (@ (gnu packages bash) bash) "include")'
5126@end example
5127
372c4bbc
DT
5128@item --load=@var{file}
5129@itemx -l @var{file}
c9c282ce
DT
5130Create an environment for the package or list of packages that the code
5131within @var{file} evaluates to.
372c4bbc 5132
fe36d84e
LC
5133As an example, @var{file} might contain a definition like this
5134(@pxref{Defining Packages}):
5135
5136@example
5137@verbatiminclude environment-gdb.scm
5138@end example
5139
a54bd6d7
DT
5140@item --ad-hoc
5141Include all specified packages in the resulting environment, as if an
5142@i{ad hoc} package were defined with them as inputs. This option is
5143useful for quickly creating an environment without having to write a
5144package expression to contain the desired inputs.
5145
5146For instance, the command:
5147
5148@example
1de2fe95 5149guix environment --ad-hoc guile guile-sdl -- guile
a54bd6d7
DT
5150@end example
5151
5152runs @command{guile} in an environment where Guile and Guile-SDL are
5153available.
5154
417c39f1 5155Note that this example implicitly asks for the default output of
f97c9175 5156@code{guile} and @code{guile-sdl}, but it is possible to ask for a
417c39f1
LC
5157specific output---e.g., @code{glib:bin} asks for the @code{bin} output
5158of @code{glib} (@pxref{Packages with Multiple Outputs}).
5159
cc90fbbf
DT
5160This option may be composed with the default behavior of @command{guix
5161environment}. Packages appearing before @code{--ad-hoc} are interpreted
5162as packages whose dependencies will be added to the environment, the
5163default behavior. Packages appearing after are interpreted as packages
5164that will be added to the environment directly.
5165
372c4bbc
DT
5166@item --pure
5167Unset existing environment variables when building the new environment.
5168This has the effect of creating an environment in which search paths
5169only contain package inputs.
5170
5171@item --search-paths
5172Display the environment variable definitions that make up the
5173environment.
ce367ef3
LC
5174
5175@item --system=@var{system}
5176@itemx -s @var{system}
5177Attempt to build for @var{system}---e.g., @code{i686-linux}.
f535dcbe
DT
5178
5179@item --container
5180@itemx -C
5181@cindex container
5182Run @var{command} within an isolated container. The current working
56b6befb 5183directory outside the container is mapped inside the
f535dcbe
DT
5184container. Additionally, the spawned process runs as the current user
5185outside the container, but has root privileges in the context of the
5186container.
5187
5188@item --network
5189@itemx -N
5190For containers, share the network namespace with the host system.
5191Containers created without this flag only have access to the loopback
5192device.
5193
5194@item --expose=@var{source}[=@var{target}]
5195For containers, expose the file system @var{source} from the host system
5196as the read-only file system @var{target} within the container. If
5197@var{target} is not specified, @var{source} is used as the target mount
5198point in the container.
5199
5200The example below spawns a Guile REPL in a container in which the user's
5201home directory is accessible read-only via the @file{/exchange}
5202directory:
5203
5204@example
5205guix environment --container --expose=$HOME=/exchange guile -- guile
5206@end example
5207
5c2b2f00 5208@item --share=@var{source}[=@var{target}]
f535dcbe
DT
5209For containers, share the file system @var{source} from the host system
5210as the writable file system @var{target} within the container. If
5211@var{target} is not specified, @var{source} is used as the target mount
5212point in the container.
5213
5214The example below spawns a Guile REPL in a container in which the user's
5215home directory is accessible for both reading and writing via the
5216@file{/exchange} directory:
5217
5218@example
5219guix environment --container --share=$HOME=/exchange guile -- guile
5220@end example
372c4bbc
DT
5221@end table
5222
5223It also supports all of the common build options that @command{guix
ccd7158d 5224build} supports (@pxref{Common Build Options}).
372c4bbc 5225
aff8ce7c
DT
5226@node Invoking guix publish
5227@section Invoking @command{guix publish}
5228
5229The purpose of @command{guix publish} is to enable users to easily share
f97c9175 5230their store with others, who can then use it as a substitute server
8ce229fc
LC
5231(@pxref{Substitutes}).
5232
5233When @command{guix publish} runs, it spawns an HTTP server which allows
5234anyone with network access to obtain substitutes from it. This means
5235that any machine running Guix can also act as if it were a build farm,
5236since the HTTP interface is compatible with Hydra, the software behind
5237the @code{hydra.gnu.org} build farm.
aff8ce7c
DT
5238
5239For security, each substitute is signed, allowing recipients to check
5240their authenticity and integrity (@pxref{Substitutes}). Because
f97c9175 5241@command{guix publish} uses the signing key of the system, which is only
5463fe51
LC
5242readable by the system administrator, it must be started as root; the
5243@code{--user} option makes it drop root privileges early on.
aff8ce7c 5244
b18812b6
LC
5245The signing key pair must be generated before @command{guix publish} is
5246launched, using @command{guix archive --generate-key} (@pxref{Invoking
5247guix archive}).
5248
aff8ce7c
DT
5249The general syntax is:
5250
5251@example
5252guix publish @var{options}@dots{}
5253@end example
5254
5255Running @command{guix publish} without any additional arguments will
5256spawn an HTTP server on port 8080:
5257
5258@example
5259guix publish
5260@end example
5261
5262Once a publishing server has been authorized (@pxref{Invoking guix
5263archive}), the daemon may download substitutes from it:
5264
5265@example
5266guix-daemon --substitute-urls=http://example.org:8080
5267@end example
5268
5269The following options are available:
5270
5271@table @code
5272@item --port=@var{port}
5273@itemx -p @var{port}
5274Listen for HTTP requests on @var{port}.
5275
9e2292ef
LC
5276@item --listen=@var{host}
5277Listen on the network interface for @var{host}. The default is to
5278accept connections from any interface.
5279
5463fe51
LC
5280@item --user=@var{user}
5281@itemx -u @var{user}
5282Change privileges to @var{user} as soon as possible---i.e., once the
5283server socket is open and the signing key has been read.
5284
aff8ce7c
DT
5285@item --repl[=@var{port}]
5286@itemx -r [@var{port}]
5287Spawn a Guile REPL server (@pxref{REPL Servers,,, guile, GNU Guile
8ce229fc
LC
5288Reference Manual}) on @var{port} (37146 by default). This is used
5289primarily for debugging a running @command{guix publish} server.
aff8ce7c
DT
5290@end table
5291
1c52181f
LC
5292Enabling @command{guix publish} on a GuixSD system is a one-liner: just
5293add a call to @code{guix-publish-service} in the @code{services} field
5294of the @code{operating-system} declaration (@pxref{guix-publish-service,
5295@code{guix-publish-service}}).
5296
d23c20f1
LC
5297
5298@node Invoking guix challenge
5299@section Invoking @command{guix challenge}
5300
5301@cindex reproducible builds
5302@cindex verifiable builds
5303
5304Do the binaries provided by this server really correspond to the source
f97c9175 5305code it claims to build? Is a package build process deterministic?
d23c20f1
LC
5306These are the questions the @command{guix challenge} command attempts to
5307answer.
5308
5309The former is obviously an important question: Before using a substitute
f97c9175 5310server (@pxref{Substitutes}), one had better @emph{verify} that it
d23c20f1
LC
5311provides the right binaries, and thus @emph{challenge} it. The latter
5312is what enables the former: If package builds are deterministic, then
5313independent builds of the package should yield the exact same result,
5314bit for bit; if a server provides a binary different from the one
5315obtained locally, it may be either corrupt or malicious.
5316
5317We know that the hash that shows up in @file{/gnu/store} file names is
5318the hash of all the inputs of the process that built the file or
5319directory---compilers, libraries, build scripts,
5320etc. (@pxref{Introduction}). Assuming deterministic build processes,
5321one store file name should map to exactly one build output.
5322@command{guix challenge} checks whether there is, indeed, a single
5323mapping by comparing the build outputs of several independent builds of
5324any given store item.
5325
f97c9175 5326The command output looks like this:
d23c20f1
LC
5327
5328@smallexample
5329$ guix challenge --substitute-urls="http://hydra.gnu.org http://guix.example.org"
5330updating list of substitutes from 'http://hydra.gnu.org'... 100.0%
5331updating list of substitutes from 'http://guix.example.org'... 100.0%
5332/gnu/store/@dots{}-openssl-1.0.2d contents differ:
5333 local hash: 0725l22r5jnzazaacncwsvp9kgf42266ayyp814v7djxs7nk963q
5334 http://hydra.gnu.org/nar/@dots{}-openssl-1.0.2d: 0725l22r5jnzazaacncwsvp9kgf42266ayyp814v7djxs7nk963q
5335 http://guix.example.org/nar/@dots{}-openssl-1.0.2d: 1zy4fmaaqcnjrzzajkdn3f5gmjk754b43qkq47llbyak9z0qjyim
5336/gnu/store/@dots{}-git-2.5.0 contents differ:
5337 local hash: 00p3bmryhjxrhpn2gxs2fy0a15lnip05l97205pgbk5ra395hyha
5338 http://hydra.gnu.org/nar/@dots{}-git-2.5.0: 069nb85bv4d4a6slrwjdy8v1cn4cwspm3kdbmyb81d6zckj3nq9f
5339 http://guix.example.org/nar/@dots{}-git-2.5.0: 0mdqa9w1p6cmli6976v4wi0sw9r4p5prkj7lzfd1877wk11c9c73
5340/gnu/store/@dots{}-pius-2.1.1 contents differ:
5341 local hash: 0k4v3m9z1zp8xzzizb7d8kjj72f9172xv078sq4wl73vnq9ig3ax
5342 http://hydra.gnu.org/nar/@dots{}-pius-2.1.1: 0k4v3m9z1zp8xzzizb7d8kjj72f9172xv078sq4wl73vnq9ig3ax
5343 http://guix.example.org/nar/@dots{}-pius-2.1.1: 1cy25x1a4fzq5rk0pmvc8xhwyffnqz95h2bpvqsz2mpvlbccy0gs
5344@end smallexample
5345
5346@noindent
5347In this example, @command{guix challenge} first scans the store to
5348determine the set of locally-built derivations---as opposed to store
5349items that were downloaded from a substitute server---and then queries
5350all the substitute servers. It then reports those store items for which
5351the servers obtained a result different from the local build.
5352
5353@cindex non-determinism, in package builds
5354As an example, @code{guix.example.org} always gets a different answer.
5355Conversely, @code{hydra.gnu.org} agrees with local builds, except in the
5356case of Git. This might indicate that the build process of Git is
5357non-deterministic, meaning that its output varies as a function of
5358various things that Guix does not fully control, in spite of building
5359packages in isolated environments (@pxref{Features}). Most common
5360sources of non-determinism include the addition of timestamps in build
5361results, the inclusion of random numbers, and directory listings sorted
5362by inode number. See @uref{http://reproducible.debian.net/howto/}, for
5363more information.
5364
f97c9175 5365To find out what is wrong with this Git binary, we can do something along
d23c20f1
LC
5366these lines (@pxref{Invoking guix archive}):
5367
5368@example
5369$ wget -q -O - http://hydra.gnu.org/nar/@dots{}-git-2.5.0 \
5370 | guix archive -x /tmp/git
043f4698 5371$ diff -ur --no-dereference /gnu/store/@dots{}-git.2.5.0 /tmp/git
d23c20f1
LC
5372@end example
5373
5374This command shows the difference between the files resulting from the
5375local build, and the files resulting from the build on
5376@code{hydra.gnu.org} (@pxref{Overview, Comparing and Merging Files,,
5377diffutils, Comparing and Merging Files}). The @command{diff} command
5378works great for text files. When binary files differ, a better option
5379is @uref{http://diffoscope.org/, Diffoscope}, a tool that helps
5380visualize differences for all kinds of files.
5381
f97c9175 5382Once you have done that work, you can tell whether the differences are due
d23c20f1
LC
5383to a non-deterministic build process or to a malicious server. We try
5384hard to remove sources of non-determinism in packages to make it easier
f97c9175
AE
5385to verify substitutes, but of course, this is a process that
5386involves not just Guix, but a large part of the free software community.
d23c20f1
LC
5387In the meantime, @command{guix challenge} is one tool to help address
5388the problem.
5389
5390If you are writing packages for Guix, you are encouraged to check
5391whether @code{hydra.gnu.org} and other substitute servers obtain the
5392same build result as you did with:
5393
5394@example
5395$ guix challenge @var{package}
5396@end example
5397
5398@noindent
f97c9175 5399where @var{package} is a package specification such as
d23c20f1
LC
5400@code{guile-2.0} or @code{glibc:debug}.
5401
5402The general syntax is:
5403
5404@example
5405guix challenge @var{options} [@var{packages}@dots{}]
5406@end example
5407
5408The one option that matters is:
5409
5410@table @code
5411
5412@item --substitute-urls=@var{urls}
5413Consider @var{urls} the whitespace-separated list of substitute source
5414URLs to compare to.
5415
5416@end table
5417
5418
32efa254
DT
5419@node Invoking guix container
5420@section Invoking @command{guix container}
5421@cindex container
5422
5423@quotation Note
5424As of version @value{VERSION}, this tool is experimental. The interface
5425is subject to radical change in the future.
5426@end quotation
5427
5428The purpose of @command{guix container} is to manipulate processes
5429running within an isolated environment, commonly known as a
46c36586 5430``container'', typically created by the @command{guix environment}
32efa254
DT
5431(@pxref{Invoking guix environment}) and @command{guix system container}
5432(@pxref{Invoking guix system}) commands.
5433
5434The general syntax is:
5435
5436@example
5437guix container @var{action} @var{options}@dots{}
5438@end example
5439
5440@var{action} specifies the operation to perform with a container, and
5441@var{options} specifies the context-specific arguments for the action.
5442
5443The following actions are available:
5444
5445@table @code
5446@item exec
5447Execute a command within the context of a running container.
5448
5449The syntax is:
5450
5451@example
5452guix container exec @var{pid} @var{program} @var{arguments}@dots{}
5453@end example
5454
5455@var{pid} specifies the process ID of the running container.
f97c9175
AE
5456@var{program} specifies an executable file name within the root file
5457system of the container. @var{arguments} are the additional options that
5458will be passed to @var{program}.
32efa254
DT
5459
5460The following command launches an interactive login shell inside a
5461GuixSD container, started by @command{guix system container}, and whose
5462process ID is 9001:
5463
5464@example
5465guix container exec 9001 /run/current-system/profile/bin/bash --login
5466@end example
5467
5468Note that the @var{pid} cannot be the parent process of a container. It
f97c9175 5469must be PID 1 of the container or one of its child processes.
32efa254
DT
5470
5471@end table
5472
a1ba8475
LC
5473@c *********************************************************************
5474@node GNU Distribution
5475@chapter GNU Distribution
5476
3ca2731c 5477@cindex Guix System Distribution
4705641f 5478@cindex GuixSD
3ca2731c
LC
5479Guix comes with a distribution of the GNU system consisting entirely of
5480free software@footnote{The term ``free'' here refers to the
a1ba8475 5481@url{http://www.gnu.org/philosophy/free-sw.html,freedom provided to
3ca2731c 5482users of that software}.}. The
35ed9306
LC
5483distribution can be installed on its own (@pxref{System Installation}),
5484but it is also possible to install Guix as a package manager on top of
5485an installed GNU/Linux system (@pxref{Installation}). To distinguish
3ca2731c 5486between the two, we refer to the standalone distribution as the Guix
4705641f 5487System Distribution, or GuixSD.
35ed9306
LC
5488
5489The distribution provides core GNU packages such as GNU libc, GCC, and
5490Binutils, as well as many GNU and non-GNU applications. The complete
5491list of available packages can be browsed
093ae1be 5492@url{http://www.gnu.org/software/guix/packages,on-line} or by
d03bb653 5493running @command{guix package} (@pxref{Invoking guix package}):
a1ba8475
LC
5494
5495@example
e49951eb 5496guix package --list-available
a1ba8475
LC
5497@end example
5498
f97c9175 5499Our goal is to provide a practical 100% free software distribution of
401c53c4
LC
5500Linux-based and other variants of GNU, with a focus on the promotion and
5501tight integration of GNU components, and an emphasis on programs and
5502tools that help users exert that freedom.
5503
3ca2731c 5504Packages are currently available on the following platforms:
c320011d
LC
5505
5506@table @code
5507
5508@item x86_64-linux
5509Intel/AMD @code{x86_64} architecture, Linux-Libre kernel;
5510
5511@item i686-linux
5512Intel 32-bit architecture (IA32), Linux-Libre kernel;
5513
aa1e1947 5514@item armhf-linux
aa725117 5515ARMv7-A architecture with hard float, Thumb-2 and NEON,
f97c9175
AE
5516using the EABI hard-float application binary interface (ABI),
5517and Linux-Libre kernel.
aa1e1947 5518
c320011d
LC
5519@item mips64el-linux
5520little-endian 64-bit MIPS processors, specifically the Loongson series,
f97c9175 5521n32 ABI, and Linux-Libre kernel.
c320011d
LC
5522
5523@end table
5524
4705641f 5525GuixSD itself is currently only available on @code{i686} and @code{x86_64}.
3ca2731c 5526
c320011d
LC
5527@noindent
5528For information on porting to other architectures or kernels,
f97c9175 5529@pxref{Porting}.
c320011d 5530
401c53c4 5531@menu
5af6de3e 5532* System Installation:: Installing the whole operating system.
35ed9306 5533* System Configuration:: Configuring the operating system.
91ef73d4 5534* Installing Debugging Files:: Feeding the debugger.
05962f29 5535* Security Updates:: Deploying security fixes quickly.
401c53c4 5536* Package Modules:: Packages from the programmer's viewpoint.
da7cabd4 5537* Packaging Guidelines:: Growing the distribution.
401c53c4 5538* Bootstrapping:: GNU/Linux built from scratch.
8b315a6d 5539* Porting:: Targeting another platform or kernel.
401c53c4
LC
5540@end menu
5541
5542Building this distribution is a cooperative effort, and you are invited
081145cf 5543to join! @xref{Contributing}, for information about how you can help.
401c53c4 5544
5af6de3e
LC
5545@node System Installation
5546@section System Installation
5547
3ca2731c
LC
5548@cindex Guix System Distribution
5549This section explains how to install the Guix System Distribution
5550on a machine. The Guix package manager can
35ed9306
LC
5551also be installed on top of a running GNU/Linux system,
5552@pxref{Installation}.
5af6de3e
LC
5553
5554@ifinfo
5555@c This paragraph is for people reading this from tty2 of the
5556@c installation image.
5557You're reading this documentation with an Info reader. For details on
5558how to use it, hit the @key{RET} key (``return'' or ``enter'') on the
6621cdb6 5559link that follows: @pxref{Help,,, info, Info: An Introduction}. Hit
5af6de3e
LC
5560@kbd{l} afterwards to come back here.
5561@end ifinfo
5562
dedb8d5e
LC
5563@menu
5564* Limitations:: What you can expect.
5565* USB Stick Installation:: Preparing the installation medium.
5566* Preparing for Installation:: Networking, partitioning, etc.
5567* Proceeding with the Installation:: The real thing.
5568* Building the Installation Image:: How this comes to be.
5569@end menu
5570
5571@node Limitations
8aaaae38
LC
5572@subsection Limitations
5573
4705641f 5574As of version @value{VERSION}, the Guix System Distribution (GuixSD) is
3ca2731c 5575not production-ready. It may contain bugs and lack important
8aaaae38
LC
5576features. Thus, if you are looking for a stable production system that
5577respects your freedom as a computer user, a good solution at this point
5578is to consider @url{http://www.gnu.org/distros/free-distros.html, one of
f97c9175 5579the more established GNU/Linux distributions}. We hope you can soon switch
4705641f 5580to the GuixSD without fear, of course. In the meantime, you can
8aaaae38
LC
5581also keep using your distribution and try out the package manager on top
5582of it (@pxref{Installation}).
5583
5584Before you proceed with the installation, be aware of the following
5585noteworthy limitations applicable to version @value{VERSION}:
5586
5587@itemize
5588@item
5589The installation process does not include a graphical user interface and
5590requires familiarity with GNU/Linux (see the following subsections to
5591get a feel of what that means.)
5592
5593@item
093ae1be 5594The system does not yet provide full GNOME and KDE desktops. Xfce and
f97c9175 5595Enlightenment are available, though, if graphical desktop environments
093ae1be 5596are your thing, as well as a number of X11 window managers.
8aaaae38
LC
5597
5598@item
dbcb0ab1 5599Support for the Logical Volume Manager (LVM) is missing.
8aaaae38
LC
5600
5601@item
5602Few system services are currently supported out-of-the-box
5603(@pxref{Services}).
5604
5605@item
dedb8d5e 5606More than 3,000 packages are available, but you may
8aaaae38
LC
5607occasionally find that a useful package is missing.
5608@end itemize
5609
f97c9175
AE
5610You have been warned! But more than a disclaimer, this is an invitation
5611to report issues (and success stories!), and to join us in improving it.
8aaaae38 5612@xref{Contributing}, for more info.
5af6de3e 5613
dedb8d5e 5614@node USB Stick Installation
5af6de3e
LC
5615@subsection USB Stick Installation
5616
5617An installation image for USB sticks can be downloaded from
4705641f 5618@indicateurl{ftp://alpha.gnu.org/gnu/guix/guixsd-usb-install-@value{VERSION}.@var{system}.xz},
5af6de3e
LC
5619where @var{system} is one of:
5620
5621@table @code
5622@item x86_64-linux
5623for a GNU/Linux system on Intel/AMD-compatible 64-bit CPUs;
5624
5625@item i686-linux
5626for a 32-bit GNU/Linux system on Intel-compatible CPUs.
5627@end table
5628
5629This image contains a single partition with the tools necessary for an
5630installation. It is meant to be copied @emph{as is} to a large-enough
5631USB stick.
5632
5633To copy the image to a USB stick, follow these steps:
5634
5635@enumerate
5636@item
5637Decompress the image using the @command{xz} command:
5638
5639@example
4705641f 5640xz -d guixsd-usb-install-@value{VERSION}.@var{system}.xz
5af6de3e
LC
5641@end example
5642
5643@item
f97c9175
AE
5644Insert a USB stick of 1@tie{}GiB or more into your machine, and determine
5645its device name. Assuming that the USB stick is known as @file{/dev/sdX},
5af6de3e
LC
5646copy the image with:
5647
5648@example
4705641f 5649dd if=guixsd-usb-install-@value{VERSION}.x86_64 of=/dev/sdX
5af6de3e
LC
5650@end example
5651
5652Access to @file{/dev/sdX} usually requires root privileges.
5653@end enumerate
5654
5655Once this is done, you should be able to reboot the system and boot from
5656the USB stick. The latter usually requires you to get in the BIOS' boot
5657menu, where you can choose to boot from the USB stick.
5658
dedb8d5e 5659@node Preparing for Installation
5af6de3e
LC
5660@subsection Preparing for Installation
5661
5662Once you have successfully booted the image on the USB stick, you should
5663end up with a root prompt. Several console TTYs are configured and can
5664be used to run commands as root. TTY2 shows this documentation,
5665browsable using the Info reader commands (@pxref{Help,,, info, Info: An
ae7ffa9e
LC
5666Introduction}). The installation system runs the GPM mouse daemon,
5667which allows you to select text with the left mouse button and to paste
5668it with the middle button.
5af6de3e 5669
dedb8d5e 5670@subsubsection Keyboard Layout
5af6de3e 5671
dedb8d5e
LC
5672@cindex keyboard layout
5673The installation image uses the US qwerty keyboard layout. If you want
5674to change it, you can use the @command{loadkeys} command. For example,
5675the following command selects the Dvorak keyboard layout:
5af6de3e 5676
dedb8d5e
LC
5677@example
5678loadkeys dvorak
5679@end example
5680
5681See the files under @file{/run/current-system/profile/share/keymaps} for
5682a list of available keyboard layouts. Run @command{man loadkeys} for
5683more information.
5684
5685@subsubsection Networking
5686
5687Run the following command see what your network interfaces are called:
235cba85
LC
5688
5689@example
dedb8d5e 5690ifconfig -a
235cba85
LC
5691@end example
5692
95c559c1 5693@c http://cgit.freedesktop.org/systemd/systemd/tree/src/udev/udev-builtin-net_id.c#n20
dedb8d5e
LC
5694Wired interfaces have a name starting with @samp{e}; for example, the
5695interface corresponding to the first on-board Ethernet controller is
5696called @samp{eno1}. Wireless interfaces have a name starting with
5697@samp{w}, like @samp{w1p2s0}.
5698
5699@table @asis
5700@item Wired connection
5701To configure a wired network run the following command, substituting
5702@var{interface} with the name of the wired interface you want to use.
5703
5704@example
5705ifconfig @var{interface} up
5706@end example
5707
5708@item Wireless connection
5709To configure wireless networking, you can create a configuration file
5710for the @command{wpa_supplicant} configuration tool (its location is not
5711important) using one of the available text editors such as
5712@command{zile}:
5713
5714@example
5715zile wpa_supplicant.conf
5716@end example
5717
5718As an example, the following stanza can go to this file and will work
5719for many wireless networks, provided you give the actual SSID and
5720passphrase for the network you are connecting to:
5721
5722@example
5723network=@{
5724 ssid=@var{my-ssid}
5725 key_mgmt=WPA-PSK
5726 psk="the network's secret passphrase"
5727@}
5728@end example
5729
5730Start the wireless service and run it in the background with the
5731following command (substitute @var{interface} with the name of the
5732network interface you want to use):
5733
5734@example
5735wpa_supplicant -c wpa_supplicant.conf -i @var{interface} -B
5736@end example
5737
5738Run @command{man wpa_supplication} for more information.
5739@end table
5740
5741At this point, you need to acquire an IP address. On a network where IP
5742addresses are automatically assigned @i{via} DHCP, you can run:
5743
5744@example
5745dhclient @var{interface}
5746@end example
5af6de3e 5747
dedb8d5e
LC
5748Try to ping a server to see if networking is up and running:
5749
5750@example
5751ping -c 3 gnu.org
5752@end example
5af6de3e
LC
5753
5754Setting up network access is almost always a requirement because the
5755image does not contain all the software and tools that may be needed.
5756
dedb8d5e
LC
5757@subsubsection Disk Partitioning
5758
5759Unless this has already been done, the next step is to partition, and
5760then format the target partition(s).
5761
5762The installation image includes several partitioning tools, including
5763Parted (@pxref{Overview,,, parted, GNU Parted User Manual}),
5764@command{fdisk}, and @command{cfdisk}. Run it and set up your disk with
5765the partition layout you want:
5766
5767@example
5768cfdisk
5769@end example
5770
5771Once you are done partitioning the target hard disk drive, you have to
5772create a file system on the relevant partition(s)@footnote{Currently
5773GuixSD pretty much assumes an ext4 file system. In particular, code
5774that reads partition UUIDs and labels only works with ext4. This will
5775be fixed in the future.}.
5af6de3e 5776
7ab44369
LC
5777Preferably, assign partitions a label so that you can easily and
5778reliably refer to them in @code{file-system} declarations (@pxref{File
5779Systems}). This is typically done using the @code{-L} option of
dedb8d5e
LC
5780@command{mkfs.ext4} and related commands. So, assuming the target root
5781partition lives at @file{/dev/sda1}, a file system with the label
5782@code{my-root} can be created with:
7ab44369 5783
dedb8d5e
LC
5784@example
5785mkfs.ext4 -L my-root /dev/sda1
5786@end example
dd816355 5787
316d65be
LC
5788@c FIXME: Uncomment this once GRUB fully supports encrypted roots.
5789@c A typical command sequence may be:
5790@c
5791@c @example
5792@c # fdisk /dev/sdX
5793@c @dots{} Create partitions etc.@dots{}
5794@c # cryptsetup luksFormat /dev/sdX1
5795@c # cryptsetup open --type luks /dev/sdX1 my-partition
5796@c # mkfs.ext4 -L my-root /dev/mapper/my-partition
5797@c @end example
6d6e6281 5798
dedb8d5e
LC
5799In addition to e2fsprogs, the suite of tools to manipulate
5800ext2/ext3/ext4 file systems, the installation image includes
5801Cryptsetup/LUKS for disk encryption.
5af6de3e 5802
dedb8d5e
LC
5803Once that is done, mount the target root partition under @file{/mnt}
5804with a command like (again, assuming @file{/dev/sda1} is the root
5805partition):
83a17b62 5806
dedb8d5e
LC
5807@example
5808mount /dev/sda1 /mnt
5809@end example
83a17b62 5810
dedb8d5e
LC
5811@node Proceeding with the Installation
5812@subsection Proceeding with the Installation
83a17b62 5813
dedb8d5e
LC
5814With the target partitions ready and the target root mounted on
5815@file{/mnt}, we're ready to go. First, run:
5af6de3e 5816
dedb8d5e
LC
5817@example
5818herd start cow-store /mnt
5819@end example
5af6de3e 5820
dedb8d5e
LC
5821This makes @file{/gnu/store} copy-on-write, such that packages added to
5822it during the installation phase are written to the target disk rather
5823than kept in memory.
5af6de3e 5824
dedb8d5e 5825Next, you have to edit a file and
5af6de3e
LC
5826provide the declaration of the operating system to be installed. To
5827that end, the installation system comes with two text editors: GNU nano
5828(@pxref{Top,,, nano, GNU nano Manual}), and GNU Zile, an Emacs clone.
5829It is better to store that file on the target root file system, say, as
5830@file{/mnt/etc/config.scm}.
5831
dedb8d5e
LC
5832@xref{Using the Configuration System}, for an overview of the
5833configuration file. The example configurations discussed in that
5834section are available under @file{/etc/configuration} in the
5835installation image. Thus, to get started with a system configuration
5836providing a graphical display server (a ``desktop'' system), you can run
5837something along these lines:
5838
5839@example
5840# mkdir /mnt/etc
5841# cp /etc/configuration/desktop.scm /mnt/etc/config.scm
5842# zile /mnt/etc/config.scm
5843@end example
5844
5845You should pay attention to what your configuration file contains, and
5846in particular:
5847
5848@itemize
5849@item
5850Make sure the @code{grub-configuration} form refers to the device you
5851want to install GRUB on.
5852
5853@item
5854Be sure that your partition labels match the value of their respective
5855@code{device} fields in your @code{file-system} configuration, assuming
5856your @code{file-system} configuration sets the value of @code{title} to
5857@code{'label}.
5858@end itemize
5af6de3e 5859
dd51caac
LC
5860Once you are done preparing the configuration file, the new system must
5861be initialized (remember that the target root file system is mounted
5862under @file{/mnt}):
5af6de3e
LC
5863
5864@example
5865guix system init /mnt/etc/config.scm /mnt
5866@end example
5867
5868@noindent
dedb8d5e 5869This copies all the necessary files and installs GRUB on
5af6de3e 5870@file{/dev/sdX}, unless you pass the @option{--no-grub} option. For
6621cdb6 5871more information, @pxref{Invoking guix system}. This command may trigger
5af6de3e
LC
5872downloads or builds of missing packages, which can take some time.
5873
1bd4e6db
LC
5874Once that command has completed---and hopefully succeeded!---you can run
5875@command{reboot} and boot into the new system. The @code{root} password
5876in the new system is initially empty; other users' passwords need to be
5877initialized by running the @command{passwd} command as @code{root},
5878unless your configuration specifies otherwise
5879(@pxref{user-account-password, user account passwords}).
5880
5881Join us on @code{#guix} on the Freenode IRC network or on
5af6de3e
LC
5882@file{guix-devel@@gnu.org} to share your experience---good or not so
5883good.
5884
dedb8d5e 5885@node Building the Installation Image
5af6de3e
LC
5886@subsection Building the Installation Image
5887
5888The installation image described above was built using the @command{guix
5889system} command, specifically:
5890
5891@example
8a225c66 5892guix system disk-image --image-size=850MiB gnu/system/install.scm
5af6de3e
LC
5893@end example
5894
5895@xref{Invoking guix system}, for more information. See
5896@file{gnu/system/install.scm} in the source tree for more information
5897about the installation image.
5898
cf4a9129
LC
5899@node System Configuration
5900@section System Configuration
b208a005 5901
cf4a9129 5902@cindex system configuration
3ca2731c 5903The Guix System Distribution supports a consistent whole-system configuration
cf4a9129
LC
5904mechanism. By that we mean that all aspects of the global system
5905configuration---such as the available system services, timezone and
5906locale settings, user accounts---are declared in a single place. Such
5907a @dfn{system configuration} can be @dfn{instantiated}---i.e., effected.
91ef73d4 5908
cf4a9129
LC
5909One of the advantages of putting all the system configuration under the
5910control of Guix is that it supports transactional system upgrades, and
5911makes it possible to roll-back to a previous system instantiation,
5912should something go wrong with the new one (@pxref{Features}). Another
5913one is that it makes it easy to replicate the exact same configuration
5914across different machines, or at different points in time, without
5915having to resort to additional administration tools layered on top of
5916the system's own tools.
5917@c Yes, we're talking of Puppet, Chef, & co. here. ↑
91ef73d4 5918
cf4a9129
LC
5919This section describes this mechanism. First we focus on the system
5920administrator's viewpoint---explaining how the system is configured and
5921instantiated. Then we show how this mechanism can be extended, for
5922instance to support new system services.
91ef73d4 5923
cf4a9129
LC
5924@menu
5925* Using the Configuration System:: Customizing your GNU system.
7313a52e 5926* operating-system Reference:: Detail of operating-system declarations.
cf4a9129 5927* File Systems:: Configuring file system mounts.
510f9d86 5928* Mapped Devices:: Block device extra processing.
cf4a9129 5929* User Accounts:: Specifying user accounts.
598e19dc 5930* Locales:: Language and cultural convention settings.
cf4a9129 5931* Services:: Specifying system services.
0ae8c15a 5932* Setuid Programs:: Programs running with root privileges.
efb5e833 5933* X.509 Certificates:: Authenticating HTTPS servers.
996ed739 5934* Name Service Switch:: Configuring libc's name service switch.
fd1b1fa2 5935* Initial RAM Disk:: Linux-Libre bootstrapping.
88faf933 5936* GRUB Configuration:: Configuring the boot loader.
cf4a9129 5937* Invoking guix system:: Instantiating a system configuration.
97d76250 5938* Running GuixSD in a VM:: How to run GuixSD in a virtual machine.
cf4a9129
LC
5939* Defining Services:: Adding new service definitions.
5940@end menu
91ef73d4 5941
cf4a9129
LC
5942@node Using the Configuration System
5943@subsection Using the Configuration System
64d76fa6 5944
cf4a9129
LC
5945The operating system is configured by providing an
5946@code{operating-system} declaration in a file that can then be passed to
5947the @command{guix system} command (@pxref{Invoking guix system}). A
5948simple setup, with the default system services, the default Linux-Libre
5949kernel, initial RAM disk, and boot loader looks like this:
91ef73d4 5950
cf4a9129
LC
5951@findex operating-system
5952@lisp
dd51caac 5953@include os-config-bare-bones.texi
cf4a9129 5954@end lisp
401c53c4 5955
cf4a9129
LC
5956This example should be self-describing. Some of the fields defined
5957above, such as @code{host-name} and @code{bootloader}, are mandatory.
5958Others, such as @code{packages} and @code{services}, can be omitted, in
5959which case they get a default value.
e7f34eb0 5960
5d94ac51
LC
5961Below we discuss the effect of some of the most important fields
5962(@pxref{operating-system Reference}, for details about all the available
5963fields), and how to @dfn{instantiate} the operating system using
5964@command{guix system}.
5965
5966@unnumberedsubsubsec Globally-Visible Packages
5967
cf4a9129 5968@vindex %base-packages
5d94ac51
LC
5969The @code{packages} field lists packages that will be globally visible
5970on the system, for all user accounts---i.e., in every user's @code{PATH}
5971environment variable---in addition to the per-user profiles
5972(@pxref{Invoking guix package}). The @var{%base-packages} variable
5973provides all the tools one would expect for basic user and administrator
5974tasks---including the GNU Core Utilities, the GNU Networking Utilities,
5975the GNU Zile lightweight text editor, @command{find}, @command{grep},
5976etc. The example above adds tcpdump to those, taken from the @code{(gnu
5977packages admin)} module (@pxref{Package Modules}).
e7f34eb0 5978
f6c9fb1b
LC
5979@findex specification->package
5980Referring to packages by variable name, like @var{tcpdump} above, has
5981the advantage of being unambiguous; it also allows typos and such to be
5982diagnosed right away as ``unbound variables''. The downside is that one
5983needs to know which module defines which package, and to augment the
5984@code{use-package-modules} line accordingly. To avoid that, one can use
5985the @code{specification->package} procedure of the @code{(gnu packages)}
5986module, which returns the best package for a given name or name and
5987version:
5988
5989@lisp
5990(use-modules (gnu packages))
5991
5992(operating-system
5993 ;; ...
5994 (packages (append (map specification->package
5995 '("tcpdump" "htop" "gnupg-2.0"))
5996 %base-packages)))
5997@end lisp
5998
5d94ac51
LC
5999@unnumberedsubsubsec System Services
6000
cf4a9129
LC
6001@vindex %base-services
6002The @code{services} field lists @dfn{system services} to be made
6003available when the system starts (@pxref{Services}).
6004The @code{operating-system} declaration above specifies that, in
6005addition to the basic services, we want the @command{lshd} secure shell
cd6f6c22
LC
6006daemon listening on port 2222 (@pxref{Networking Services,
6007@code{lsh-service}}). Under the hood,
cf4a9129
LC
6008@code{lsh-service} arranges so that @code{lshd} is started with the
6009right command-line options, possibly with supporting configuration files
cd6f6c22
LC
6010generated as needed (@pxref{Defining Services}).
6011
6012@cindex customization, of services
6013@findex modify-services
6014Occasionally, instead of using the base services as is, you will want to
6015customize them. For instance, to change the configuration of
6016@code{guix-daemon} and Mingetty (the console log-in), you may write the
6017following instead of @var{%base-services}:
6018
6019@lisp
6020(modify-services %base-services
6021 (guix-service-type config =>
6022 (guix-configuration
6023 (inherit config)
6024 (use-substitutes? #f)
6025 (extra-options '("--gc-keep-outputs"))))
6026 (mingetty-service-type config =>
6027 (mingetty-configuration
6028 (inherit config)
6029 (motd (plain-file "motd" "Hi there!")))))
6030@end lisp
6031
6032@noindent
6033The effect here is to change the options passed to @command{guix-daemon}
6034when it is started, as well as the ``message of the day'' that appears
6035when logging in at the console. @xref{Service Reference,
6036@code{modify-services}}, for more on that.
a1ba8475 6037
dd51caac 6038The configuration for a typical ``desktop'' usage, with the X11 display
cd6f6c22 6039server, a desktop environment, network management, power management, and
dd51caac
LC
6040more, would look like this:
6041
6042@lisp
6043@include os-config-desktop.texi
6044@end lisp
6045
6046@xref{Desktop Services}, for the exact list of services provided by
efb5e833
LC
6047@var{%desktop-services}. @xref{X.509 Certificates}, for background
6048information about the @code{nss-certs} package that is used here.
dd51caac 6049
5d94ac51
LC
6050Again, @var{%desktop-services} is just a list of service objects. If
6051you want to remove services from there, you can do so using the
6052procedures for list filtering (@pxref{SRFI-1 Filtering and
6053Partitioning,,, guile, GNU Guile Reference Manual}). For instance, the
6054following expression returns a list that contains all the services in
6055@var{%desktop-services} minus the Avahi service:
6056
6057@example
6058(remove (lambda (service)
6059 (eq? (service-kind service) avahi-service-type))
6060 %desktop-services)
6061@end example
6062
6063@unnumberedsubsubsec Instantiating the System
6064
6065Assuming the @code{operating-system} declaration
6066is stored in the @file{my-system-config.scm}
cf4a9129
LC
6067file, the @command{guix system reconfigure my-system-config.scm} command
6068instantiates that configuration, and makes it the default GRUB boot
65797bff
LC
6069entry (@pxref{Invoking guix system}).
6070
6071The normal way to change the system's configuration is by updating this
6072file and re-running @command{guix system reconfigure}. One should never
6073have to touch files in @command{/etc} or to run commands that modify the
6074system state such as @command{useradd} or @command{grub-install}. In
6075fact, you must avoid that since that would not only void your warranty
6076but also prevent you from rolling back to previous versions of your
6077system, should you ever need to.
6078
6079@cindex roll-back, of the operating system
6080Speaking of roll-back, each time you run @command{guix system
6081reconfigure}, a new @dfn{generation} of the system is created---without
6082modifying or deleting previous generations. Old system generations get
6083an entry in the GRUB boot menu, allowing you to boot them in case
6084something went wrong with the latest generation. Reassuring, no? The
6085@command{guix system list-generations} command lists the system
6086generations available on disk.
b81e1947 6087
5d94ac51
LC
6088@unnumberedsubsubsec The Programming Interface
6089
cf4a9129
LC
6090At the Scheme level, the bulk of an @code{operating-system} declaration
6091is instantiated with the following monadic procedure (@pxref{The Store
6092Monad}):
b81e1947 6093
cf4a9129
LC
6094@deffn {Monadic Procedure} operating-system-derivation os
6095Return a derivation that builds @var{os}, an @code{operating-system}
6096object (@pxref{Derivations}).
b81e1947 6097
cf4a9129
LC
6098The output of the derivation is a single directory that refers to all
6099the packages, configuration files, and other supporting files needed to
6100instantiate @var{os}.
6101@end deffn
b81e1947 6102
5d94ac51
LC
6103This procedure is provided by the @code{(gnu system)} module. Along
6104with @code{(gnu services)} (@pxref{Services}), this module contains the
6105guts of GuixSD. Make sure to visit it!
6106
6107
7313a52e
LC
6108@node operating-system Reference
6109@subsection @code{operating-system} Reference
6110
6111This section summarizes all the options available in
6112@code{operating-system} declarations (@pxref{Using the Configuration
6113System}).
6114
6115@deftp {Data Type} operating-system
6116This is the data type representing an operating system configuration.
6117By that, we mean all the global system configuration, not per-user
6118configuration (@pxref{Using the Configuration System}).
6119
6120@table @asis
6121@item @code{kernel} (default: @var{linux-libre})
fbb25e56 6122The package object of the operating system kernel to use@footnote{Currently
7313a52e
LC
6123only the Linux-libre kernel is supported. In the future, it will be
6124possible to use the GNU@tie{}Hurd.}.
6125
ee2a6304
LC
6126@item @code{kernel-arguments} (default: @code{'()})
6127List of strings or gexps representing additional arguments to pass on
6128the kernel's command-line---e.g., @code{("console=ttyS0")}.
6129
7313a52e 6130@item @code{bootloader}
88faf933 6131The system bootloader configuration object. @xref{GRUB Configuration}.
7313a52e
LC
6132
6133@item @code{initrd} (default: @code{base-initrd})
6134A two-argument monadic procedure that returns an initial RAM disk for
6135the Linux kernel. @xref{Initial RAM Disk}.
6136
f34c56be
LC
6137@item @code{firmware} (default: @var{%base-firmware})
6138@cindex firmware
6139List of firmware packages loadable by the operating system kernel.
6140
6141The default includes firmware needed for Atheros-based WiFi devices
6142(Linux-libre module @code{ath9k}.)
6143
7313a52e
LC
6144@item @code{host-name}
6145The host name.
6146
6147@item @code{hosts-file}
6148@cindex hosts file
24e02c28 6149A file-like object (@pxref{G-Expressions, file-like objects}) for use as
7313a52e 6150@file{/etc/hosts} (@pxref{Host Names,,, libc, The GNU C Library
24e02c28 6151Reference Manual}). The default is a file with entries for
7313a52e
LC
6152@code{localhost} and @var{host-name}.
6153
6154@item @code{mapped-devices} (default: @code{'()})
6155A list of mapped devices. @xref{Mapped Devices}.
6156
6157@item @code{file-systems}
6158A list of file systems. @xref{File Systems}.
6159
6160@item @code{swap-devices} (default: @code{'()})
6161@cindex swap devices
6162A list of strings identifying devices to be used for ``swap space''
6163(@pxref{Memory Concepts,,, libc, The GNU C Library Reference Manual}).
6164For example, @code{'("/dev/sda3")}.
6165
bf87f38a 6166@item @code{users} (default: @code{%base-user-accounts})
7313a52e
LC
6167@itemx @code{groups} (default: @var{%base-groups})
6168List of user accounts and groups. @xref{User Accounts}.
6169
6170@item @code{skeletons} (default: @code{(default-skeletons)})
6171A monadic list of pairs of target file name and files. These are the
6172files that will be used as skeletons as new accounts are created.
6173
6174For instance, a valid value may look like this:
6175
6176@example
6177(mlet %store-monad ((bashrc (text-file "bashrc" "\
6178 export PATH=$HOME/.guix-profile/bin")))
6179 (return `((".bashrc" ,bashrc))))
6180@end example
6181
6182@item @code{issue} (default: @var{%default-issue})
6183A string denoting the contents of the @file{/etc/issue} file, which is
6184what displayed when users log in on a text console.
6185
6186@item @code{packages} (default: @var{%base-packages})
6187The set of packages installed in the global profile, which is accessible
6188at @file{/run/current-system/profile}.
6189
6190The default set includes core utilities, but it is good practice to
6191install non-core utilities in user profiles (@pxref{Invoking guix
6192package}).
6193
6194@item @code{timezone}
6195A timezone identifying string---e.g., @code{"Europe/Paris"}.
6196
17c20385
LC
6197You can run the @command{tzselect} command to find out which timezone
6198string corresponds to your region. Choosing an invalid timezone name
6199causes @command{guix system} to fail.
6200
598e19dc
LC
6201@item @code{locale} (default: @code{"en_US.utf8"})
6202The name of the default locale (@pxref{Locale Names,,, libc, The GNU C
6203Library Reference Manual}). @xref{Locales}, for more information.
6204
6205@item @code{locale-definitions} (default: @var{%default-locale-definitions})
6206The list of locale definitions to be compiled and that may be used at
6207run time. @xref{Locales}.
7313a52e 6208
34760ae7
LC
6209@item @code{locale-libcs} (default: @code{(list @var{glibc})})
6210The list of GNU@tie{}libc packages whose locale data and tools are used
6211to build the locale definitions. @xref{Locales}, for compatibility
6212considerations that justify this option.
6213
996ed739
LC
6214@item @code{name-service-switch} (default: @var{%default-nss})
6215Configuration of libc's name service switch (NSS)---a
6216@code{<name-service-switch>} object. @xref{Name Service Switch}, for
6217details.
6218
7313a52e 6219@item @code{services} (default: @var{%base-services})
28d939af 6220A list of service objects denoting system services. @xref{Services}.
7313a52e
LC
6221
6222@item @code{pam-services} (default: @code{(base-pam-services)})
6223@cindex PAM
6224@cindex pluggable authentication modules
6225Linux @dfn{pluggable authentication module} (PAM) services.
6226@c FIXME: Add xref to PAM services section.
6227
6228@item @code{setuid-programs} (default: @var{%setuid-programs})
6229List of string-valued G-expressions denoting setuid programs.
6230@xref{Setuid Programs}.
6231
f5a9ffa0
AK
6232@item @code{sudoers-file} (default: @var{%sudoers-specification})
6233@cindex sudoers file
84765839
LC
6234The contents of the @file{/etc/sudoers} file as a file-like object
6235(@pxref{G-Expressions, @code{local-file} and @code{plain-file}}).
7313a52e
LC
6236
6237This file specifies which users can use the @command{sudo} command, what
6238they are allowed to do, and what privileges they may gain. The default
6239is that only @code{root} and members of the @code{wheel} group may use
6240@code{sudo}.
6241
6242@end table
6243@end deftp
6244
cf4a9129
LC
6245@node File Systems
6246@subsection File Systems
b81e1947 6247
cf4a9129
LC
6248The list of file systems to be mounted is specified in the
6249@code{file-systems} field of the operating system's declaration
6250(@pxref{Using the Configuration System}). Each file system is declared
6251using the @code{file-system} form, like this:
b81e1947
LC
6252
6253@example
cf4a9129
LC
6254(file-system
6255 (mount-point "/home")
6256 (device "/dev/sda3")
6257 (type "ext4"))
b81e1947
LC
6258@end example
6259
cf4a9129
LC
6260As usual, some of the fields are mandatory---those shown in the example
6261above---while others can be omitted. These are described below.
b81e1947 6262
cf4a9129
LC
6263@deftp {Data Type} file-system
6264Objects of this type represent file systems to be mounted. They
6265contain the following members:
5ff3c4b8 6266
cf4a9129
LC
6267@table @asis
6268@item @code{type}
6269This is a string specifying the type of the file system---e.g.,
6270@code{"ext4"}.
5ff3c4b8 6271
cf4a9129
LC
6272@item @code{mount-point}
6273This designates the place where the file system is to be mounted.
b81e1947 6274
cf4a9129
LC
6275@item @code{device}
6276This names the ``source'' of the file system. By default it is the name
6277of a node under @file{/dev}, but its meaning depends on the @code{title}
6278field described below.
401c53c4 6279
cf4a9129
LC
6280@item @code{title} (default: @code{'device})
6281This is a symbol that specifies how the @code{device} field is to be
6282interpreted.
401c53c4 6283
cf4a9129
LC
6284When it is the symbol @code{device}, then the @code{device} field is
6285interpreted as a file name; when it is @code{label}, then @code{device}
6286is interpreted as a partition label name; when it is @code{uuid},
6287@code{device} is interpreted as a partition unique identifier (UUID).
da7cabd4 6288
661a1d79
LC
6289UUIDs may be converted from their string representation (as shown by the
6290@command{tune2fs -l} command) using the @code{uuid} form, like this:
6291
6292@example
6293(file-system
6294 (mount-point "/home")
6295 (type "ext4")
6296 (title 'uuid)
6297 (device (uuid "4dab5feb-d176-45de-b287-9b0a6e4c01cb")))
6298@end example
6299
cf4a9129 6300The @code{label} and @code{uuid} options offer a way to refer to disk
661a1d79
LC
6301partitions without having to hard-code their actual device
6302name@footnote{Note that, while it is tempting to use
6303@file{/dev/disk/by-uuid} and similar device names to achieve the same
6304result, this is not recommended: These special device nodes are created
6305by the udev daemon and may be unavailable at the time the device is
6306mounted.}.
da7cabd4 6307
5f86a66e
LC
6308However, when a file system's source is a mapped device (@pxref{Mapped
6309Devices}), its @code{device} field @emph{must} refer to the mapped
6310device name---e.g., @file{/dev/mapper/root-partition}---and consequently
6311@code{title} must be set to @code{'device}. This is required so that
6312the system knows that mounting the file system depends on having the
6313corresponding device mapping established.
6314
cf4a9129
LC
6315@item @code{flags} (default: @code{'()})
6316This is a list of symbols denoting mount flags. Recognized flags
2c071ce9
LC
6317include @code{read-only}, @code{bind-mount}, @code{no-dev} (disallow
6318access to special files), @code{no-suid} (ignore setuid and setgid
6319bits), and @code{no-exec} (disallow program execution.)
da7cabd4 6320
cf4a9129
LC
6321@item @code{options} (default: @code{#f})
6322This is either @code{#f}, or a string denoting mount options.
da7cabd4 6323
be21979d
LC
6324@item @code{mount?} (default: @code{#t})
6325This value indicates whether to automatically mount the file system when
6326the system is brought up. When set to @code{#f}, the file system gets
6327an entry in @file{/etc/fstab} (read by the @command{mount} command) but
6328is not automatically mounted.
6329
cf4a9129
LC
6330@item @code{needed-for-boot?} (default: @code{#f})
6331This Boolean value indicates whether the file system is needed when
6332booting. If that is true, then the file system is mounted when the
6333initial RAM disk (initrd) is loaded. This is always the case, for
6334instance, for the root file system.
da7cabd4 6335
cf4a9129
LC
6336@item @code{check?} (default: @code{#t})
6337This Boolean indicates whether the file system needs to be checked for
6338errors before being mounted.
f9cc8971 6339
4e469051
LC
6340@item @code{create-mount-point?} (default: @code{#f})
6341When true, the mount point is created if it does not exist yet.
6342
e51710d1
LC
6343@item @code{dependencies} (default: @code{'()})
6344This is a list of @code{<file-system>} objects representing file systems
6345that must be mounted before (and unmounted after) this one.
6346
6347As an example, consider a hierarchy of mounts: @file{/sys/fs/cgroup} is
6348a dependency of @file{/sys/fs/cgroup/cpu} and
6349@file{/sys/fs/cgroup/memory}.
6350
cf4a9129
LC
6351@end table
6352@end deftp
da7cabd4 6353
a69576ea
LC
6354The @code{(gnu system file-systems)} exports the following useful
6355variables.
6356
6357@defvr {Scheme Variable} %base-file-systems
6358These are essential file systems that are required on normal systems,
cc0e575a 6359such as @var{%pseudo-terminal-file-system} and @var{%immutable-store} (see
3392ce5d
LC
6360below.) Operating system declarations should always contain at least
6361these.
a69576ea
LC
6362@end defvr
6363
7f239fd3
LC
6364@defvr {Scheme Variable} %pseudo-terminal-file-system
6365This is the file system to be mounted as @file{/dev/pts}. It supports
6366@dfn{pseudo-terminals} created @i{via} @code{openpty} and similar
6367functions (@pxref{Pseudo-Terminals,,, libc, The GNU C Library Reference
6368Manual}). Pseudo-terminals are used by terminal emulators such as
6369@command{xterm}.
6370@end defvr
6371
db17ae5c
LC
6372@defvr {Scheme Variable} %shared-memory-file-system
6373This file system is mounted as @file{/dev/shm} and is used to support
6374memory sharing across processes (@pxref{Memory-mapped I/O,
6375@code{shm_open},, libc, The GNU C Library Reference Manual}).
6376@end defvr
6377
3392ce5d
LC
6378@defvr {Scheme Variable} %immutable-store
6379This file system performs a read-only ``bind mount'' of
6380@file{/gnu/store}, making it read-only for all the users including
6381@code{root}. This prevents against accidental modification by software
6382running as @code{root} or by system administrators.
6383
6384The daemon itself is still able to write to the store: it remounts it
6385read-write in its own ``name space.''
6386@end defvr
6387
a69576ea
LC
6388@defvr {Scheme Variable} %binary-format-file-system
6389The @code{binfmt_misc} file system, which allows handling of arbitrary
6390executable file types to be delegated to user space. This requires the
6391@code{binfmt.ko} kernel module to be loaded.
6392@end defvr
6393
6394@defvr {Scheme Variable} %fuse-control-file-system
6395The @code{fusectl} file system, which allows unprivileged users to mount
6396and unmount user-space FUSE file systems. This requires the
6397@code{fuse.ko} kernel module to be loaded.
6398@end defvr
6399
510f9d86
LC
6400@node Mapped Devices
6401@subsection Mapped Devices
6402
6403@cindex device mapping
6404@cindex mapped devices
6405The Linux kernel has a notion of @dfn{device mapping}: a block device,
6406such as a hard disk partition, can be @dfn{mapped} into another device,
6407with additional processing over the data that flows through
6408it@footnote{Note that the GNU@tie{}Hurd makes no difference between the
6409concept of a ``mapped device'' and that of a file system: both boil down
6410to @emph{translating} input/output operations made on a file to
6411operations on its backing store. Thus, the Hurd implements mapped
6412devices, like file systems, using the generic @dfn{translator} mechanism
6413(@pxref{Translators,,, hurd, The GNU Hurd Reference Manual}).}. A
6414typical example is encryption device mapping: all writes to the mapped
6415device are encrypted, and all reads are deciphered, transparently.
6416
6417Mapped devices are declared using the @code{mapped-device} form:
6418
6419@example
6420(mapped-device
6421 (source "/dev/sda3")
6422 (target "home")
6423 (type luks-device-mapping))
6424@end example
6425
6426@noindent
6427@cindex disk encryption
6428@cindex LUKS
6429This example specifies a mapping from @file{/dev/sda3} to
6430@file{/dev/mapper/home} using LUKS---the
6431@url{http://code.google.com/p/cryptsetup,Linux Unified Key Setup}, a
6432standard mechanism for disk encryption. The @file{/dev/mapper/home}
6433device can then be used as the @code{device} of a @code{file-system}
6434declaration (@pxref{File Systems}). The @code{mapped-device} form is
6435detailed below.
6436
6437@deftp {Data Type} mapped-device
6438Objects of this type represent device mappings that will be made when
6439the system boots up.
6440
9cb426b8
LC
6441@table @code
6442@item source
510f9d86
LC
6443This string specifies the name of the block device to be mapped, such as
6444@code{"/dev/sda3"}.
6445
9cb426b8 6446@item target
510f9d86
LC
6447This string specifies the name of the mapping to be established. For
6448example, specifying @code{"my-partition"} will lead to the creation of
6449the @code{"/dev/mapper/my-partition"} device.
6450
9cb426b8 6451@item type
510f9d86
LC
6452This must be a @code{mapped-device-kind} object, which specifies how
6453@var{source} is mapped to @var{target}.
6454@end table
6455@end deftp
6456
6457@defvr {Scheme Variable} luks-device-mapping
6458This defines LUKS block device encryption using the @command{cryptsetup}
6459command, from the same-named package. This relies on the
6460@code{dm-crypt} Linux kernel module.
6461@end defvr
6462
cf4a9129
LC
6463@node User Accounts
6464@subsection User Accounts
ee85f3db 6465
9bea87a5
LC
6466User accounts and groups are entirely managed through the
6467@code{operating-system} declaration. They are specified with the
6468@code{user-account} and @code{user-group} forms:
ee85f3db 6469
cf4a9129
LC
6470@example
6471(user-account
6472 (name "alice")
6473 (group "users")
24e752c0
LC
6474 (supplementary-groups '("wheel" ;allow use of sudo, etc.
6475 "audio" ;sound card
6476 "video" ;video devices such as webcams
6477 "cdrom")) ;the good ol' CD-ROM
cf4a9129
LC
6478 (comment "Bob's sister")
6479 (home-directory "/home/alice"))
6480@end example
25083588 6481
9bea87a5
LC
6482When booting or upon completion of @command{guix system reconfigure},
6483the system ensures that only the user accounts and groups specified in
6484the @code{operating-system} declaration exist, and with the specified
6485properties. Thus, account or group creations or modifications made by
6486directly invoking commands such as @command{useradd} are lost upon
6487reconfiguration or reboot. This ensures that the system remains exactly
6488as declared.
6489
cf4a9129
LC
6490@deftp {Data Type} user-account
6491Objects of this type represent user accounts. The following members may
6492be specified:
ee85f3db 6493
cf4a9129
LC
6494@table @asis
6495@item @code{name}
6496The name of the user account.
ee85f3db 6497
cf4a9129
LC
6498@item @code{group}
6499This is the name (a string) or identifier (a number) of the user group
6500this account belongs to.
ee85f3db 6501
cf4a9129
LC
6502@item @code{supplementary-groups} (default: @code{'()})
6503Optionally, this can be defined as a list of group names that this
6504account belongs to.
ee85f3db 6505
cf4a9129
LC
6506@item @code{uid} (default: @code{#f})
6507This is the user ID for this account (a number), or @code{#f}. In the
6508latter case, a number is automatically chosen by the system when the
6509account is created.
ee85f3db 6510
cf4a9129
LC
6511@item @code{comment} (default: @code{""})
6512A comment about the account, such as the account's owner full name.
c8c871d1 6513
cf4a9129
LC
6514@item @code{home-directory}
6515This is the name of the home directory for the account.
ee85f3db 6516
cf4a9129
LC
6517@item @code{shell} (default: Bash)
6518This is a G-expression denoting the file name of a program to be used as
6519the shell (@pxref{G-Expressions}).
ee85f3db 6520
cf4a9129
LC
6521@item @code{system?} (default: @code{#f})
6522This Boolean value indicates whether the account is a ``system''
6523account. System accounts are sometimes treated specially; for instance,
6524graphical login managers do not list them.
ee85f3db 6525
1bd4e6db 6526@anchor{user-account-password}
cf4a9129 6527@item @code{password} (default: @code{#f})
eb59595c
LC
6528You would normally leave this field to @code{#f}, initialize user
6529passwords as @code{root} with the @command{passwd} command, and then let
9bea87a5
LC
6530users change it with @command{passwd}. Passwords set with
6531@command{passwd} are of course preserved across reboot and
6532reconfiguration.
eb59595c
LC
6533
6534If you @emph{do} want to have a preset password for an account, then
6535this field must contain the encrypted password, as a string.
5d1f1177
LC
6536@xref{crypt,,, libc, The GNU C Library Reference Manual}, for more information
6537on password encryption, and @ref{Encryption,,, guile, GNU Guile Reference
eb59595c 6538Manual}, for information on Guile's @code{crypt} procedure.
c8c871d1 6539
cf4a9129
LC
6540@end table
6541@end deftp
ee85f3db 6542
cf4a9129 6543User group declarations are even simpler:
ee85f3db 6544
cf4a9129
LC
6545@example
6546(user-group (name "students"))
6547@end example
ee85f3db 6548
cf4a9129
LC
6549@deftp {Data Type} user-group
6550This type is for, well, user groups. There are just a few fields:
af8a56b8 6551
cf4a9129
LC
6552@table @asis
6553@item @code{name}
6554The group's name.
ee85f3db 6555
cf4a9129
LC
6556@item @code{id} (default: @code{#f})
6557The group identifier (a number). If @code{#f}, a new number is
6558automatically allocated when the group is created.
ee85f3db 6559
c8fa3426
LC
6560@item @code{system?} (default: @code{#f})
6561This Boolean value indicates whether the group is a ``system'' group.
6562System groups have low numerical IDs.
6563
cf4a9129
LC
6564@item @code{password} (default: @code{#f})
6565What, user groups can have a password? Well, apparently yes. Unless
6566@code{#f}, this field specifies the group's password.
ee85f3db 6567
cf4a9129
LC
6568@end table
6569@end deftp
401c53c4 6570
cf4a9129
LC
6571For convenience, a variable lists all the basic user groups one may
6572expect:
401c53c4 6573
cf4a9129
LC
6574@defvr {Scheme Variable} %base-groups
6575This is the list of basic user groups that users and/or packages expect
6576to be present on the system. This includes groups such as ``root'',
6577``wheel'', and ``users'', as well as groups used to control access to
6578specific devices such as ``audio'', ``disk'', and ``cdrom''.
6579@end defvr
401c53c4 6580
bf87f38a
LC
6581@defvr {Scheme Variable} %base-user-accounts
6582This is the list of basic system accounts that programs may expect to
6583find on a GNU/Linux system, such as the ``nobody'' account.
6584
6585Note that the ``root'' account is not included here. It is a
6586special-case and is automatically added whether or not it is specified.
6587@end defvr
6588
598e19dc
LC
6589@node Locales
6590@subsection Locales
6591
6592@cindex locale
6593A @dfn{locale} defines cultural conventions for a particular language
6594and region of the world (@pxref{Locales,,, libc, The GNU C Library
6595Reference Manual}). Each locale has a name that typically has the form
b2636518 6596@code{@var{language}_@var{territory}.@var{codeset}}---e.g.,
598e19dc
LC
6597@code{fr_LU.utf8} designates the locale for the French language, with
6598cultural conventions from Luxembourg, and using the UTF-8 encoding.
6599
6600@cindex locale definition
6601Usually, you will want to specify the default locale for the machine
6602using the @code{locale} field of the @code{operating-system} declaration
6603(@pxref{operating-system Reference, @code{locale}}).
6604
f5582b2c
LC
6605The selected locale is automatically added to the @dfn{locale
6606definitions} known to the system if needed, with its codeset inferred
6607from its name---e.g., @code{bo_CN.utf8} will be assumed to use the
6608@code{UTF-8} codeset. Additional locale definitions can be specified in
6609the @code{locale-definitions} slot of @code{operating-system}---this is
6610useful, for instance, if the codeset could not be inferred from the
6611locale name. The default set of locale definitions includes some widely
6612used locales, but not all the available locales, in order to save space.
6613
6614For instance, to add the North Frisian locale for Germany, the value of
6615that field may be:
598e19dc
LC
6616
6617@example
6618(cons (locale-definition
6619 (name "fy_DE.utf8") (source "fy_DE"))
6620 %default-locale-definitions)
6621@end example
6622
6623Likewise, to save space, one might want @code{locale-definitions} to
6624list only the locales that are actually used, as in:
6625
6626@example
6627(list (locale-definition
6628 (name "ja_JP.eucjp") (source "ja_JP")
6629 (charset "EUC-JP")))
6630@end example
6631
5c3c1427
LC
6632@vindex LOCPATH
6633The compiled locale definitions are available at
46bd6edd
LC
6634@file{/run/current-system/locale/X.Y}, where @code{X.Y} is the libc
6635version, which is the default location where the GNU@tie{}libc provided
6636by Guix looks for locale data. This can be overridden using the
6637@code{LOCPATH} environment variable (@pxref{locales-and-locpath,
5c3c1427
LC
6638@code{LOCPATH} and locale packages}).
6639
598e19dc
LC
6640The @code{locale-definition} form is provided by the @code{(gnu system
6641locale)} module. Details are given below.
6642
6643@deftp {Data Type} locale-definition
6644This is the data type of a locale definition.
6645
6646@table @asis
6647
6648@item @code{name}
6649The name of the locale. @xref{Locale Names,,, libc, The GNU C Library
6650Reference Manual}, for more information on locale names.
6651
6652@item @code{source}
6653The name of the source for that locale. This is typically the
6654@code{@var{language}_@var{territory}} part of the locale name.
6655
6656@item @code{charset} (default: @code{"UTF-8"})
6657The ``character set'' or ``code set'' for that locale,
6658@uref{http://www.iana.org/assignments/character-sets, as defined by
6659IANA}.
6660
6661@end table
6662@end deftp
6663
6664@defvr {Scheme Variable} %default-locale-definitions
b2636518
LC
6665An arbitrary list of commonly used UTF-8 locales, used as the default
6666value of the @code{locale-definitions} field of @code{operating-system}
598e19dc 6667declarations.
b2636518
LC
6668
6669@cindex locale name
6670@cindex normalized codeset in locale names
6671These locale definitions use the @dfn{normalized codeset} for the part
6672that follows the dot in the name (@pxref{Using gettextized software,
6673normalized codeset,, libc, The GNU C Library Reference Manual}). So for
6674instance it has @code{uk_UA.utf8} but @emph{not}, say,
6675@code{uk_UA.UTF-8}.
598e19dc 6676@end defvr
401c53c4 6677
34760ae7
LC
6678@subsubsection Locale Data Compatibility Considerations
6679
6680@cindex incompatibility, of locale data
6681@code{operating-system} declarations provide a @code{locale-libcs} field
6682to specify the GNU@tie{}libc packages that are used to compile locale
6683declarations (@pxref{operating-system Reference}). ``Why would I
6684care?'', you may ask. Well, it turns out that the binary format of
6685locale data is occasionally incompatible from one libc version to
6686another.
6687
6688@c See <https://sourceware.org/ml/libc-alpha/2015-09/msg00575.html>
6689@c and <https://lists.gnu.org/archive/html/guix-devel/2015-08/msg00737.html>.
6690For instance, a program linked against libc version 2.21 is unable to
6691read locale data produced with libc 2.22; worse, that program
6692@emph{aborts} instead of simply ignoring the incompatible locale
6693data@footnote{Versions 2.23 and later of GNU@tie{}libc will simply skip
6694the incompatible locale data, which is already an improvement.}.
6695Similarly, a program linked against libc 2.22 can read most, but not
6696all, the locale data from libc 2.21 (specifically, @code{LC_COLLATE}
6697data is incompatible); thus calls to @code{setlocale} may fail, but
6698programs will not abort.
6699
6700The ``problem'' in GuixSD is that users have a lot of freedom: They can
6701choose whether and when to upgrade software in their profiles, and might
6702be using a libc version different from the one the system administrator
6703used to build the system-wide locale data.
6704
6705Fortunately, unprivileged users can also install their own locale data
6706and define @var{GUIX_LOCPATH} accordingly (@pxref{locales-and-locpath,
6707@code{GUIX_LOCPATH} and locale packages}).
6708
6709Still, it is best if the system-wide locale data at
6710@file{/run/current-system/locale} is built for all the libc versions
6711actually in use on the system, so that all the programs can access
6712it---this is especially crucial on a multi-user system. To do that, the
6713administrator can specify several libc packages in the
6714@code{locale-libcs} field of @code{operating-system}:
6715
6716@example
6717(use-package-modules base)
6718
6719(operating-system
6720 ;; @dots{}
6721 (locale-libcs (list glibc-2.21 (canonical-package glibc))))
6722@end example
6723
6724This example would lead to a system containing locale definitions for
6725both libc 2.21 and the current version of libc in
6726@file{/run/current-system/locale}.
6727
6728
cf4a9129
LC
6729@node Services
6730@subsection Services
401c53c4 6731
cf4a9129
LC
6732@cindex system services
6733An important part of preparing an @code{operating-system} declaration is
6734listing @dfn{system services} and their configuration (@pxref{Using the
6735Configuration System}). System services are typically daemons launched
6736when the system boots, or other actions needed at that time---e.g.,
d8b94dbd
LC
6737configuring network access.
6738
dd17bc38
AK
6739Services are managed by the GNU@tie{}Shepherd (@pxref{Introduction,,,
6740shepherd, The GNU Shepherd Manual}). On a running system, the
6741@command{herd} command allows you to list the available services, show
6742their status, start and stop them, or do other specific operations
6743(@pxref{Jump Start,,, shepherd, The GNU Shepherd Manual}). For example:
d8b94dbd
LC
6744
6745@example
dd17bc38 6746# herd status
d8b94dbd
LC
6747@end example
6748
6749The above command, run as @code{root}, lists the currently defined
dd17bc38 6750services. The @command{herd doc} command shows a synopsis of the given
d8b94dbd
LC
6751service:
6752
6753@example
dd17bc38 6754# herd doc nscd
d8b94dbd
LC
6755Run libc's name service cache daemon (nscd).
6756@end example
6757
6758The @command{start}, @command{stop}, and @command{restart} sub-commands
6759have the effect you would expect. For instance, the commands below stop
6760the nscd service and restart the Xorg display server:
6761
6762@example
dd17bc38 6763# herd stop nscd
d8b94dbd 6764Service nscd has been stopped.
dd17bc38 6765# herd restart xorg-server
d8b94dbd
LC
6766Service xorg-server has been stopped.
6767Service xorg-server has been started.
6768@end example
401c53c4 6769
cf4a9129 6770The following sections document the available services, starting with
d8b94dbd
LC
6771the core services, that may be used in an @code{operating-system}
6772declaration.
401c53c4 6773
cf4a9129
LC
6774@menu
6775* Base Services:: Essential system services.
6776* Networking Services:: Network setup, SSH daemon, etc.
6777* X Window:: Graphical display.
fe1a39d3 6778* Desktop Services:: D-Bus and desktop services.
105369a4 6779* Database Services:: SQL databases.
d8c18af8 6780* Mail Services:: IMAP, POP3, SMTP, and all that.
58724c48 6781* Web Services:: Web servers.
aa4ed923 6782* Various Services:: Other services.
cf4a9129 6783@end menu
401c53c4 6784
cf4a9129
LC
6785@node Base Services
6786@subsubsection Base Services
a1ba8475 6787
cf4a9129
LC
6788The @code{(gnu services base)} module provides definitions for the basic
6789services that one expects from the system. The services exported by
6790this module are listed below.
401c53c4 6791
cf4a9129 6792@defvr {Scheme Variable} %base-services
31771497
LC
6793This variable contains a list of basic services (@pxref{Service Types
6794and Services}, for more information on service objects) one would
cf4a9129
LC
6795expect from the system: a login service (mingetty) on each tty, syslogd,
6796libc's name service cache daemon (nscd), the udev device manager, and
6797more.
401c53c4 6798
cf4a9129
LC
6799This is the default value of the @code{services} field of
6800@code{operating-system} declarations. Usually, when customizing a
6801system, you will want to append services to @var{%base-services}, like
6802this:
401c53c4 6803
cf4a9129 6804@example
fa1e31b8 6805(cons* (avahi-service) (lsh-service) %base-services)
cf4a9129
LC
6806@end example
6807@end defvr
401c53c4 6808
be1c2c54 6809@deffn {Scheme Procedure} host-name-service @var{name}
cf4a9129
LC
6810Return a service that sets the host name to @var{name}.
6811@end deffn
401c53c4 6812
66e4f01c
LC
6813@deffn {Scheme Procedure} mingetty-service @var{config}
6814Return a service to run mingetty according to @var{config}, a
6815@code{<mingetty-configuration>} object, which specifies the tty to run, among
6816other things.
cf4a9129 6817@end deffn
401c53c4 6818
66e4f01c
LC
6819@deftp {Data Type} mingetty-configuration
6820This is the data type representing the configuration of Mingetty, which
6821implements console log-in.
6822
6823@table @asis
6824
6825@item @code{tty}
6826The name of the console this Mingetty runs on---e.g., @code{"tty1"}.
6827
6828@item @code{motd}
6829A file-like object containing the ``message of the day''.
6830
6831@item @code{auto-login} (default: @code{#f})
6832When true, this field must be a string denoting the user name under
f9b9a033 6833which the system automatically logs in. When it is @code{#f}, a
66e4f01c
LC
6834user name and password must be entered to log in.
6835
6836@item @code{login-program} (default: @code{#f})
6837This must be either @code{#f}, in which case the default log-in program
6838is used (@command{login} from the Shadow tool suite), or a gexp denoting
6839the name of the log-in program.
6840
6841@item @code{login-pause?} (default: @code{#f})
6842When set to @code{#t} in conjunction with @var{auto-login}, the user
6843will have to press a key before the log-in shell is launched.
6844
6845@item @code{mingetty} (default: @var{mingetty})
6846The Mingetty package to use.
6847
6848@end table
6849@end deftp
6850
6454b333
LC
6851@cindex name service cache daemon
6852@cindex nscd
be1c2c54 6853@deffn {Scheme Procedure} nscd-service [@var{config}] [#:glibc glibc] @
4aee6e60 6854 [#:name-services '()]
b893f1ae
LC
6855Return a service that runs libc's name service cache daemon (nscd) with the
6856given @var{config}---an @code{<nscd-configuration>} object. @xref{Name
6857Service Switch}, for an example.
cf4a9129 6858@end deffn
401c53c4 6859
6454b333
LC
6860@defvr {Scheme Variable} %nscd-default-configuration
6861This is the default @code{<nscd-configuration>} value (see below) used
6862by @code{nscd-service}. This uses the caches defined by
6863@var{%nscd-default-caches}; see below.
6864@end defvr
6865
6866@deftp {Data Type} nscd-configuration
6867This is the type representing the name service cache daemon (nscd)
6868configuration.
6869
6870@table @asis
6871
b893f1ae
LC
6872@item @code{name-services} (default: @code{'()})
6873List of packages denoting @dfn{name services} that must be visible to
6874the nscd---e.g., @code{(list @var{nss-mdns})}.
6875
6876@item @code{glibc} (default: @var{glibc})
6877Package object denoting the GNU C Library providing the @command{nscd}
6878command.
6879
6454b333
LC
6880@item @code{log-file} (default: @code{"/var/log/nscd.log"})
6881Name of nscd's log file. This is where debugging output goes when
6882@code{debug-level} is strictly positive.
6883
6884@item @code{debug-level} (default: @code{0})
6885Integer denoting the debugging levels. Higher numbers mean more
6886debugging output is logged.
6887
6888@item @code{caches} (default: @var{%nscd-default-caches})
6889List of @code{<nscd-cache>} objects denoting things to be cached; see
6890below.
6891
6892@end table
6893@end deftp
6894
6895@deftp {Data Type} nscd-cache
6896Data type representing a cache database of nscd and its parameters.
6897
6898@table @asis
6899
6900@item @code{database}
6901This is a symbol representing the name of the database to be cached.
6902Valid values are @code{passwd}, @code{group}, @code{hosts}, and
6903@code{services}, which designate the corresponding NSS database
6904(@pxref{NSS Basics,,, libc, The GNU C Library Reference Manual}).
6905
6906@item @code{positive-time-to-live}
6907@itemx @code{negative-time-to-live} (default: @code{20})
6908A number representing the number of seconds during which a positive or
6909negative lookup result remains in cache.
6910
6911@item @code{check-files?} (default: @code{#t})
6912Whether to check for updates of the files corresponding to
6913@var{database}.
6914
6915For instance, when @var{database} is @code{hosts}, setting this flag
6916instructs nscd to check for updates in @file{/etc/hosts} and to take
6917them into account.
6918
6919@item @code{persistent?} (default: @code{#t})
6920Whether the cache should be stored persistently on disk.
6921
6922@item @code{shared?} (default: @code{#t})
6923Whether the cache should be shared among users.
6924
6925@item @code{max-database-size} (default: 32@tie{}MiB)
6926Maximum size in bytes of the database cache.
6927
6928@c XXX: 'suggested-size' and 'auto-propagate?' seem to be expert
6929@c settings, so leave them out.
6930
6931@end table
6932@end deftp
6933
6934@defvr {Scheme Variable} %nscd-default-caches
6935List of @code{<nscd-cache>} objects used by default by
6936@code{nscd-configuration} (see above.)
6937
6938It enables persistent and aggressive caching of service and host name
6939lookups. The latter provides better host name lookup performance,
6940resilience in the face of unreliable name servers, and also better
6941privacy---often the result of host name lookups is in local cache, so
6942external name servers do not even need to be queried.
6943@end defvr
6944
6945
be1c2c54 6946@deffn {Scheme Procedure} syslog-service [#:config-file #f]
1bb76f75
AK
6947Return a service that runs @code{syslogd}. If configuration file name
6948@var{config-file} is not specified, use some reasonable default
cf4a9129
LC
6949settings.
6950@end deffn
401c53c4 6951
0adfe95a
LC
6952@anchor{guix-configuration-type}
6953@deftp {Data Type} guix-configuration
6954This data type represents the configuration of the Guix build daemon.
6955@xref{Invoking guix-daemon}, for more information.
6956
6957@table @asis
6958@item @code{guix} (default: @var{guix})
6959The Guix package to use.
401c53c4 6960
0adfe95a
LC
6961@item @code{build-group} (default: @code{"guixbuild"})
6962Name of the group for build user accounts.
401c53c4 6963
0adfe95a
LC
6964@item @code{build-accounts} (default: @code{10})
6965Number of build user accounts to create.
401c53c4 6966
0adfe95a
LC
6967@item @code{authorize-key?} (default: @code{#t})
6968Whether to authorize the substitute key for @code{hydra.gnu.org}
6969(@pxref{Substitutes}).
6970
6971@item @code{use-substitutes?} (default: @code{#t})
6972Whether to use substitutes.
6973
b0b9f6e0
LC
6974@item @code{substitute-urls} (default: @var{%default-substitute-urls})
6975The list of URLs where to look for substitutes by default.
6976
0adfe95a
LC
6977@item @code{extra-options} (default: @code{'()})
6978List of extra command-line options for @command{guix-daemon}.
6979
6980@item @code{lsof} (default: @var{lsof})
6981@itemx @code{lsh} (default: @var{lsh})
6982The lsof and lsh packages to use.
6983
6984@end table
6985@end deftp
6986
6987@deffn {Scheme Procedure} guix-service @var{config}
6988Return a service that runs the Guix build daemon according to
6989@var{config}.
cf4a9129 6990@end deffn
a1ba8475 6991
be1c2c54 6992@deffn {Scheme Procedure} udev-service [#:udev udev]
cf4a9129
LC
6993Run @var{udev}, which populates the @file{/dev} directory dynamically.
6994@end deffn
401c53c4 6995
be1c2c54 6996@deffn {Scheme Procedure} console-keymap-service @var{file}
dedb8d5e 6997@cindex keyboard layout
5eca9459
AK
6998Return a service to load console keymap from @var{file} using
6999@command{loadkeys} command.
7000@end deffn
7001
8664cc88
LC
7002@deffn {Scheme Procedure} gpm-service-type [#:gpm @var{gpm}] @
7003 [#:options]
7004Run @var{gpm}, the general-purpose mouse daemon, with the given
7005command-line @var{options}. GPM allows users to use the mouse in the console,
7006notably to select, copy, and paste text. The default value of @var{options}
7007uses the @code{ps2} protocol, which works for both USB and PS/2 mice.
7008
7009This service is not part of @var{%base-services}.
7010@end deffn
7011
1c52181f
LC
7012@anchor{guix-publish-service}
7013@deffn {Scheme Procedure} guix-publish-service [#:guix @var{guix}] @
7014 [#:port 80] [#:host "localhost"]
7015Return a service that runs @command{guix publish} listening on @var{host}
7016and @var{port} (@pxref{Invoking guix publish}).
7017
7018This assumes that @file{/etc/guix} already contains a signing key pair as
7019created by @command{guix archive --generate-key} (@pxref{Invoking guix
7020archive}). If that is not the case, the service will fail to start.
7021@end deffn
7022
a69576ea 7023
cf4a9129
LC
7024@node Networking Services
7025@subsubsection Networking Services
401c53c4 7026
fa1e31b8 7027The @code{(gnu services networking)} module provides services to configure
cf4a9129 7028the network interface.
a1ba8475 7029
a023cca8 7030@cindex DHCP, networking service
be1c2c54 7031@deffn {Scheme Procedure} dhcp-client-service [#:dhcp @var{isc-dhcp}]
a023cca8
LC
7032Return a service that runs @var{dhcp}, a Dynamic Host Configuration
7033Protocol (DHCP) client, on all the non-loopback network interfaces.
7034@end deffn
7035
be1c2c54 7036@deffn {Scheme Procedure} static-networking-service @var{interface} @var{ip} @
cf4a9129
LC
7037 [#:gateway #f] [#:name-services @code{'()}]
7038Return a service that starts @var{interface} with address @var{ip}. If
7039@var{gateway} is true, it must be a string specifying the default network
7040gateway.
7041@end deffn
8b315a6d 7042
b7d0c494 7043@cindex wicd
87f40011 7044@cindex network management
be1c2c54 7045@deffn {Scheme Procedure} wicd-service [#:wicd @var{wicd}]
87f40011
LC
7046Return a service that runs @url{https://launchpad.net/wicd,Wicd}, a network
7047management daemon that aims to simplify wired and wireless networking.
7048
7049This service adds the @var{wicd} package to the global profile, providing
7050several commands to interact with the daemon and configure networking:
7051@command{wicd-client}, a graphical user interface, and the @command{wicd-cli}
7052and @command{wicd-curses} user interfaces.
b7d0c494
MW
7053@end deffn
7054
c0a9589d
SB
7055@cindex NetworkManager
7056@deffn {Scheme Procedure} network-manager-service @
7057 [#:network-manager @var{network-manager}]
7058Return a service that runs NetworkManager, a network connection manager
7059that attempting to keep active network connectivity when available.
7060@end deffn
7061
be1c2c54 7062@deffn {Scheme Procedure} ntp-service [#:ntp @var{ntp}] @
63854bcb
LC
7063 [#:name-service @var{%ntp-servers}]
7064Return a service that runs the daemon from @var{ntp}, the
7065@uref{http://www.ntp.org, Network Time Protocol package}. The daemon will
7066keep the system clock synchronized with that of @var{servers}.
7067@end deffn
7068
7069@defvr {Scheme Variable} %ntp-servers
7070List of host names used as the default NTP servers.
7071@end defvr
7072
375c6108
LC
7073@deffn {Scheme Procedure} tor-service [@var{config-file}] [#:tor @var{tor}]
7074Return a service to run the @uref{https://torproject.org, Tor} anonymous
7075networking daemon.
8b315a6d 7076
375c6108 7077The daemon runs as the @code{tor} unprivileged user. It is passed
6331bde7
LC
7078@var{config-file}, a file-like object, with an additional @code{User tor} line
7079and lines for hidden services added via @code{tor-hidden-service}. Run
7080@command{man tor} for information about the configuration file.
7081@end deffn
7082
24a8ef3b 7083@cindex hidden service
6331bde7
LC
7084@deffn {Scheme Procedure} tor-hidden-service @var{name} @var{mapping}
7085Define a new Tor @dfn{hidden service} called @var{name} and implementing
7086@var{mapping}. @var{mapping} is a list of port/host tuples, such as:
7087
7088@example
24a8ef3b
LC
7089 '((22 "127.0.0.1:22")
7090 (80 "127.0.0.1:8080"))
6331bde7
LC
7091@end example
7092
7093In this example, port 22 of the hidden service is mapped to local port 22, and
7094port 80 is mapped to local port 8080.
7095
6629099a
LC
7096This creates a @file{/var/lib/tor/hidden-services/@var{name}} directory, where
7097the @file{hostname} file contains the @code{.onion} host name for the hidden
6331bde7
LC
7098service.
7099
7100See @uref{https://www.torproject.org/docs/tor-hidden-service.html.en, the Tor
7101project's documentation} for more information.
cf4a9129 7102@end deffn
8b315a6d 7103
be1c2c54 7104@deffn {Scheme Procedure} bitlbee-service [#:bitlbee bitlbee] @
4627a464
LC
7105 [#:interface "127.0.0.1"] [#:port 6667] @
7106 [#:extra-settings ""]
7107Return a service that runs @url{http://bitlbee.org,BitlBee}, a daemon that
7108acts as a gateway between IRC and chat networks.
7109
7110The daemon will listen to the interface corresponding to the IP address
7111specified in @var{interface}, on @var{port}. @code{127.0.0.1} means that only
7112local clients can connect, whereas @code{0.0.0.0} means that connections can
7113come from any networking interface.
7114
7115In addition, @var{extra-settings} specifies a string to append to the
7116configuration file.
7117@end deffn
7118
f4391bec 7119Furthermore, @code{(gnu services ssh)} provides the following service.
8b315a6d 7120
be1c2c54 7121@deffn {Scheme Procedure} lsh-service [#:host-key "/etc/lsh/host-key"] @
5833bf33 7122 [#:daemonic? #t] [#:interfaces '()] [#:port-number 22] @
cf4a9129
LC
7123 [#:allow-empty-passwords? #f] [#:root-login? #f] @
7124 [#:syslog-output? #t] [#:x11-forwarding? #t] @
7125 [#:tcp/ip-forwarding? #t] [#:password-authentication? #t] @
21cc905a 7126 [#:public-key-authentication? #t] [#:initialize? #t]
cf4a9129
LC
7127Run the @command{lshd} program from @var{lsh} to listen on port @var{port-number}.
7128@var{host-key} must designate a file containing the host key, and readable
7129only by root.
72e25e35 7130
5833bf33
DP
7131When @var{daemonic?} is true, @command{lshd} will detach from the
7132controlling terminal and log its output to syslogd, unless one sets
7133@var{syslog-output?} to false. Obviously, it also makes lsh-service
7134depend on existence of syslogd service. When @var{pid-file?} is true,
7135@command{lshd} writes its PID to the file called @var{pid-file}.
7136
cf4a9129
LC
7137When @var{initialize?} is true, automatically create the seed and host key
7138upon service activation if they do not exist yet. This may take long and
7139require interaction.
8b315a6d 7140
20dd519c
LC
7141When @var{initialize?} is false, it is up to the user to initialize the
7142randomness generator (@pxref{lsh-make-seed,,, lsh, LSH Manual}), and to create
7143a key pair with the private key stored in file @var{host-key} (@pxref{lshd
7144basics,,, lsh, LSH Manual}).
7145
cf4a9129
LC
7146When @var{interfaces} is empty, lshd listens for connections on all the
7147network interfaces; otherwise, @var{interfaces} must be a list of host names
7148or addresses.
9bf3c1a7 7149
20dd519c
LC
7150@var{allow-empty-passwords?} specifies whether to accept log-ins with empty
7151passwords, and @var{root-login?} specifies whether to accept log-ins as
cf4a9129 7152root.
4af2447e 7153
cf4a9129
LC
7154The other options should be self-descriptive.
7155@end deffn
4af2447e 7156
fa0c1d61
LC
7157@defvr {Scheme Variable} %facebook-host-aliases
7158This variable contains a string for use in @file{/etc/hosts}
7159(@pxref{Host Names,,, libc, The GNU C Library Reference Manual}). Each
7160line contains a entry that maps a known server name of the Facebook
7161on-line service---e.g., @code{www.facebook.com}---to the local
7162host---@code{127.0.0.1} or its IPv6 equivalent, @code{::1}.
7163
7164This variable is typically used in the @code{hosts-file} field of an
7313a52e
LC
7165@code{operating-system} declaration (@pxref{operating-system Reference,
7166@file{/etc/hosts}}):
fa0c1d61
LC
7167
7168@example
7169(use-modules (gnu) (guix))
7170
7171(operating-system
7172 (host-name "mymachine")
7173 ;; ...
7174 (hosts-file
7175 ;; Create a /etc/hosts file with aliases for "localhost"
7176 ;; and "mymachine", as well as for Facebook servers.
24e02c28
LC
7177 (plain-file "hosts"
7178 (string-append (local-host-aliases host-name)
7179 %facebook-host-aliases))))
fa0c1d61
LC
7180@end example
7181
7182This mechanism can prevent programs running locally, such as Web
7183browsers, from accessing Facebook.
7184@end defvr
7185
965a7332
LC
7186The @code{(gnu services avahi)} provides the following definition.
7187
be1c2c54 7188@deffn {Scheme Procedure} avahi-service [#:avahi @var{avahi}] @
965a7332
LC
7189 [#:host-name #f] [#:publish? #t] [#:ipv4? #t] @
7190 [#:ipv6? #t] [#:wide-area? #f] @
7191 [#:domains-to-browse '()]
7192Return a service that runs @command{avahi-daemon}, a system-wide
7193mDNS/DNS-SD responder that allows for service discovery and
cc9c1f39
LC
7194"zero-configuration" host name lookups (see @uref{http://avahi.org/}), and
7195extends the name service cache daemon (nscd) so that it can resolve
7196@code{.local} host names using
1065bed9
LC
7197@uref{http://0pointer.de/lennart/projects/nss-mdns/, nss-mdns}. Additionally,
7198add the @var{avahi} package to the system profile so that commands such as
7199@command{avahi-browse} are directly usable.
965a7332
LC
7200
7201If @var{host-name} is different from @code{#f}, use that as the host name to
7202publish for this machine; otherwise, use the machine's actual host name.
7203
7204When @var{publish?} is true, publishing of host names and services is allowed;
7205in particular, avahi-daemon will publish the machine's host name and IP
7206address via mDNS on the local network.
7207
7208When @var{wide-area?} is true, DNS-SD over unicast DNS is enabled.
7209
7210Boolean values @var{ipv4?} and @var{ipv6?} determine whether to use IPv4/IPv6
7211sockets.
7212@end deffn
7213
7214
cf4a9129
LC
7215@node X Window
7216@subsubsection X Window
68ad877c 7217
cf4a9129
LC
7218Support for the X Window graphical display system---specifically
7219Xorg---is provided by the @code{(gnu services xorg)} module. Note that
7220there is no @code{xorg-service} procedure. Instead, the X server is
7221started by the @dfn{login manager}, currently SLiM.
4af2447e 7222
be1c2c54 7223@deffn {Scheme Procedure} slim-service [#:allow-empty-passwords? #f] @
0ecc3bf3
LC
7224 [#:auto-login? #f] [#:default-user ""] [#:startx] @
7225 [#:theme @var{%default-slim-theme}] @
4bd43bbe 7226 [#:theme-name @var{%default-slim-theme-name}]
cf4a9129
LC
7227Return a service that spawns the SLiM graphical login manager, which in
7228turn starts the X display server with @var{startx}, a command as returned by
7229@code{xorg-start-command}.
4af2447e 7230
04e4e6ab
LC
7231@cindex X session
7232
7233SLiM automatically looks for session types described by the @file{.desktop}
7234files in @file{/run/current-system/profile/share/xsessions} and allows users
7235to choose a session from the log-in screen using @kbd{F1}. Packages such as
7236@var{xfce}, @var{sawfish}, and @var{ratpoison} provide @file{.desktop} files;
7237adding them to the system-wide set of packages automatically makes them
7238available at the log-in screen.
7239
7240In addition, @file{~/.xsession} files are honored. When available,
7241@file{~/.xsession} must be an executable that starts a window manager
7242and/or other X clients.
7243
cf4a9129
LC
7244When @var{allow-empty-passwords?} is true, allow logins with an empty
7245password. When @var{auto-login?} is true, log in automatically as
7246@var{default-user}.
0ecc3bf3
LC
7247
7248If @var{theme} is @code{#f}, the use the default log-in theme; otherwise
7249@var{theme} must be a gexp denoting the name of a directory containing the
7250theme to use. In that case, @var{theme-name} specifies the name of the
7251theme.
cf4a9129 7252@end deffn
4af2447e 7253
0ecc3bf3
LC
7254@defvr {Scheme Variable} %default-theme
7255@defvrx {Scheme Variable} %default-theme-name
7256The G-Expression denoting the default SLiM theme and its name.
7257@end defvr
7258
be1c2c54 7259@deffn {Scheme Procedure} xorg-start-command [#:guile] @
d1cdd7ba 7260 [#:configuration-file #f] [#:xorg-server @var{xorg-server}]
f703413e 7261Return a derivation that builds a @var{guile} script to start the X server
d1cdd7ba
LC
7262from @var{xorg-server}. @var{configuration-file} is the server configuration
7263file or a derivation that builds it; when omitted, the result of
7264@code{xorg-configuration-file} is used.
7265
7266Usually the X server is started by a login manager.
7267@end deffn
7268
be1c2c54 7269@deffn {Scheme Procedure} xorg-configuration-file @
12422c9d 7270 [#:drivers '()] [#:resolutions '()] [#:extra-config '()]
d1cdd7ba
LC
7271Return a configuration file for the Xorg server containing search paths for
7272all the common drivers.
f703413e
LC
7273
7274@var{drivers} must be either the empty list, in which case Xorg chooses a
7275graphics driver automatically, or a list of driver names that will be tried in
d1cdd7ba 7276this order---e.g., @code{(\"modesetting\" \"vesa\")}.
d2e59637
LC
7277
7278Likewise, when @var{resolutions} is the empty list, Xorg chooses an
7279appropriate screen resolution; otherwise, it must be a list of
7280resolutions---e.g., @code{((1024 768) (640 480))}.
12422c9d
LC
7281
7282Last, @var{extra-config} is a list of strings or objects appended to the
7283@code{text-file*} argument list. It is used to pass extra text to be added
7284verbatim to the configuration file.
f703413e 7285@end deffn
4af2447e 7286
6726282b
LC
7287@deffn {Scheme Procedure} screen-locker-service @var{package} [@var{name}]
7288Add @var{package}, a package for a screen-locker or screen-saver whose
7289command is @var{program}, to the set of setuid programs and add a PAM entry
7290for it. For example:
7291
7292@lisp
7293(screen-locker-service xlockmore "xlock")
7294@end lisp
7295
7296makes the good ol' XlockMore usable.
7297@end deffn
7298
7299
fe1a39d3
LC
7300@node Desktop Services
7301@subsubsection Desktop Services
aa4ed923 7302
fe1a39d3
LC
7303The @code{(gnu services desktop)} module provides services that are
7304usually useful in the context of a ``desktop'' setup---that is, on a
7305machine running a graphical display server, possibly with graphical user
7306interfaces, etc.
aa4ed923 7307
4467be21
LC
7308To simplify things, the module defines a variable containing the set of
7309services that users typically expect on a machine with a graphical
7310environment and networking:
7311
7312@defvr {Scheme Variable} %desktop-services
7313This is a list of services that builds upon @var{%base-services} and
7314adds or adjust services for a typical ``desktop'' setup.
7315
7316In particular, it adds a graphical login manager (@pxref{X Window,
6726282b
LC
7317@code{slim-service}}), screen lockers,
7318a network management tool (@pxref{Networking
4467be21 7319Services, @code{wicd-service}}), energy and color management services,
4650a77e 7320the @code{elogind} login and seat manager, the Polkit privilege service,
cee32ee4
AW
7321the GeoClue location service, an NTP client (@pxref{Networking
7322Services}), the Avahi daemon, and has the name service switch service
7323configured to be able to use @code{nss-mdns} (@pxref{Name Service
7324Switch, mDNS}).
4467be21
LC
7325@end defvr
7326
7327The @var{%desktop-services} variable can be used as the @code{services}
7328field of an @code{operating-system} declaration (@pxref{operating-system
7329Reference, @code{services}}).
7330
0adfe95a
LC
7331The actual service definitions provided by @code{(gnu services dbus)}
7332and @code{(gnu services desktop)} are described below.
4467be21 7333
0adfe95a 7334@deffn {Scheme Procedure} dbus-service [#:dbus @var{dbus}] [#:services '()]
fe1a39d3
LC
7335Return a service that runs the ``system bus'', using @var{dbus}, with
7336support for @var{services}.
aa4ed923 7337
fe1a39d3
LC
7338@uref{http://dbus.freedesktop.org/, D-Bus} is an inter-process communication
7339facility. Its system bus is used to allow system services to communicate
7340and be notified of system-wide events.
aa4ed923 7341
fe1a39d3
LC
7342@var{services} must be a list of packages that provide an
7343@file{etc/dbus-1/system.d} directory containing additional D-Bus configuration
7344and policy files. For example, to allow avahi-daemon to use the system bus,
7345@var{services} must be equal to @code{(list avahi)}.
aa4ed923
AK
7346@end deffn
7347
0adfe95a 7348@deffn {Scheme Procedure} elogind-service [#:config @var{config}]
4650a77e
AW
7349Return a service that runs the @code{elogind} login and
7350seat management daemon. @uref{https://github.com/andywingo/elogind,
7351Elogind} exposes a D-Bus interface that can be used to know which users
7352are logged in, know what kind of sessions they have open, suspend the
7353system, inhibit system suspend, reboot the system, and other tasks.
7354
7355Elogind handles most system-level power events for a computer, for
7356example suspending the system when a lid is closed, or shutting it down
7357when the power button is pressed.
7358
7359The @var{config} keyword argument specifies the configuration for
7360elogind, and should be the result of a @code{(elogind-configuration
7361(@var{parameter} @var{value})...)} invocation. Available parameters and
7362their default values are:
7363
7364@table @code
7365@item kill-user-processes?
7366@code{#f}
7367@item kill-only-users
7368@code{()}
7369@item kill-exclude-users
7370@code{("root")}
7371@item inhibit-delay-max-seconds
7372@code{5}
7373@item handle-power-key
7374@code{poweroff}
7375@item handle-suspend-key
7376@code{suspend}
7377@item handle-hibernate-key
7378@code{hibernate}
7379@item handle-lid-switch
7380@code{suspend}
7381@item handle-lid-switch-docked
7382@code{ignore}
7383@item power-key-ignore-inhibited?
7384@code{#f}
7385@item suspend-key-ignore-inhibited?
7386@code{#f}
7387@item hibernate-key-ignore-inhibited?
7388@code{#f}
7389@item lid-switch-ignore-inhibited?
7390@code{#t}
7391@item holdoff-timeout-seconds
7392@code{30}
7393@item idle-action
7394@code{ignore}
7395@item idle-action-seconds
7396@code{(* 30 60)}
7397@item runtime-directory-size-percent
7398@code{10}
7399@item runtime-directory-size
7400@code{#f}
7401@item remove-ipc?
7402@code{#t}
7403@item suspend-state
7404@code{("mem" "standby" "freeze")}
7405@item suspend-mode
7406@code{()}
7407@item hibernate-state
7408@code{("disk")}
7409@item hibernate-mode
7410@code{("platform" "shutdown")}
7411@item hybrid-sleep-state
7412@code{("disk")}
7413@item hybrid-sleep-mode
7414@code{("suspend" "platform" "shutdown")}
7415@end table
7416@end deffn
7417
be1c2c54 7418@deffn {Scheme Procedure} polkit-service @
4650a77e 7419 [#:polkit @var{polkit}]
222e3319
LC
7420Return a service that runs the
7421@uref{http://www.freedesktop.org/wiki/Software/polkit/, Polkit privilege
7422management service}, which allows system administrators to grant access to
7423privileged operations in a structured way. By querying the Polkit service, a
7424privileged system component can know when it should grant additional
7425capabilities to ordinary users. For example, an ordinary user can be granted
7426the capability to suspend the system if the user is logged in locally.
4650a77e
AW
7427@end deffn
7428
be1c2c54 7429@deffn {Scheme Procedure} upower-service [#:upower @var{upower}] @
be234128
AW
7430 [#:watts-up-pro? #f] @
7431 [#:poll-batteries? #t] @
7432 [#:ignore-lid? #f] @
7433 [#:use-percentage-for-policy? #f] @
7434 [#:percentage-low 10] @
7435 [#:percentage-critical 3] @
7436 [#:percentage-action 2] @
7437 [#:time-low 1200] @
7438 [#:time-critical 300] @
7439 [#:time-action 120] @
7440 [#:critical-power-action 'hybrid-sleep]
7441Return a service that runs @uref{http://upower.freedesktop.org/,
7442@command{upowerd}}, a system-wide monitor for power consumption and battery
7443levels, with the given configuration settings. It implements the
7444@code{org.freedesktop.UPower} D-Bus interface, and is notably used by
7445GNOME.
7446@end deffn
7447
2b9e0a94
LC
7448@deffn {Scheme Procedure} udisks-service [#:udisks @var{udisks}]
7449Return a service for @uref{http://udisks.freedesktop.org/docs/latest/,
7450UDisks}, a @dfn{disk management} daemon that provides user interfaces with
7451notifications and ways to mount/unmount disks. Programs that talk to UDisks
7452include the @command{udisksctl} command, part of UDisks, and GNOME Disks.
7453@end deffn
7454
be1c2c54 7455@deffn {Scheme Procedure} colord-service [#:colord @var{colord}]
7ce597ff
AW
7456Return a service that runs @command{colord}, a system service with a D-Bus
7457interface to manage the color profiles of input and output devices such as
7458screens and scanners. It is notably used by the GNOME Color Manager graphical
7459tool. See @uref{http://www.freedesktop.org/software/colord/, the colord web
7460site} for more information.
7461@end deffn
7462
cee32ee4
AW
7463@deffn {Scheme Procedure} geoclue-application name [#:allowed? #t] [#:system? #f] [#:users '()]
7464Return an configuration allowing an application to access GeoClue
7465location data. @var{name} is the Desktop ID of the application, without
7466the @code{.desktop} part. If @var{allowed?} is true, the application
7467will have access to location information by default. The boolean
7468@var{system?} value indicates that an application is a system component
7469or not. Finally @var{users} is a list of UIDs of all users for which
7470this application is allowed location info access. An empty users list
7471means that all users are allowed.
7472@end deffn
7473
7474@defvr {Scheme Variable} %standard-geoclue-applications
7475The standard list of well-known GeoClue application configurations,
7476granting authority to GNOME's date-and-time utility to ask for the
7477current location in order to set the time zone, and allowing the Firefox
7478(IceCat) and Epiphany web browsers to request location information.
7479Firefox and Epiphany both query the user before allowing a web page to
7480know the user's location.
7481@end defvr
7482
be1c2c54 7483@deffn {Scheme Procedure} geoclue-service [#:colord @var{colord}] @
cee32ee4
AW
7484 [#:whitelist '()] @
7485 [#:wifi-geolocation-url "https://location.services.mozilla.com/v1/geolocate?key=geoclue"] @
7486 [#:submit-data? #f]
7487 [#:wifi-submission-url "https://location.services.mozilla.com/v1/submit?key=geoclue"] @
7488 [#:submission-nick "geoclue"] @
7489 [#:applications %standard-geoclue-applications]
7490Return a service that runs the GeoClue location service. This service
7491provides a D-Bus interface to allow applications to request access to a
7492user's physical location, and optionally to add information to online
7493location databases. See
7494@uref{https://wiki.freedesktop.org/www/Software/GeoClue/, the GeoClue
7495web site} for more information.
7496@end deffn
7497
105369a4
DT
7498@node Database Services
7499@subsubsection Database Services
7500
7501The @code{(gnu services databases)} module provides the following service.
7502
be1c2c54 7503@deffn {Scheme Procedure} postgresql-service [#:postgresql postgresql] @
105369a4
DT
7504 [#:config-file] [#:data-directory ``/var/lib/postgresql/data'']
7505Return a service that runs @var{postgresql}, the PostgreSQL database
7506server.
7507
7508The PostgreSQL daemon loads its runtime configuration from
7509@var{config-file} and stores the database cluster in
7510@var{data-directory}.
7511@end deffn
fe1a39d3 7512
d8c18af8
AW
7513@node Mail Services
7514@subsubsection Mail Services
7515
7516The @code{(gnu services mail)} module provides Guix service definitions
7517for mail services. Currently the only implemented service is Dovecot,
7518an IMAP, POP3, and LMTP server.
7519
7520Guix does not yet have a mail transfer agent (MTA), although for some
7521lightweight purposes the @code{esmtp} relay-only MTA may suffice. Help
7522is needed to properly integrate a full MTA, such as Postfix. Patches
7523welcome!
7524
7525To add an IMAP/POP3 server to a GuixSD system, add a
7526@code{dovecot-service} to the operating system definition:
7527
7528@deffn {Scheme Procedure} dovecot-service [#:config (dovecot-configuration)]
7529Return a service that runs the Dovecot IMAP/POP3/LMTP mail server.
7530@end deffn
7531
7532By default, Dovecot doesn't need much configuration; the default
7533configuration object created by @code{(dovecot-configuration)} will
7534suffice if your mail is delivered to @code{~/Maildir}. A self-signed
7535certificate will be generated for TLS-protected connections, though
7536Dovecot will also listen on cleartext ports by default. There are a
7537number of options though which mail administrators might need to change,
7538and as is the case with other services, Guix allows the system
7539administrator to specify these parameters via a uniform Scheme interface.
7540
7541For example, to specify that mail is located at @code{maildir~/.mail},
7542one would instantiate the Dovecot service like this:
7543
7544@example
7545(dovecot-service #:config
7546 (dovecot-configuration
7547 (mail-location "maildir:~/.mail")))
7548@end example
7549
7550The available configuration parameters follow. Each parameter
7551definition is preceded by its type; for example, @samp{string-list foo}
7552indicates that the @code{foo} parameter should be specified as a list of
7553strings. There is also a way to specify the configuration as a string,
7554if you have an old @code{dovecot.conf} file that you want to port over
7555from some other system; see the end for more details.
7556
7557@c The following documentation was initially generated by
7558@c (generate-documentation) in (gnu services mail). Manually maintained
7559@c documentation is better, so we shouldn't hesitate to edit below as
7560@c needed. However if the change you want to make to this documentation
7561@c can be done in an automated way, it's probably easier to change
7562@c (generate-documentation) than to make it below and have to deal with
7563@c the churn as dovecot updates.
7564
7565Available @code{dovecot-configuration} fields are:
7566
7567@deftypevr {@code{dovecot-configuration} parameter} package dovecot
7568The dovecot package.
7569@end deftypevr
7570
7571@deftypevr {@code{dovecot-configuration} parameter} comma-separated-string-list listen
7572A list of IPs or hosts where to listen in for connections. @samp{*}
7573listens in all IPv4 interfaces, @samp{::} listens in all IPv6
7574interfaces. If you want to specify non-default ports or anything more
7575complex, customize the address and port fields of the
7576@samp{inet-listener} of the specific services you are interested in.
7577@end deftypevr
7578
7579@deftypevr {@code{dovecot-configuration} parameter} protocol-configuration-list protocols
7580List of protocols we want to serve. Available protocols include
7581@samp{imap}, @samp{pop3}, and @samp{lmtp}.
7582
7583Available @code{protocol-configuration} fields are:
7584
7585@deftypevr {@code{protocol-configuration} parameter} string name
7586The name of the protocol.
7587@end deftypevr
7588
7589@deftypevr {@code{protocol-configuration} parameter} string auth-socket-path
7590UNIX socket path to master authentication server to find users.
7591This is used by imap (for shared users) and lda.
7592Defaults to @samp{"/var/run/dovecot/auth-userdb"}.
7593@end deftypevr
7594
7595@deftypevr {@code{protocol-configuration} parameter} space-separated-string-list mail-plugins
7596Space separated list of plugins to load.
7597@end deftypevr
7598
7599@deftypevr {@code{protocol-configuration} parameter} non-negative-integer mail-max-userip-connections
7600Maximum number of IMAP connections allowed for a user from each IP
7601address. NOTE: The username is compared case-sensitively.
7602Defaults to @samp{10}.
7603@end deftypevr
7604
7605@end deftypevr
7606
7607@deftypevr {@code{dovecot-configuration} parameter} service-configuration-list services
7608List of services to enable. Available services include @samp{imap},
7609@samp{imap-login}, @samp{pop3}, @samp{pop3-login}, @samp{auth}, and
7610@samp{lmtp}.
7611
7612Available @code{service-configuration} fields are:
7613
7614@deftypevr {@code{service-configuration} parameter} string kind
7615The service kind. Valid values include @code{director},
7616@code{imap-login}, @code{pop3-login}, @code{lmtp}, @code{imap},
7617@code{pop3}, @code{auth}, @code{auth-worker}, @code{dict},
7618@code{tcpwrap}, @code{quota-warning}, or anything else.
7619@end deftypevr
7620
7621@deftypevr {@code{service-configuration} parameter} listener-configuration-list listeners
7622Listeners for the service. A listener is either an
7623@code{unix-listener-configuration}, a @code{fifo-listener-configuration}, or
7624an @code{inet-listener-configuration}.
7625Defaults to @samp{()}.
7626
7627Available @code{unix-listener-configuration} fields are:
7628
7629@deftypevr {@code{unix-listener-configuration} parameter} file-name path
7630The file name on which to listen.
7631@end deftypevr
7632
7633@deftypevr {@code{unix-listener-configuration} parameter} string mode
7634The access mode for the socket.
7635Defaults to @samp{"0600"}.
7636@end deftypevr
7637
7638@deftypevr {@code{unix-listener-configuration} parameter} string user
f9b9a033 7639The user to own the socket.
d8c18af8
AW
7640Defaults to @samp{""}.
7641@end deftypevr
7642
7643@deftypevr {@code{unix-listener-configuration} parameter} string group
7644The group to own the socket.
7645Defaults to @samp{""}.
7646@end deftypevr
7647
7648
7649Available @code{fifo-listener-configuration} fields are:
7650
7651@deftypevr {@code{fifo-listener-configuration} parameter} file-name path
7652The file name on which to listen.
7653@end deftypevr
7654
7655@deftypevr {@code{fifo-listener-configuration} parameter} string mode
7656The access mode for the socket.
7657Defaults to @samp{"0600"}.
7658@end deftypevr
7659
7660@deftypevr {@code{fifo-listener-configuration} parameter} string user
f9b9a033 7661The user to own the socket.
d8c18af8
AW
7662Defaults to @samp{""}.
7663@end deftypevr
7664
7665@deftypevr {@code{fifo-listener-configuration} parameter} string group
7666The group to own the socket.
7667Defaults to @samp{""}.
7668@end deftypevr
7669
7670
7671Available @code{inet-listener-configuration} fields are:
7672
7673@deftypevr {@code{inet-listener-configuration} parameter} string protocol
7674The protocol to listen for.
7675@end deftypevr
7676
7677@deftypevr {@code{inet-listener-configuration} parameter} string address
7678The address on which to listen, or empty for all addresses.
7679Defaults to @samp{""}.
7680@end deftypevr
7681
7682@deftypevr {@code{inet-listener-configuration} parameter} non-negative-integer port
7683The port on which to listen.
7684@end deftypevr
7685
7686@deftypevr {@code{inet-listener-configuration} parameter} boolean ssl?
7687Whether to use SSL for this service; @samp{yes}, @samp{no}, or
7688@samp{required}.
7689Defaults to @samp{#t}.
7690@end deftypevr
7691
7692@end deftypevr
7693
7694@deftypevr {@code{service-configuration} parameter} non-negative-integer service-count
7695Number of connections to handle before starting a new process.
7696Typically the only useful values are 0 (unlimited) or 1. 1 is more
7697secure, but 0 is faster. <doc/wiki/LoginProcess.txt>.
7698Defaults to @samp{1}.
7699@end deftypevr
7700
7701@deftypevr {@code{service-configuration} parameter} non-negative-integer process-min-avail
7702Number of processes to always keep waiting for more connections.
7703Defaults to @samp{0}.
7704@end deftypevr
7705
7706@deftypevr {@code{service-configuration} parameter} non-negative-integer vsz-limit
7707If you set @samp{service-count 0}, you probably need to grow
7708this.
7709Defaults to @samp{256000000}.
7710@end deftypevr
7711
7712@end deftypevr
7713
7714@deftypevr {@code{dovecot-configuration} parameter} dict-configuration dict
7715Dict configuration, as created by the @code{dict-configuration}
7716constructor.
7717
7718Available @code{dict-configuration} fields are:
7719
7720@deftypevr {@code{dict-configuration} parameter} free-form-fields entries
7721A list of key-value pairs that this dict should hold.
7722Defaults to @samp{()}.
7723@end deftypevr
7724
7725@end deftypevr
7726
7727@deftypevr {@code{dovecot-configuration} parameter} passdb-configuration-list passdbs
7728List of passdb configurations, each one created by the
7729@code{passdb-configuration} constructor.
7730
7731Available @code{passdb-configuration} fields are:
7732
7733@deftypevr {@code{passdb-configuration} parameter} string driver
7734The driver that the passdb should use. Valid values include
7735@samp{pam}, @samp{passwd}, @samp{shadow}, @samp{bsdauth}, and
7736@samp{static}.
7737Defaults to @samp{"pam"}.
7738@end deftypevr
7739
7740@deftypevr {@code{passdb-configuration} parameter} free-form-args args
7741A list of key-value args to the passdb driver.
7742Defaults to @samp{()}.
7743@end deftypevr
7744
7745@end deftypevr
7746
7747@deftypevr {@code{dovecot-configuration} parameter} userdb-configuration-list userdbs
7748List of userdb configurations, each one created by the
7749@code{userdb-configuration} constructor.
7750
7751Available @code{userdb-configuration} fields are:
7752
7753@deftypevr {@code{userdb-configuration} parameter} string driver
7754The driver that the userdb should use. Valid values include
7755@samp{passwd} and @samp{static}.
7756Defaults to @samp{"passwd"}.
7757@end deftypevr
7758
7759@deftypevr {@code{userdb-configuration} parameter} free-form-args args
7760A list of key-value args to the userdb driver.
7761Defaults to @samp{()}.
7762@end deftypevr
7763
7764@deftypevr {@code{userdb-configuration} parameter} free-form-args override-fields
7765Override fields from passwd.
7766Defaults to @samp{()}.
7767@end deftypevr
7768
7769@end deftypevr
7770
7771@deftypevr {@code{dovecot-configuration} parameter} plugin-configuration plugin-configuration
7772Plug-in configuration, created by the @code{plugin-configuration}
7773constructor.
7774@end deftypevr
7775
7776@deftypevr {@code{dovecot-configuration} parameter} list-of-namespace-configuration namespaces
7777List of namespaces. Each item in the list is created by the
7778@code{namespace-configuration} constructor.
7779
7780Available @code{namespace-configuration} fields are:
7781
7782@deftypevr {@code{namespace-configuration} parameter} string name
7783Name for this namespace.
7784@end deftypevr
7785
7786@deftypevr {@code{namespace-configuration} parameter} string type
7787Namespace type: @samp{private}, @samp{shared} or @samp{public}.
7788Defaults to @samp{"private"}.
7789@end deftypevr
7790
7791@deftypevr {@code{namespace-configuration} parameter} string separator
7792Hierarchy separator to use. You should use the same separator for
7793all namespaces or some clients get confused. @samp{/} is usually a good
7794one. The default however depends on the underlying mail storage
7795format.
7796Defaults to @samp{""}.
7797@end deftypevr
7798
7799@deftypevr {@code{namespace-configuration} parameter} string prefix
7800Prefix required to access this namespace. This needs to be
7801different for all namespaces. For example @samp{Public/}.
7802Defaults to @samp{""}.
7803@end deftypevr
7804
7805@deftypevr {@code{namespace-configuration} parameter} string location
7806Physical location of the mailbox. This is in same format as
7807mail_location, which is also the default for it.
7808Defaults to @samp{""}.
7809@end deftypevr
7810
7811@deftypevr {@code{namespace-configuration} parameter} boolean inbox?
7812There can be only one INBOX, and this setting defines which
7813namespace has it.
7814Defaults to @samp{#f}.
7815@end deftypevr
7816
7817@deftypevr {@code{namespace-configuration} parameter} boolean hidden?
7818If namespace is hidden, it's not advertised to clients via NAMESPACE
7819extension. You'll most likely also want to set @samp{list? #f}. This is mostly
7820useful when converting from another server with different namespaces
7821which you want to deprecate but still keep working. For example you can
7822create hidden namespaces with prefixes @samp{~/mail/}, @samp{~%u/mail/}
7823and @samp{mail/}.
7824Defaults to @samp{#f}.
7825@end deftypevr
7826
7827@deftypevr {@code{namespace-configuration} parameter} boolean list?
7828Show the mailboxes under this namespace with LIST command. This
7829makes the namespace visible for clients that don't support NAMESPACE
7830extension. The special @code{children} value lists child mailboxes, but
7831hides the namespace prefix.
7832Defaults to @samp{#t}.
7833@end deftypevr
7834
7835@deftypevr {@code{namespace-configuration} parameter} boolean subscriptions?
7836Namespace handles its own subscriptions. If set to @code{#f}, the
7837parent namespace handles them. The empty prefix should always have this
7838as @code{#t}.)
7839Defaults to @samp{#t}.
7840@end deftypevr
7841
7842@deftypevr {@code{namespace-configuration} parameter} mailbox-configuration-list mailboxes
7843List of predefined mailboxes in this namespace.
7844Defaults to @samp{()}.
7845
7846Available @code{mailbox-configuration} fields are:
7847
7848@deftypevr {@code{mailbox-configuration} parameter} string name
7849Name for this mailbox.
7850@end deftypevr
7851
7852@deftypevr {@code{mailbox-configuration} parameter} string auto
7853@samp{create} will automatically create this mailbox.
7854@samp{subscribe} will both create and subscribe to the mailbox.
7855Defaults to @samp{"no"}.
7856@end deftypevr
7857
7858@deftypevr {@code{mailbox-configuration} parameter} space-separated-string-list special-use
7859List of IMAP @code{SPECIAL-USE} attributes as specified by RFC 6154.
7860Valid values are @code{\All}, @code{\Archive}, @code{\Drafts},
7861@code{\Flagged}, @code{\Junk}, @code{\Sent}, and @code{\Trash}.
7862Defaults to @samp{()}.
7863@end deftypevr
7864
7865@end deftypevr
7866
7867@end deftypevr
7868
7869@deftypevr {@code{dovecot-configuration} parameter} file-name base-dir
7870Base directory where to store runtime data.
7871Defaults to @samp{"/var/run/dovecot/"}.
7872@end deftypevr
7873
7874@deftypevr {@code{dovecot-configuration} parameter} string login-greeting
7875Greeting message for clients.
7876Defaults to @samp{"Dovecot ready."}.
7877@end deftypevr
7878
7879@deftypevr {@code{dovecot-configuration} parameter} space-separated-string-list login-trusted-networks
7880List of trusted network ranges. Connections from these IPs are
7881allowed to override their IP addresses and ports (for logging and for
7882authentication checks). @samp{disable-plaintext-auth} is also ignored
7883for these networks. Typically you'd specify your IMAP proxy servers
7884here.
7885Defaults to @samp{()}.
7886@end deftypevr
7887
7888@deftypevr {@code{dovecot-configuration} parameter} space-separated-string-list login-access-sockets
7889List of login access check sockets (e.g. tcpwrap).
7890Defaults to @samp{()}.
7891@end deftypevr
7892
7893@deftypevr {@code{dovecot-configuration} parameter} boolean verbose-proctitle?
7894Show more verbose process titles (in ps). Currently shows user name
7895and IP address. Useful for seeing who are actually using the IMAP
7896processes (e.g. shared mailboxes or if same uid is used for multiple
7897accounts).
7898Defaults to @samp{#f}.
7899@end deftypevr
7900
7901@deftypevr {@code{dovecot-configuration} parameter} boolean shutdown-clients?
7902Should all processes be killed when Dovecot master process shuts down.
7903Setting this to @code{#f} means that Dovecot can be upgraded without
7904forcing existing client connections to close (although that could also
7905be a problem if the upgrade is e.g. because of a security fix).
7906Defaults to @samp{#t}.
7907@end deftypevr
7908
7909@deftypevr {@code{dovecot-configuration} parameter} non-negative-integer doveadm-worker-count
7910If non-zero, run mail commands via this many connections to doveadm
7911server, instead of running them directly in the same process.
7912Defaults to @samp{0}.
7913@end deftypevr
7914
7915@deftypevr {@code{dovecot-configuration} parameter} string doveadm-socket-path
7916UNIX socket or host:port used for connecting to doveadm server.
7917Defaults to @samp{"doveadm-server"}.
7918@end deftypevr
7919
7920@deftypevr {@code{dovecot-configuration} parameter} space-separated-string-list import-environment
7921List of environment variables that are preserved on Dovecot startup
7922and passed down to all of its child processes. You can also give
7923key=value pairs to always set specific settings.
7924@end deftypevr
7925
7926@deftypevr {@code{dovecot-configuration} parameter} boolean disable-plaintext-auth?
7927Disable LOGIN command and all other plaintext authentications unless
7928SSL/TLS is used (LOGINDISABLED capability). Note that if the remote IP
7929matches the local IP (i.e. you're connecting from the same computer),
7930the connection is considered secure and plaintext authentication is
7931allowed. See also ssl=required setting.
7932Defaults to @samp{#t}.
7933@end deftypevr
7934
7935@deftypevr {@code{dovecot-configuration} parameter} non-negative-integer auth-cache-size
7936Authentication cache size (e.g. @samp{#e10e6}). 0 means it's disabled.
7937Note that bsdauth, PAM and vpopmail require @samp{cache-key} to be set
7938for caching to be used.
7939Defaults to @samp{0}.
7940@end deftypevr
7941
7942@deftypevr {@code{dovecot-configuration} parameter} string auth-cache-ttl
7943Time to live for cached data. After TTL expires the cached record
7944is no longer used, *except* if the main database lookup returns internal
7945failure. We also try to handle password changes automatically: If
7946user's previous authentication was successful, but this one wasn't, the
7947cache isn't used. For now this works only with plaintext
7948authentication.
7949Defaults to @samp{"1 hour"}.
7950@end deftypevr
7951
7952@deftypevr {@code{dovecot-configuration} parameter} string auth-cache-negative-ttl
7953TTL for negative hits (user not found, password mismatch).
79540 disables caching them completely.
7955Defaults to @samp{"1 hour"}.
7956@end deftypevr
7957
7958@deftypevr {@code{dovecot-configuration} parameter} space-separated-string-list auth-realms
7959List of realms for SASL authentication mechanisms that need them.
7960You can leave it empty if you don't want to support multiple realms.
7961Many clients simply use the first one listed here, so keep the default
7962realm first.
7963Defaults to @samp{()}.
7964@end deftypevr
7965
7966@deftypevr {@code{dovecot-configuration} parameter} string auth-default-realm
7967Default realm/domain to use if none was specified. This is used for
7968both SASL realms and appending @@domain to username in plaintext
7969logins.
7970Defaults to @samp{""}.
7971@end deftypevr
7972
7973@deftypevr {@code{dovecot-configuration} parameter} string auth-username-chars
7974List of allowed characters in username. If the user-given username
7975contains a character not listed in here, the login automatically fails.
7976This is just an extra check to make sure user can't exploit any
7977potential quote escaping vulnerabilities with SQL/LDAP databases. If
7978you want to allow all characters, set this value to empty.
7979Defaults to @samp{"abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567890.-_@@"}.
7980@end deftypevr
7981
7982@deftypevr {@code{dovecot-configuration} parameter} string auth-username-translation
7983Username character translations before it's looked up from
7984databases. The value contains series of from -> to characters. For
7985example @samp{#@@/@@} means that @samp{#} and @samp{/} characters are
7986translated to @samp{@@}.
7987Defaults to @samp{""}.
7988@end deftypevr
7989
7990@deftypevr {@code{dovecot-configuration} parameter} string auth-username-format
7991Username formatting before it's looked up from databases. You can
7992use the standard variables here, e.g. %Lu would lowercase the username,
7993%n would drop away the domain if it was given, or @samp{%n-AT-%d} would
7994change the @samp{@@} into @samp{-AT-}. This translation is done after
7995@samp{auth-username-translation} changes.
7996Defaults to @samp{"%Lu"}.
7997@end deftypevr
7998
7999@deftypevr {@code{dovecot-configuration} parameter} string auth-master-user-separator
8000If you want to allow master users to log in by specifying the master
8001username within the normal username string (i.e. not using SASL
8002mechanism's support for it), you can specify the separator character
8003here. The format is then <username><separator><master username>.
8004UW-IMAP uses @samp{*} as the separator, so that could be a good
8005choice.
8006Defaults to @samp{""}.
8007@end deftypevr
8008
8009@deftypevr {@code{dovecot-configuration} parameter} string auth-anonymous-username
8010Username to use for users logging in with ANONYMOUS SASL
8011mechanism.
8012Defaults to @samp{"anonymous"}.
8013@end deftypevr
8014
8015@deftypevr {@code{dovecot-configuration} parameter} non-negative-integer auth-worker-max-count
8016Maximum number of dovecot-auth worker processes. They're used to
8017execute blocking passdb and userdb queries (e.g. MySQL and PAM).
8018They're automatically created and destroyed as needed.
8019Defaults to @samp{30}.
8020@end deftypevr
8021
8022@deftypevr {@code{dovecot-configuration} parameter} string auth-gssapi-hostname
8023Host name to use in GSSAPI principal names. The default is to use
8024the name returned by gethostname(). Use @samp{$ALL} (with quotes) to
8025allow all keytab entries.
8026Defaults to @samp{""}.
8027@end deftypevr
8028
8029@deftypevr {@code{dovecot-configuration} parameter} string auth-krb5-keytab
8030Kerberos keytab to use for the GSSAPI mechanism. Will use the
8031system default (usually /etc/krb5.keytab) if not specified. You may
8032need to change the auth service to run as root to be able to read this
8033file.
8034Defaults to @samp{""}.
8035@end deftypevr
8036
8037@deftypevr {@code{dovecot-configuration} parameter} boolean auth-use-winbind?
8038Do NTLM and GSS-SPNEGO authentication using Samba's winbind daemon
8039and @samp{ntlm-auth} helper.
8040<doc/wiki/Authentication/Mechanisms/Winbind.txt>.
8041Defaults to @samp{#f}.
8042@end deftypevr
8043
8044@deftypevr {@code{dovecot-configuration} parameter} file-name auth-winbind-helper-path
8045Path for Samba's @samp{ntlm-auth} helper binary.
8046Defaults to @samp{"/usr/bin/ntlm_auth"}.
8047@end deftypevr
8048
8049@deftypevr {@code{dovecot-configuration} parameter} string auth-failure-delay
8050Time to delay before replying to failed authentications.
8051Defaults to @samp{"2 secs"}.
8052@end deftypevr
8053
8054@deftypevr {@code{dovecot-configuration} parameter} boolean auth-ssl-require-client-cert?
8055Require a valid SSL client certificate or the authentication
8056fails.
8057Defaults to @samp{#f}.
8058@end deftypevr
8059
8060@deftypevr {@code{dovecot-configuration} parameter} boolean auth-ssl-username-from-cert?
8061Take the username from client's SSL certificate, using
8062@code{X509_NAME_get_text_by_NID()} which returns the subject's DN's
8063CommonName.
8064Defaults to @samp{#f}.
8065@end deftypevr
8066
8067@deftypevr {@code{dovecot-configuration} parameter} space-separated-string-list auth-mechanisms
8068List of wanted authentication mechanisms. Supported mechanisms are:
8069@samp{plain}, @samp{login}, @samp{digest-md5}, @samp{cram-md5},
8070@samp{ntlm}, @samp{rpa}, @samp{apop}, @samp{anonymous}, @samp{gssapi},
8071@samp{otp}, @samp{skey}, and @samp{gss-spnego}. NOTE: See also
8072@samp{disable-plaintext-auth} setting.
8073@end deftypevr
8074
8075@deftypevr {@code{dovecot-configuration} parameter} space-separated-string-list director-servers
8076List of IPs or hostnames to all director servers, including ourself.
8077Ports can be specified as ip:port. The default port is the same as what
8078director service's @samp{inet-listener} is using.
8079Defaults to @samp{()}.
8080@end deftypevr
8081
8082@deftypevr {@code{dovecot-configuration} parameter} space-separated-string-list director-mail-servers
8083List of IPs or hostnames to all backend mail servers. Ranges are
8084allowed too, like 10.0.0.10-10.0.0.30.
8085Defaults to @samp{()}.
8086@end deftypevr
8087
8088@deftypevr {@code{dovecot-configuration} parameter} string director-user-expire
8089How long to redirect users to a specific server after it no longer
8090has any connections.
8091Defaults to @samp{"15 min"}.
8092@end deftypevr
8093
8094@deftypevr {@code{dovecot-configuration} parameter} non-negative-integer director-doveadm-port
8095TCP/IP port that accepts doveadm connections (instead of director
8096connections) If you enable this, you'll also need to add
8097@samp{inet-listener} for the port.
8098Defaults to @samp{0}.
8099@end deftypevr
8100
8101@deftypevr {@code{dovecot-configuration} parameter} string director-username-hash
8102How the username is translated before being hashed. Useful values
8103include %Ln if user can log in with or without @@domain, %Ld if mailboxes
8104are shared within domain.
8105Defaults to @samp{"%Lu"}.
8106@end deftypevr
8107
8108@deftypevr {@code{dovecot-configuration} parameter} string log-path
8109Log file to use for error messages. @samp{syslog} logs to syslog,
8110@samp{/dev/stderr} logs to stderr.
8111Defaults to @samp{"syslog"}.
8112@end deftypevr
8113
8114@deftypevr {@code{dovecot-configuration} parameter} string info-log-path
8115Log file to use for informational messages. Defaults to
8116@samp{log-path}.
8117Defaults to @samp{""}.
8118@end deftypevr
8119
8120@deftypevr {@code{dovecot-configuration} parameter} string debug-log-path
8121Log file to use for debug messages. Defaults to
8122@samp{info-log-path}.
8123Defaults to @samp{""}.
8124@end deftypevr
8125
8126@deftypevr {@code{dovecot-configuration} parameter} string syslog-facility
8127Syslog facility to use if you're logging to syslog. Usually if you
8128don't want to use @samp{mail}, you'll use local0..local7. Also other
8129standard facilities are supported.
8130Defaults to @samp{"mail"}.
8131@end deftypevr
8132
8133@deftypevr {@code{dovecot-configuration} parameter} boolean auth-verbose?
8134Log unsuccessful authentication attempts and the reasons why they
8135failed.
8136Defaults to @samp{#f}.
8137@end deftypevr
8138
8139@deftypevr {@code{dovecot-configuration} parameter} boolean auth-verbose-passwords?
8140In case of password mismatches, log the attempted password. Valid
8141values are no, plain and sha1. sha1 can be useful for detecting brute
8142force password attempts vs. user simply trying the same password over
8143and over again. You can also truncate the value to n chars by appending
8144":n" (e.g. sha1:6).
8145Defaults to @samp{#f}.
8146@end deftypevr
8147
8148@deftypevr {@code{dovecot-configuration} parameter} boolean auth-debug?
8149Even more verbose logging for debugging purposes. Shows for example
8150SQL queries.
8151Defaults to @samp{#f}.
8152@end deftypevr
8153
8154@deftypevr {@code{dovecot-configuration} parameter} boolean auth-debug-passwords?
8155In case of password mismatches, log the passwords and used scheme so
8156the problem can be debugged. Enabling this also enables
8157@samp{auth-debug}.
8158Defaults to @samp{#f}.
8159@end deftypevr
8160
8161@deftypevr {@code{dovecot-configuration} parameter} boolean mail-debug?
8162Enable mail process debugging. This can help you figure out why
8163Dovecot isn't finding your mails.
8164Defaults to @samp{#f}.
8165@end deftypevr
8166
8167@deftypevr {@code{dovecot-configuration} parameter} boolean verbose-ssl?
8168Show protocol level SSL errors.
8169Defaults to @samp{#f}.
8170@end deftypevr
8171
8172@deftypevr {@code{dovecot-configuration} parameter} string log-timestamp
8173Prefix for each line written to log file. % codes are in
8174strftime(3) format.
8175Defaults to @samp{"\"%b %d %H:%M:%S \""}.
8176@end deftypevr
8177
8178@deftypevr {@code{dovecot-configuration} parameter} space-separated-string-list login-log-format-elements
8179List of elements we want to log. The elements which have a
8180non-empty variable value are joined together to form a comma-separated
8181string.
8182@end deftypevr
8183
8184@deftypevr {@code{dovecot-configuration} parameter} string login-log-format
8185Login log format. %s contains @samp{login-log-format-elements}
8186string, %$ contains the data we want to log.
8187Defaults to @samp{"%$: %s"}.
8188@end deftypevr
8189
8190@deftypevr {@code{dovecot-configuration} parameter} string mail-log-prefix
8191Log prefix for mail processes. See doc/wiki/Variables.txt for list
8192of possible variables you can use.
8193Defaults to @samp{"\"%s(%u): \""}.
8194@end deftypevr
8195
8196@deftypevr {@code{dovecot-configuration} parameter} string deliver-log-format
8197Format to use for logging mail deliveries. You can use variables:
8198@table @code
8199@item %$
8200Delivery status message (e.g. @samp{saved to INBOX})
8201@item %m
8202Message-ID
8203@item %s
8204Subject
8205@item %f
8206From address
8207@item %p
8208Physical size
8209@item %w
8210Virtual size.
8211@end table
8212Defaults to @samp{"msgid=%m: %$"}.
8213@end deftypevr
8214
8215@deftypevr {@code{dovecot-configuration} parameter} string mail-location
8216Location for users' mailboxes. The default is empty, which means
8217that Dovecot tries to find the mailboxes automatically. This won't work
8218if the user doesn't yet have any mail, so you should explicitly tell
8219Dovecot the full location.
8220
8221If you're using mbox, giving a path to the INBOX
8222file (e.g. /var/mail/%u) isn't enough. You'll also need to tell Dovecot
8223where the other mailboxes are kept. This is called the "root mail
8224directory", and it must be the first path given in the
8225@samp{mail-location} setting.
8226
8227There are a few special variables you can use, eg.:
8228
8229@table @samp
8230@item %u
8231username
8232@item %n
8233user part in user@@domain, same as %u if there's no domain
8234@item %d
8235domain part in user@@domain, empty if there's no domain
8236@item %h
8237home director
8238@end table
8239
8240See doc/wiki/Variables.txt for full list. Some examples:
8241@table @samp
8242@item maildir:~/Maildir
8243@item mbox:~/mail:INBOX=/var/mail/%u
8244@item mbox:/var/mail/%d/%1n/%n:INDEX=/var/indexes/%d/%1n/%
8245@end table
8246Defaults to @samp{""}.
8247@end deftypevr
8248
8249@deftypevr {@code{dovecot-configuration} parameter} string mail-uid
8250System user and group used to access mails. If you use multiple,
8251userdb can override these by returning uid or gid fields. You can use
8252either numbers or names. <doc/wiki/UserIds.txt>.
8253Defaults to @samp{""}.
8254@end deftypevr
8255
8256@deftypevr {@code{dovecot-configuration} parameter} string mail-gid
8257
8258Defaults to @samp{""}.
8259@end deftypevr
8260
8261@deftypevr {@code{dovecot-configuration} parameter} string mail-privileged-group
8262Group to enable temporarily for privileged operations. Currently
8263this is used only with INBOX when either its initial creation or
8264dotlocking fails. Typically this is set to "mail" to give access to
8265/var/mail.
8266Defaults to @samp{""}.
8267@end deftypevr
8268
8269@deftypevr {@code{dovecot-configuration} parameter} string mail-access-groups
8270Grant access to these supplementary groups for mail processes.
8271Typically these are used to set up access to shared mailboxes. Note
8272that it may be dangerous to set these if users can create
8273symlinks (e.g. if "mail" group is set here, ln -s /var/mail ~/mail/var
8274could allow a user to delete others' mailboxes, or ln -s
8275/secret/shared/box ~/mail/mybox would allow reading it).
8276Defaults to @samp{""}.
8277@end deftypevr
8278
8279@deftypevr {@code{dovecot-configuration} parameter} boolean mail-full-filesystem-access?
8280Allow full filesystem access to clients. There's no access checks
8281other than what the operating system does for the active UID/GID. It
8282works with both maildir and mboxes, allowing you to prefix mailboxes
8283names with e.g. /path/ or ~user/.
8284Defaults to @samp{#f}.
8285@end deftypevr
8286
8287@deftypevr {@code{dovecot-configuration} parameter} boolean mmap-disable?
8288Don't use mmap() at all. This is required if you store indexes to
8289shared filesystems (NFS or clustered filesystem).
8290Defaults to @samp{#f}.
8291@end deftypevr
8292
8293@deftypevr {@code{dovecot-configuration} parameter} boolean dotlock-use-excl?
8294Rely on @samp{O_EXCL} to work when creating dotlock files. NFS
8295supports @samp{O_EXCL} since version 3, so this should be safe to use
8296nowadays by default.
8297Defaults to @samp{#t}.
8298@end deftypevr
8299
8300@deftypevr {@code{dovecot-configuration} parameter} string mail-fsync
8301When to use fsync() or fdatasync() calls:
8302@table @code
8303@item optimized
8304Whenever necessary to avoid losing important data
8305@item always
8306Useful with e.g. NFS when write()s are delayed
8307@item never
8308Never use it (best performance, but crashes can lose data).
8309@end table
8310Defaults to @samp{"optimized"}.
8311@end deftypevr
8312
8313@deftypevr {@code{dovecot-configuration} parameter} boolean mail-nfs-storage?
8314Mail storage exists in NFS. Set this to yes to make Dovecot flush
8315NFS caches whenever needed. If you're using only a single mail server
8316this isn't needed.
8317Defaults to @samp{#f}.
8318@end deftypevr
8319
8320@deftypevr {@code{dovecot-configuration} parameter} boolean mail-nfs-index?
8321Mail index files also exist in NFS. Setting this to yes requires
8322@samp{mmap-disable? #t} and @samp{fsync-disable? #f}.
8323Defaults to @samp{#f}.
8324@end deftypevr
8325
8326@deftypevr {@code{dovecot-configuration} parameter} string lock-method
8327Locking method for index files. Alternatives are fcntl, flock and
8328dotlock. Dotlocking uses some tricks which may create more disk I/O
8329than other locking methods. NFS users: flock doesn't work, remember to
8330change @samp{mmap-disable}.
8331Defaults to @samp{"fcntl"}.
8332@end deftypevr
8333
8334@deftypevr {@code{dovecot-configuration} parameter} file-name mail-temp-dir
8335Directory in which LDA/LMTP temporarily stores incoming mails >128
8336kB.
8337Defaults to @samp{"/tmp"}.
8338@end deftypevr
8339
8340@deftypevr {@code{dovecot-configuration} parameter} non-negative-integer first-valid-uid
8341Valid UID range for users. This is mostly to make sure that users can't
8342log in as daemons or other system users. Note that denying root logins is
8343hardcoded to dovecot binary and can't be done even if @samp{first-valid-uid}
8344is set to 0.
8345Defaults to @samp{500}.
8346@end deftypevr
8347
8348@deftypevr {@code{dovecot-configuration} parameter} non-negative-integer last-valid-uid
8349
8350Defaults to @samp{0}.
8351@end deftypevr
8352
8353@deftypevr {@code{dovecot-configuration} parameter} non-negative-integer first-valid-gid
8354Valid GID range for users. Users having non-valid GID as primary group ID
8355aren't allowed to log in. If user belongs to supplementary groups with
8356non-valid GIDs, those groups are not set.
8357Defaults to @samp{1}.
8358@end deftypevr
8359
8360@deftypevr {@code{dovecot-configuration} parameter} non-negative-integer last-valid-gid
8361
8362Defaults to @samp{0}.
8363@end deftypevr
8364
8365@deftypevr {@code{dovecot-configuration} parameter} non-negative-integer mail-max-keyword-length
8366Maximum allowed length for mail keyword name. It's only forced when
8367trying to create new keywords.
8368Defaults to @samp{50}.
8369@end deftypevr
8370
8371@deftypevr {@code{dovecot-configuration} parameter} colon-separated-file-name-list valid-chroot-dirs
8372List of directories under which chrooting is allowed for mail
8373processes (i.e. /var/mail will allow chrooting to /var/mail/foo/bar
8374too). This setting doesn't affect @samp{login-chroot}
8375@samp{mail-chroot} or auth chroot settings. If this setting is empty,
8376"/./" in home dirs are ignored. WARNING: Never add directories here
8377which local users can modify, that may lead to root exploit. Usually
8378this should be done only if you don't allow shell access for users.
8379<doc/wiki/Chrooting.txt>.
8380Defaults to @samp{()}.
8381@end deftypevr
8382
8383@deftypevr {@code{dovecot-configuration} parameter} string mail-chroot
8384Default chroot directory for mail processes. This can be overridden
8385for specific users in user database by giving /./ in user's home
8386directory (e.g. /home/./user chroots into /home). Note that usually
8387there is no real need to do chrooting, Dovecot doesn't allow users to
8388access files outside their mail directory anyway. If your home
8389directories are prefixed with the chroot directory, append "/." to
8390@samp{mail-chroot}. <doc/wiki/Chrooting.txt>.
8391Defaults to @samp{""}.
8392@end deftypevr
8393
8394@deftypevr {@code{dovecot-configuration} parameter} file-name auth-socket-path
8395UNIX socket path to master authentication server to find users.
8396This is used by imap (for shared users) and lda.
8397Defaults to @samp{"/var/run/dovecot/auth-userdb"}.
8398@end deftypevr
8399
8400@deftypevr {@code{dovecot-configuration} parameter} file-name mail-plugin-dir
8401Directory where to look up mail plugins.
8402Defaults to @samp{"/usr/lib/dovecot"}.
8403@end deftypevr
8404
8405@deftypevr {@code{dovecot-configuration} parameter} space-separated-string-list mail-plugins
8406List of plugins to load for all services. Plugins specific to IMAP,
8407LDA, etc. are added to this list in their own .conf files.
8408Defaults to @samp{()}.
8409@end deftypevr
8410
8411@deftypevr {@code{dovecot-configuration} parameter} non-negative-integer mail-cache-min-mail-count
8412The minimum number of mails in a mailbox before updates are done to
8413cache file. This allows optimizing Dovecot's behavior to do less disk
8414writes at the cost of more disk reads.
8415Defaults to @samp{0}.
8416@end deftypevr
8417
8418@deftypevr {@code{dovecot-configuration} parameter} string mailbox-idle-check-interval
8419When IDLE command is running, mailbox is checked once in a while to
8420see if there are any new mails or other changes. This setting defines
8421the minimum time to wait between those checks. Dovecot can also use
8422dnotify, inotify and kqueue to find out immediately when changes
8423occur.
8424Defaults to @samp{"30 secs"}.
8425@end deftypevr
8426
8427@deftypevr {@code{dovecot-configuration} parameter} boolean mail-save-crlf?
8428Save mails with CR+LF instead of plain LF. This makes sending those
8429mails take less CPU, especially with sendfile() syscall with Linux and
8430FreeBSD. But it also creates a bit more disk I/O which may just make it
8431slower. Also note that if other software reads the mboxes/maildirs,
8432they may handle the extra CRs wrong and cause problems.
8433Defaults to @samp{#f}.
8434@end deftypevr
8435
8436@deftypevr {@code{dovecot-configuration} parameter} boolean maildir-stat-dirs?
8437By default LIST command returns all entries in maildir beginning
8438with a dot. Enabling this option makes Dovecot return only entries
8439which are directories. This is done by stat()ing each entry, so it
8440causes more disk I/O.
8441 (For systems setting struct @samp{dirent->d_type} this check is free
8442and it's done always regardless of this setting).
8443Defaults to @samp{#f}.
8444@end deftypevr
8445
8446@deftypevr {@code{dovecot-configuration} parameter} boolean maildir-copy-with-hardlinks?
8447When copying a message, do it with hard links whenever possible.
8448This makes the performance much better, and it's unlikely to have any
8449side effects.
8450Defaults to @samp{#t}.
8451@end deftypevr
8452
8453@deftypevr {@code{dovecot-configuration} parameter} boolean maildir-very-dirty-syncs?
8454Assume Dovecot is the only MUA accessing Maildir: Scan cur/
8455directory only when its mtime changes unexpectedly or when we can't find
8456the mail otherwise.
8457Defaults to @samp{#f}.
8458@end deftypevr
8459
8460@deftypevr {@code{dovecot-configuration} parameter} space-separated-string-list mbox-read-locks
8461Which locking methods to use for locking mbox. There are four
8462available:
8463
8464@table @code
8465@item dotlock
8466Create <mailbox>.lock file. This is the oldest and most NFS-safe
8467solution. If you want to use /var/mail/ like directory, the users will
8468need write access to that directory.
8469@item dotlock-try
8470Same as dotlock, but if it fails because of permissions or because there
8471isn't enough disk space, just skip it.
8472@item fcntl
8473Use this if possible. Works with NFS too if lockd is used.
8474@item flock
8475May not exist in all systems. Doesn't work with NFS.
8476@item lockf
8477May not exist in all systems. Doesn't work with NFS.
8478@end table
8479
8480You can use multiple locking methods; if you do the order they're declared
8481in is important to avoid deadlocks if other MTAs/MUAs are using multiple
8482locking methods as well. Some operating systems don't allow using some of
8483them simultaneously.
8484@end deftypevr
8485
8486@deftypevr {@code{dovecot-configuration} parameter} space-separated-string-list mbox-write-locks
8487
8488@end deftypevr
8489
8490@deftypevr {@code{dovecot-configuration} parameter} string mbox-lock-timeout
8491Maximum time to wait for lock (all of them) before aborting.
8492Defaults to @samp{"5 mins"}.
8493@end deftypevr
8494
8495@deftypevr {@code{dovecot-configuration} parameter} string mbox-dotlock-change-timeout
8496If dotlock exists but the mailbox isn't modified in any way,
8497override the lock file after this much time.
8498Defaults to @samp{"2 mins"}.
8499@end deftypevr
8500
8501@deftypevr {@code{dovecot-configuration} parameter} boolean mbox-dirty-syncs?
8502When mbox changes unexpectedly we have to fully read it to find out
8503what changed. If the mbox is large this can take a long time. Since
8504the change is usually just a newly appended mail, it'd be faster to
8505simply read the new mails. If this setting is enabled, Dovecot does
8506this but still safely fallbacks to re-reading the whole mbox file
8507whenever something in mbox isn't how it's expected to be. The only real
8508downside to this setting is that if some other MUA changes message
8509flags, Dovecot doesn't notice it immediately. Note that a full sync is
8510done with SELECT, EXAMINE, EXPUNGE and CHECK commands.
8511Defaults to @samp{#t}.
8512@end deftypevr
8513
8514@deftypevr {@code{dovecot-configuration} parameter} boolean mbox-very-dirty-syncs?
8515Like @samp{mbox-dirty-syncs}, but don't do full syncs even with SELECT,
8516EXAMINE, EXPUNGE or CHECK commands. If this is set,
8517@samp{mbox-dirty-syncs} is ignored.
8518Defaults to @samp{#f}.
8519@end deftypevr
8520
8521@deftypevr {@code{dovecot-configuration} parameter} boolean mbox-lazy-writes?
8522Delay writing mbox headers until doing a full write sync (EXPUNGE
8523and CHECK commands and when closing the mailbox). This is especially
8524useful for POP3 where clients often delete all mails. The downside is
8525that our changes aren't immediately visible to other MUAs.
8526Defaults to @samp{#t}.
8527@end deftypevr
8528
8529@deftypevr {@code{dovecot-configuration} parameter} non-negative-integer mbox-min-index-size
8530If mbox size is smaller than this (e.g. 100k), don't write index
8531files. If an index file already exists it's still read, just not
8532updated.
8533Defaults to @samp{0}.
8534@end deftypevr
8535
8536@deftypevr {@code{dovecot-configuration} parameter} non-negative-integer mdbox-rotate-size
8537Maximum dbox file size until it's rotated.
8538Defaults to @samp{2000000}.
8539@end deftypevr
8540
8541@deftypevr {@code{dovecot-configuration} parameter} string mdbox-rotate-interval
8542Maximum dbox file age until it's rotated. Typically in days. Day
8543begins from midnight, so 1d = today, 2d = yesterday, etc. 0 = check
8544disabled.
8545Defaults to @samp{"1d"}.
8546@end deftypevr
8547
8548@deftypevr {@code{dovecot-configuration} parameter} boolean mdbox-preallocate-space?
8549When creating new mdbox files, immediately preallocate their size to
8550@samp{mdbox-rotate-size}. This setting currently works only in Linux
8551with some filesystems (ext4, xfs).
8552Defaults to @samp{#f}.
8553@end deftypevr
8554
8555@deftypevr {@code{dovecot-configuration} parameter} string mail-attachment-dir
8556sdbox and mdbox support saving mail attachments to external files,
8557which also allows single instance storage for them. Other backends
8558don't support this for now.
8559
8560WARNING: This feature hasn't been tested much yet. Use at your own risk.
8561
8562Directory root where to store mail attachments. Disabled, if empty.
8563Defaults to @samp{""}.
8564@end deftypevr
8565
8566@deftypevr {@code{dovecot-configuration} parameter} non-negative-integer mail-attachment-min-size
8567Attachments smaller than this aren't saved externally. It's also
8568possible to write a plugin to disable saving specific attachments
8569externally.
8570Defaults to @samp{128000}.
8571@end deftypevr
8572
8573@deftypevr {@code{dovecot-configuration} parameter} string mail-attachment-fs
8574Filesystem backend to use for saving attachments:
8575@table @code
8576@item posix
8577No SiS done by Dovecot (but this might help FS's own deduplication)
8578@item sis posix
8579SiS with immediate byte-by-byte comparison during saving
8580@item sis-queue posix
8581SiS with delayed comparison and deduplication.
8582@end table
8583Defaults to @samp{"sis posix"}.
8584@end deftypevr
8585
8586@deftypevr {@code{dovecot-configuration} parameter} string mail-attachment-hash
8587Hash format to use in attachment filenames. You can add any text and
8588variables: @code{%@{md4@}}, @code{%@{md5@}}, @code{%@{sha1@}},
8589@code{%@{sha256@}}, @code{%@{sha512@}}, @code{%@{size@}}. Variables can be
8590truncated, e.g. @code{%@{sha256:80@}} returns only first 80 bits.
8591Defaults to @samp{"%@{sha1@}"}.
8592@end deftypevr
8593
8594@deftypevr {@code{dovecot-configuration} parameter} non-negative-integer default-process-limit
8595
8596Defaults to @samp{100}.
8597@end deftypevr
8598
8599@deftypevr {@code{dovecot-configuration} parameter} non-negative-integer default-client-limit
8600
8601Defaults to @samp{1000}.
8602@end deftypevr
8603
8604@deftypevr {@code{dovecot-configuration} parameter} non-negative-integer default-vsz-limit
8605Default VSZ (virtual memory size) limit for service processes.
8606This is mainly intended to catch and kill processes that leak memory
8607before they eat up everything.
8608Defaults to @samp{256000000}.
8609@end deftypevr
8610
8611@deftypevr {@code{dovecot-configuration} parameter} string default-login-user
8612Login user is internally used by login processes. This is the most
8613untrusted user in Dovecot system. It shouldn't have access to anything
8614at all.
8615Defaults to @samp{"dovenull"}.
8616@end deftypevr
8617
8618@deftypevr {@code{dovecot-configuration} parameter} string default-internal-user
8619Internal user is used by unprivileged processes. It should be
8620separate from login user, so that login processes can't disturb other
8621processes.
8622Defaults to @samp{"dovecot"}.
8623@end deftypevr
8624
8625@deftypevr {@code{dovecot-configuration} parameter} string ssl?
8626SSL/TLS support: yes, no, required. <doc/wiki/SSL.txt>.
8627Defaults to @samp{"required"}.
8628@end deftypevr
8629
8630@deftypevr {@code{dovecot-configuration} parameter} string ssl-cert
8631PEM encoded X.509 SSL/TLS certificate (public key).
8632Defaults to @samp{"</etc/dovecot/default.pem"}.
8633@end deftypevr
8634
8635@deftypevr {@code{dovecot-configuration} parameter} string ssl-key
8636PEM encoded SSL/TLS private key. The key is opened before
8637dropping root privileges, so keep the key file unreadable by anyone but
8638root.
8639Defaults to @samp{"</etc/dovecot/private/default.pem"}.
8640@end deftypevr
8641
8642@deftypevr {@code{dovecot-configuration} parameter} string ssl-key-password
8643If key file is password protected, give the password here.
8644Alternatively give it when starting dovecot with -p parameter. Since
8645this file is often world-readable, you may want to place this setting
8646instead to a different.
8647Defaults to @samp{""}.
8648@end deftypevr
8649
8650@deftypevr {@code{dovecot-configuration} parameter} string ssl-ca
8651PEM encoded trusted certificate authority. Set this only if you
8652intend to use @samp{ssl-verify-client-cert? #t}. The file should
8653contain the CA certificate(s) followed by the matching
8654CRL(s). (e.g. @samp{ssl-ca </etc/ssl/certs/ca.pem}).
8655Defaults to @samp{""}.
8656@end deftypevr
8657
8658@deftypevr {@code{dovecot-configuration} parameter} boolean ssl-require-crl?
8659Require that CRL check succeeds for client certificates.
8660Defaults to @samp{#t}.
8661@end deftypevr
8662
8663@deftypevr {@code{dovecot-configuration} parameter} boolean ssl-verify-client-cert?
8664Request client to send a certificate. If you also want to require
8665it, set @samp{auth-ssl-require-client-cert? #t} in auth section.
8666Defaults to @samp{#f}.
8667@end deftypevr
8668
8669@deftypevr {@code{dovecot-configuration} parameter} string ssl-cert-username-field
8670Which field from certificate to use for username. commonName and
8671x500UniqueIdentifier are the usual choices. You'll also need to set
8672@samp{auth-ssl-username-from-cert? #t}.
8673Defaults to @samp{"commonName"}.
8674@end deftypevr
8675
8676@deftypevr {@code{dovecot-configuration} parameter} hours ssl-parameters-regenerate
8677How often to regenerate the SSL parameters file. Generation is
8678quite CPU intensive operation. The value is in hours, 0 disables
8679regeneration entirely.
8680Defaults to @samp{168}.
8681@end deftypevr
8682
8683@deftypevr {@code{dovecot-configuration} parameter} string ssl-protocols
8684SSL protocols to use.
8685Defaults to @samp{"!SSLv2"}.
8686@end deftypevr
8687
8688@deftypevr {@code{dovecot-configuration} parameter} string ssl-cipher-list
8689SSL ciphers to use.
8690Defaults to @samp{"ALL:!LOW:!SSLv2:!EXP:!aNULL"}.
8691@end deftypevr
8692
8693@deftypevr {@code{dovecot-configuration} parameter} string ssl-crypto-device
8694SSL crypto device to use, for valid values run "openssl engine".
8695Defaults to @samp{""}.
8696@end deftypevr
8697
8698@deftypevr {@code{dovecot-configuration} parameter} string postmaster-address
8699Address to use when sending rejection mails.
8700Default is postmaster@@<your domain>. %d expands to recipient domain.
8701Defaults to @samp{""}.
8702@end deftypevr
8703
8704@deftypevr {@code{dovecot-configuration} parameter} string hostname
8705Hostname to use in various parts of sent mails (e.g. in Message-Id)
8706and in LMTP replies. Default is the system's real hostname@@domain.
8707Defaults to @samp{""}.
8708@end deftypevr
8709
8710@deftypevr {@code{dovecot-configuration} parameter} boolean quota-full-tempfail?
8711If user is over quota, return with temporary failure instead of
8712bouncing the mail.
8713Defaults to @samp{#f}.
8714@end deftypevr
8715
8716@deftypevr {@code{dovecot-configuration} parameter} file-name sendmail-path
8717Binary to use for sending mails.
8718Defaults to @samp{"/usr/sbin/sendmail"}.
8719@end deftypevr
8720
8721@deftypevr {@code{dovecot-configuration} parameter} string submission-host
8722If non-empty, send mails via this SMTP host[:port] instead of
8723sendmail.
8724Defaults to @samp{""}.
8725@end deftypevr
8726
8727@deftypevr {@code{dovecot-configuration} parameter} string rejection-subject
8728Subject: header to use for rejection mails. You can use the same
8729variables as for @samp{rejection-reason} below.
8730Defaults to @samp{"Rejected: %s"}.
8731@end deftypevr
8732
8733@deftypevr {@code{dovecot-configuration} parameter} string rejection-reason
8734Human readable error message for rejection mails. You can use
8735variables:
8736
8737@table @code
8738@item %n
8739CRLF
8740@item %r
8741reason
8742@item %s
8743original subject
8744@item %t
8745recipient
8746@end table
8747Defaults to @samp{"Your message to <%t> was automatically rejected:%n%r"}.
8748@end deftypevr
8749
8750@deftypevr {@code{dovecot-configuration} parameter} string recipient-delimiter
8751Delimiter character between local-part and detail in email
8752address.
8753Defaults to @samp{"+"}.
8754@end deftypevr
8755
8756@deftypevr {@code{dovecot-configuration} parameter} string lda-original-recipient-header
8757Header where the original recipient address (SMTP's RCPT TO:
8758address) is taken from if not available elsewhere. With dovecot-lda -a
8759parameter overrides this. A commonly used header for this is
8760X-Original-To.
8761Defaults to @samp{""}.
8762@end deftypevr
8763
8764@deftypevr {@code{dovecot-configuration} parameter} boolean lda-mailbox-autocreate?
8765Should saving a mail to a nonexistent mailbox automatically create
8766it?.
8767Defaults to @samp{#f}.
8768@end deftypevr
8769
8770@deftypevr {@code{dovecot-configuration} parameter} boolean lda-mailbox-autosubscribe?
8771Should automatically created mailboxes be also automatically
8772subscribed?.
8773Defaults to @samp{#f}.
8774@end deftypevr
8775
8776@deftypevr {@code{dovecot-configuration} parameter} non-negative-integer imap-max-line-length
8777Maximum IMAP command line length. Some clients generate very long
8778command lines with huge mailboxes, so you may need to raise this if you
8779get "Too long argument" or "IMAP command line too large" errors
8780often.
8781Defaults to @samp{64000}.
8782@end deftypevr
8783
8784@deftypevr {@code{dovecot-configuration} parameter} string imap-logout-format
8785IMAP logout format string:
8786@table @code
8787@item %i
8788total number of bytes read from client
8789@item %o
8790total number of bytes sent to client.
8791@end table
8792Defaults to @samp{"in=%i out=%o"}.
8793@end deftypevr
8794
8795@deftypevr {@code{dovecot-configuration} parameter} string imap-capability
8796Override the IMAP CAPABILITY response. If the value begins with '+',
8797add the given capabilities on top of the defaults (e.g. +XFOO XBAR).
8798Defaults to @samp{""}.
8799@end deftypevr
8800
8801@deftypevr {@code{dovecot-configuration} parameter} string imap-idle-notify-interval
8802How long to wait between "OK Still here" notifications when client
8803is IDLEing.
8804Defaults to @samp{"2 mins"}.
8805@end deftypevr
8806
8807@deftypevr {@code{dovecot-configuration} parameter} string imap-id-send
8808ID field names and values to send to clients. Using * as the value
8809makes Dovecot use the default value. The following fields have default
8810values currently: name, version, os, os-version, support-url,
8811support-email.
8812Defaults to @samp{""}.
8813@end deftypevr
8814
8815@deftypevr {@code{dovecot-configuration} parameter} string imap-id-log
8816ID fields sent by client to log. * means everything.
8817Defaults to @samp{""}.
8818@end deftypevr
8819
8820@deftypevr {@code{dovecot-configuration} parameter} space-separated-string-list imap-client-workarounds
8821Workarounds for various client bugs:
8822
8823@table @code
8824@item delay-newmail
8825Send EXISTS/RECENT new mail notifications only when replying to NOOP and
8826CHECK commands. Some clients ignore them otherwise, for example OSX
8827Mail (<v2.1). Outlook Express breaks more badly though, without this it
8828may show user "Message no longer in server" errors. Note that OE6
8829still breaks even with this workaround if synchronization is set to
8830"Headers Only".
8831
8832@item tb-extra-mailbox-sep
8833Thunderbird gets somehow confused with LAYOUT=fs (mbox and dbox) and
8834adds extra @samp{/} suffixes to mailbox names. This option causes Dovecot to
8835ignore the extra @samp{/} instead of treating it as invalid mailbox name.
8836
8837@item tb-lsub-flags
8838Show \Noselect flags for LSUB replies with LAYOUT=fs (e.g. mbox).
8839This makes Thunderbird realize they aren't selectable and show them
8840greyed out, instead of only later giving "not selectable" popup error.
8841@end table
8842Defaults to @samp{()}.
8843@end deftypevr
8844
8845@deftypevr {@code{dovecot-configuration} parameter} string imap-urlauth-host
8846Host allowed in URLAUTH URLs sent by client. "*" allows all.
8847Defaults to @samp{""}.
8848@end deftypevr
8849
8850
8851Whew! Lots of configuration options. The nice thing about it though is
8852that GuixSD has a complete interface to Dovecot's configuration
8853language. This allows not only a nice way to declare configurations,
8854but also offers reflective capabilities as well: users can write code to
8855inspect and transform configurations from within Scheme.
8856
8857However, it could be that you just want to get a @code{dovecot.conf} up
8858and running. In that case, you can pass an
8859@code{opaque-dovecot-configuration} as the @code{#:config} paramter to
8860@code{dovecot-service}. As its name indicates, an opaque configuration
8861does not have easy reflective capabilities.
8862
8863Available @code{opaque-dovecot-configuration} fields are:
8864
8865@deftypevr {@code{opaque-dovecot-configuration} parameter} package dovecot
8866The dovecot package.
8867@end deftypevr
8868
8869@deftypevr {@code{opaque-dovecot-configuration} parameter} string string
8870The contents of the @code{dovecot.conf}, as a string.
8871@end deftypevr
8872
8873For example, if your @code{dovecot.conf} is just the empty string, you
8874could instantiate a dovecot service like this:
8875
8876@example
8877(dovecot-service #:config
8878 (opaque-dovecot-configuration
8879 (string "")))
8880@end example
8881
58724c48
DT
8882@node Web Services
8883@subsubsection Web Services
8884
8885The @code{(gnu services web)} module provides the following service:
8886
be1c2c54 8887@deffn {Scheme Procedure} nginx-service [#:nginx nginx] @
58724c48
DT
8888 [#:log-directory ``/var/log/nginx''] @
8889 [#:run-directory ``/var/run/nginx''] @
8890 [#:config-file]
8891
8892Return a service that runs @var{nginx}, the nginx web server.
8893
8894The nginx daemon loads its runtime configuration from @var{config-file}.
8895Log files are written to @var{log-directory} and temporary runtime data
8896files are written to @var{run-directory}. For proper operation, these
8897arguments should match what is in @var{config-file} to ensure that the
8898directories are created when the service is activated.
8899
8900@end deffn
8901
fe1a39d3
LC
8902@node Various Services
8903@subsubsection Various Services
8904
8905The @code{(gnu services lirc)} module provides the following service.
8906
be1c2c54 8907@deffn {Scheme Procedure} lirc-service [#:lirc lirc] @
fe1a39d3
LC
8908 [#:device #f] [#:driver #f] [#:config-file #f] @
8909 [#:extra-options '()]
8910Return a service that runs @url{http://www.lirc.org,LIRC}, a daemon that
8911decodes infrared signals from remote controls.
8912
8913Optionally, @var{device}, @var{driver} and @var{config-file}
8914(configuration file name) may be specified. See @command{lircd} manual
8915for details.
8916
8917Finally, @var{extra-options} is a list of additional command-line options
8918passed to @command{lircd}.
8919@end deffn
8920
8921
0ae8c15a
LC
8922@node Setuid Programs
8923@subsection Setuid Programs
8924
8925@cindex setuid programs
8926Some programs need to run with ``root'' privileges, even when they are
8927launched by unprivileged users. A notorious example is the
4d40227c
LC
8928@command{passwd} program, which users can run to change their
8929password, and which needs to access the @file{/etc/passwd} and
0ae8c15a
LC
8930@file{/etc/shadow} files---something normally restricted to root, for
8931obvious security reasons. To address that, these executables are
8932@dfn{setuid-root}, meaning that they always run with root privileges
8933(@pxref{How Change Persona,,, libc, The GNU C Library Reference Manual},
f7e4ae7f 8934for more info about the setuid mechanism.)
0ae8c15a
LC
8935
8936The store itself @emph{cannot} contain setuid programs: that would be a
8937security issue since any user on the system can write derivations that
8938populate the store (@pxref{The Store}). Thus, a different mechanism is
8939used: instead of changing the setuid bit directly on files that are in
8940the store, we let the system administrator @emph{declare} which programs
8941should be setuid root.
8942
8943The @code{setuid-programs} field of an @code{operating-system}
8944declaration contains a list of G-expressions denoting the names of
8945programs to be setuid-root (@pxref{Using the Configuration System}).
8946For instance, the @command{passwd} program, which is part of the Shadow
8947package, can be designated by this G-expression (@pxref{G-Expressions}):
8948
8949@example
8950#~(string-append #$shadow "/bin/passwd")
8951@end example
8952
8953A default set of setuid programs is defined by the
8954@code{%setuid-programs} variable of the @code{(gnu system)} module.
8955
8956@defvr {Scheme Variable} %setuid-programs
8957A list of G-expressions denoting common programs that are setuid-root.
8958
8959The list includes commands such as @command{passwd}, @command{ping},
8960@command{su}, and @command{sudo}.
8961@end defvr
8962
8963Under the hood, the actual setuid programs are created in the
8964@file{/run/setuid-programs} directory at system activation time. The
8965files in this directory refer to the ``real'' binaries, which are in the
8966store.
8967
efb5e833
LC
8968@node X.509 Certificates
8969@subsection X.509 Certificates
8970
8971@cindex HTTPS, certificates
8972@cindex X.509 certificates
8973@cindex TLS
8974Web servers available over HTTPS (that is, HTTP over the transport-layer
8975security mechanism, TLS) send client programs an @dfn{X.509 certificate}
8976that the client can then use to @emph{authenticate} the server. To do
8977that, clients verify that the server's certificate is signed by a
8978so-called @dfn{certificate authority} (CA). But to verify the CA's
8979signature, clients must have first acquired the CA's certificate.
8980
8981Web browsers such as GNU@tie{}IceCat include their own set of CA
8982certificates, such that they are able to verify CA signatures
8983out-of-the-box.
8984
8985However, most other programs that can talk HTTPS---@command{wget},
8986@command{git}, @command{w3m}, etc.---need to be told where CA
8987certificates can be found.
8988
8989@cindex @code{nss-certs}
8990In GuixSD, this is done by adding a package that provides certificates
8991to the @code{packages} field of the @code{operating-system} declaration
8992(@pxref{operating-system Reference}). GuixSD includes one such package,
8993@code{nss-certs}, which is a set of CA certificates provided as part of
8994Mozilla's Network Security Services.
8995
8996Note that it is @emph{not} part of @var{%base-packages}, so you need to
8997explicitly add it. The @file{/etc/ssl/certs} directory, which is where
8998most applications and libraries look for certificates by default, points
8999to the certificates installed globally.
9000
9001Unprivileged users can also install their own certificate package in
9002their profile. A number of environment variables need to be defined so
9003that applications and libraries know where to find them. Namely, the
9004OpenSSL library honors the @code{SSL_CERT_DIR} and @code{SSL_CERT_FILE}
9005variables. Some applications add their own environment variables; for
9006instance, the Git version control system honors the certificate bundle
9007pointed to by the @code{GIT_SSL_CAINFO} environment variable.
9008
9009
996ed739
LC
9010@node Name Service Switch
9011@subsection Name Service Switch
9012
9013@cindex name service switch
9014@cindex NSS
9015The @code{(gnu system nss)} module provides bindings to the
9016configuration file of libc's @dfn{name service switch} or @dfn{NSS}
9017(@pxref{NSS Configuration File,,, libc, The GNU C Library Reference
9018Manual}). In a nutshell, the NSS is a mechanism that allows libc to be
9019extended with new ``name'' lookup methods for system databases, which
9020includes host names, service names, user accounts, and more (@pxref{Name
9021Service Switch, System Databases and Name Service Switch,, libc, The GNU
9022C Library Reference Manual}).
9023
9024The NSS configuration specifies, for each system database, which lookup
9025method is to be used, and how the various methods are chained
9026together---for instance, under which circumstances NSS should try the
9027next method in the list. The NSS configuration is given in the
9028@code{name-service-switch} field of @code{operating-system} declarations
9029(@pxref{operating-system Reference, @code{name-service-switch}}).
9030
4c9050c6
LC
9031@cindex nss-mdns
9032@cindex .local, host name lookup
996ed739 9033As an example, the declaration below configures the NSS to use the
4c9050c6
LC
9034@uref{http://0pointer.de/lennart/projects/nss-mdns/, @code{nss-mdns}
9035back-end}, which supports host name lookups over multicast DNS (mDNS)
9036for host names ending in @code{.local}:
996ed739
LC
9037
9038@example
9039(name-service-switch
9040 (hosts (list %files ;first, check /etc/hosts
9041
9042 ;; If the above did not succeed, try
9043 ;; with 'mdns_minimal'.
9044 (name-service
9045 (name "mdns_minimal")
9046
9047 ;; 'mdns_minimal' is authoritative for
9048 ;; '.local'. When it returns "not found",
9049 ;; no need to try the next methods.
9050 (reaction (lookup-specification
9051 (not-found => return))))
9052
9053 ;; Then fall back to DNS.
9054 (name-service
9055 (name "dns"))
9056
9057 ;; Finally, try with the "full" 'mdns'.
9058 (name-service
9059 (name "mdns")))))
9060@end example
9061
15137a29
LC
9062Don't worry: the @code{%mdns-host-lookup-nss} variable (see below)
9063contains this configuration, so you won't have to type it if all you
9064want is to have @code{.local} host lookup working.
9065
4c9050c6
LC
9066Note that, in this case, in addition to setting the
9067@code{name-service-switch} of the @code{operating-system} declaration,
cc9c1f39
LC
9068you also need to use @code{avahi-service} (@pxref{Networking Services,
9069@code{avahi-service}}), or @var{%desktop-services}, which includes it
9070(@pxref{Desktop Services}). Doing this makes @code{nss-mdns} accessible
9071to the name service cache daemon (@pxref{Base Services,
9072@code{nscd-service}}).
15137a29
LC
9073
9074For convenience, the following variables provide typical NSS
9075configurations.
9076
9077@defvr {Scheme Variable} %default-nss
9078This is the default name service switch configuration, a
9079@code{name-service-switch} object.
9080@end defvr
9081
9082@defvr {Scheme Variable} %mdns-host-lookup-nss
9083This is the name service switch configuration with support for host name
9084lookup over multicast DNS (mDNS) for host names ending in @code{.local}.
9085@end defvr
4c9050c6 9086
996ed739
LC
9087The reference for name service switch configuration is given below. It
9088is a direct mapping of the C library's configuration file format, so
9089please refer to the C library manual for more information (@pxref{NSS
9090Configuration File,,, libc, The GNU C Library Reference Manual}).
9091Compared to libc's NSS configuration file format, it has the advantage
9092not only of adding this warm parenthetic feel that we like, but also
9093static checks: you'll know about syntax errors and typos as soon as you
9094run @command{guix system}.
9095
996ed739
LC
9096@deftp {Data Type} name-service-switch
9097
9098This is the data type representation the configuration of libc's name
9099service switch (NSS). Each field below represents one of the supported
9100system databases.
9101
9102@table @code
9103@item aliases
9104@itemx ethers
9105@itemx group
9106@itemx gshadow
9107@itemx hosts
9108@itemx initgroups
9109@itemx netgroup
9110@itemx networks
9111@itemx password
9112@itemx public-key
9113@itemx rpc
9114@itemx services
9115@itemx shadow
9116The system databases handled by the NSS. Each of these fields must be a
9117list of @code{<name-service>} objects (see below.)
9118@end table
9119@end deftp
9120
9121@deftp {Data Type} name-service
9122
9123This is the data type representing an actual name service and the
9124associated lookup action.
9125
9126@table @code
9127@item name
9128A string denoting the name service (@pxref{Services in the NSS
9129configuration,,, libc, The GNU C Library Reference Manual}).
9130
4aee6e60
LC
9131Note that name services listed here must be visible to nscd. This is
9132achieved by passing the @code{#:name-services} argument to
9133@code{nscd-service} the list of packages providing the needed name
9134services (@pxref{Base Services, @code{nscd-service}}).
9135
996ed739
LC
9136@item reaction
9137An action specified using the @code{lookup-specification} macro
9138(@pxref{Actions in the NSS configuration,,, libc, The GNU C Library
9139Reference Manual}). For example:
9140
9141@example
9142(lookup-specification (unavailable => continue)
9143 (success => return))
9144@end example
9145@end table
9146@end deftp
0ae8c15a 9147
fd1b1fa2
LC
9148@node Initial RAM Disk
9149@subsection Initial RAM Disk
9150
9151@cindex initial RAM disk (initrd)
9152@cindex initrd (initial RAM disk)
9153For bootstrapping purposes, the Linux-Libre kernel is passed an
9154@dfn{initial RAM disk}, or @dfn{initrd}. An initrd contains a temporary
9155root file system, as well as an initialization script. The latter is
9156responsible for mounting the real root file system, and for loading any
9157kernel modules that may be needed to achieve that.
9158
9159The @code{initrd} field of an @code{operating-system} declaration allows
9160you to specify which initrd you would like to use. The @code{(gnu
9161system linux-initrd)} module provides two ways to build an initrd: the
9162high-level @code{base-initrd} procedure, and the low-level
9163@code{expression->initrd} procedure.
9164
9165The @code{base-initrd} procedure is intended to cover most common uses.
9166For example, if you want to add a bunch of kernel modules to be loaded
9167at boot time, you can define the @code{initrd} field of the operating
9168system declaration like this:
9169
9170@example
52ac153e 9171(initrd (lambda (file-systems . rest)
027981d6
LC
9172 ;; Create a standard initrd that has modules "foo.ko"
9173 ;; and "bar.ko", as well as their dependencies, in
9174 ;; addition to the modules available by default.
52ac153e 9175 (apply base-initrd file-systems
027981d6 9176 #:extra-modules '("foo" "bar")
52ac153e 9177 rest)))
fd1b1fa2
LC
9178@end example
9179
52ac153e
LC
9180The @code{base-initrd} procedure also handles common use cases that
9181involves using the system as a QEMU guest, or as a ``live'' system whose
9182root file system is volatile.
fd1b1fa2 9183
e90cf6c1
LC
9184The initial RAM disk produced by @code{base-initrd} honors several
9185options passed on the Linux kernel command line (that is, arguments
9186passed @i{via} GRUB's @code{linux} command, or with QEMU's
9187@code{-append} option), notably:
9188
9189@table @code
9190@item --load=@var{boot}
9191Tell the initial RAM disk to load @var{boot}, a file containing a Scheme
9192program, once it has mounted the root file system.
9193
9194GuixSD uses this option to yield control to a boot program that runs the
dd17bc38 9195service activation programs and then spawns the GNU@tie{}Shepherd, the
e90cf6c1
LC
9196initialization system.
9197
9198@item --root=@var{root}
9199Mount @var{root} as the root file system. @var{root} can be a device
9200device name like @code{/dev/sda1}, a partition label, or a partition
9201UUID.
9202
9203@item --system=@var{system}
9204Have @file{/run/booted-system} and @file{/run/current-system} point to
9205@var{system}.
9206
9207@item modprobe.blacklist=@var{modules}@dots{}
9208@cindex module, black-listing
9209@cindex black list, of kernel modules
9210Instruct the initial RAM disk as well as the @command{modprobe} command
9211(from the kmod package) to refuse to load @var{modules}. @var{modules}
9212must be a comma-separated list of module names---e.g.,
9213@code{usbkbd,9pnet}.
9214
9215@item --repl
9216Start a read-eval-print loop (REPL) from the initial RAM disk before it
9217tries to load kernel modules and to mount the root file system. Our
9218marketing team calls it @dfn{boot-to-Guile}. The Schemer in you will
9219love it. @xref{Using Guile Interactively,,, guile, GNU Guile Reference
9220Manual}, for more information on Guile's REPL.
9221
9222@end table
9223
9224Now that you know all the features that initial RAM disks produced by
9225@code{base-initrd} provide, here is how to use it and customize it
9226further.
9227
fd1b1fa2 9228@deffn {Monadic Procedure} base-initrd @var{file-systems} @
9059b97d 9229 [#:qemu-networking? #f] [#:virtio? #t] [#:volatile-root? #f] @
52ac153e 9230 [#:extra-modules '()] [#:mapped-devices '()]
fd1b1fa2
LC
9231Return a monadic derivation that builds a generic initrd. @var{file-systems} is
9232a list of file-systems to be mounted by the initrd, possibly in addition to
9233the root file system specified on the kernel command line via @code{--root}.
52ac153e
LC
9234@var{mapped-devices} is a list of device mappings to realize before
9235@var{file-systems} are mounted (@pxref{Mapped Devices}).
fd1b1fa2
LC
9236
9237When @var{qemu-networking?} is true, set up networking with the standard QEMU
9238parameters. When @var{virtio?} is true, load additional modules so the initrd can
9239be used as a QEMU guest with para-virtualized I/O drivers.
9240
9241When @var{volatile-root?} is true, the root file system is writable but any changes
9242to it are lost.
9243
9244The initrd is automatically populated with all the kernel modules necessary
9245for @var{file-systems} and for the given options. However, additional kernel
9246modules can be listed in @var{extra-modules}. They will be added to the initrd, and
9247loaded at boot time in the order in which they appear.
9248@end deffn
9249
9250Needless to say, the initrds we produce and use embed a
9251statically-linked Guile, and the initialization program is a Guile
9252program. That gives a lot of flexibility. The
9253@code{expression->initrd} procedure builds such an initrd, given the
9254program to run in that initrd.
9255
9256@deffn {Monadic Procedure} expression->initrd @var{exp} @
9257 [#:guile %guile-static-stripped] [#:name "guile-initrd"] @
42d10464 9258 [#:modules '()]
fd1b1fa2
LC
9259Return a derivation that builds a Linux initrd (a gzipped cpio archive)
9260containing @var{guile} and that evaluates @var{exp}, a G-expression,
df650fa8
LC
9261upon booting. All the derivations referenced by @var{exp} are
9262automatically copied to the initrd.
fd1b1fa2 9263
42d10464
LC
9264@var{modules} is a list of Guile module names to be embedded in the
9265initrd.
fd1b1fa2
LC
9266@end deffn
9267
88faf933
LC
9268@node GRUB Configuration
9269@subsection GRUB Configuration
9270
9271@cindex GRUB
9272@cindex boot loader
9273
9274The operating system uses GNU@tie{}GRUB as its boot loader
9275(@pxref{Overview, overview of GRUB,, grub, GNU GRUB Manual}). It is
9276configured using @code{grub-configuration} declarations. This data type
9277is exported by the @code{(gnu system grub)} module, and described below.
9278
9279@deftp {Data Type} grub-configuration
9280The type of a GRUB configuration declaration.
9281
9282@table @asis
9283
9284@item @code{device}
9285This is a string denoting the boot device. It must be a device name
9286understood by the @command{grub-install} command, such as
9287@code{/dev/sda} or @code{(hd0)} (@pxref{Invoking grub-install,,, grub,
9288GNU GRUB Manual}).
9289
9290@item @code{menu-entries} (default: @code{()})
9291A possibly empty list of @code{menu-entry} objects (see below), denoting
9292entries to appear in the GRUB boot menu, in addition to the current
9293system entry and the entry pointing to previous system generations.
9294
9295@item @code{default-entry} (default: @code{0})
9296The index of the default boot menu entry. Index 0 is for the current
9297system's entry.
9298
9299@item @code{timeout} (default: @code{5})
9300The number of seconds to wait for keyboard input before booting. Set to
93010 to boot immediately, and to -1 to wait indefinitely.
9302
9303@item @code{theme} (default: @var{%default-theme})
9304The @code{grub-theme} object describing the theme to use.
9305@end table
9306
9307@end deftp
9308
9309Should you want to list additional boot menu entries @i{via} the
9310@code{menu-entries} field above, you will need to create them with the
9311@code{menu-entry} form:
9312
9313@deftp {Data Type} menu-entry
9314The type of an entry in the GRUB boot menu.
9315
9316@table @asis
9317
9318@item @code{label}
35ed9306 9319The label to show in the menu---e.g., @code{"GNU"}.
88faf933
LC
9320
9321@item @code{linux}
9322The Linux kernel to boot.
9323
9324@item @code{linux-arguments} (default: @code{()})
9325The list of extra Linux kernel command-line arguments---e.g.,
9326@code{("console=ttyS0")}.
9327
9328@item @code{initrd}
9329A G-Expression or string denoting the file name of the initial RAM disk
9330to use (@pxref{G-Expressions}).
9331
9332@end table
9333@end deftp
9334
9335@c FIXME: Write documentation once it's stable.
9336Themes are created using the @code{grub-theme} form, which is not
9337documented yet.
9338
9339@defvr {Scheme Variable} %default-theme
9340This is the default GRUB theme used by the operating system, with a
9341fancy background image displaying the GNU and Guix logos.
9342@end defvr
9343
9344
cf4a9129
LC
9345@node Invoking guix system
9346@subsection Invoking @code{guix system}
0918e64a 9347
cf4a9129
LC
9348Once you have written an operating system declaration, as seen in the
9349previous section, it can be @dfn{instantiated} using the @command{guix
9350system} command. The synopsis is:
4af2447e 9351
cf4a9129
LC
9352@example
9353guix system @var{options}@dots{} @var{action} @var{file}
9354@end example
4af2447e 9355
cf4a9129
LC
9356@var{file} must be the name of a file containing an
9357@code{operating-system} declaration. @var{action} specifies how the
a40424bd 9358operating system is instantiated. Currently the following values are
cf4a9129 9359supported:
4af2447e 9360
cf4a9129
LC
9361@table @code
9362@item reconfigure
9363Build the operating system described in @var{file}, activate it, and
9364switch to it@footnote{This action is usable only on systems already
65797bff 9365running GuixSD.}.
4af2447e 9366
cf4a9129
LC
9367This effects all the configuration specified in @var{file}: user
9368accounts, system services, global package list, setuid programs, etc.
240b57f0
LC
9369The command starts system services specified in @var{file} that are not
9370currently running; if a service is currently running, it does not
9371attempt to upgrade it since it would not be possible without stopping it
9372first.
4af2447e 9373
cf4a9129
LC
9374It also adds a GRUB menu entry for the new OS configuration, and moves
9375entries for older configurations to a submenu---unless
9376@option{--no-grub} is passed.
4af2447e 9377
240b57f0 9378@quotation Note
bf2479c7
LC
9379@c The paragraph below refers to the problem discussed at
9380@c <http://lists.gnu.org/archive/html/guix-devel/2014-08/msg00057.html>.
9381It is highly recommended to run @command{guix pull} once before you run
9382@command{guix system reconfigure} for the first time (@pxref{Invoking
9383guix pull}). Failing to do that you would see an older version of Guix
9384once @command{reconfigure} has completed.
240b57f0 9385@end quotation
bf2479c7 9386
cf4a9129
LC
9387@item build
9388Build the operating system's derivation, which includes all the
9389configuration files and programs needed to boot and run the system.
9390This action does not actually install anything.
113daf62 9391
cf4a9129
LC
9392@item init
9393Populate the given directory with all the files necessary to run the
9394operating system specified in @var{file}. This is useful for first-time
4705641f 9395installations of GuixSD. For instance:
113daf62
LC
9396
9397@example
cf4a9129 9398guix system init my-os-config.scm /mnt
113daf62
LC
9399@end example
9400
cf4a9129
LC
9401copies to @file{/mnt} all the store items required by the configuration
9402specified in @file{my-os-config.scm}. This includes configuration
9403files, packages, and so on. It also creates other essential files
9404needed for the system to operate correctly---e.g., the @file{/etc},
9405@file{/var}, and @file{/run} directories, and the @file{/bin/sh} file.
113daf62 9406
cf4a9129
LC
9407This command also installs GRUB on the device specified in
9408@file{my-os-config}, unless the @option{--no-grub} option was passed.
113daf62 9409
cf4a9129
LC
9410@item vm
9411@cindex virtual machine
0276f697 9412@cindex VM
f535dcbe 9413@anchor{guix system vm}
cf4a9129
LC
9414Build a virtual machine that contain the operating system declared in
9415@var{file}, and return a script to run that virtual machine (VM).
810568b3 9416Arguments given to the script are passed as is to QEMU.
113daf62 9417
cf4a9129 9418The VM shares its store with the host system.
113daf62 9419
0276f697
LC
9420Additional file systems can be shared between the host and the VM using
9421the @code{--share} and @code{--expose} command-line options: the former
9422specifies a directory to be shared with write access, while the latter
9423provides read-only access to the shared directory.
9424
9425The example below creates a VM in which the user's home directory is
9426accessible read-only, and where the @file{/exchange} directory is a
9427read-write mapping of the host's @file{$HOME/tmp}:
9428
9429@example
9430guix system vm my-config.scm \
9431 --expose=$HOME --share=$HOME/tmp=/exchange
9432@end example
9433
6aa260af
LC
9434On GNU/Linux, the default is to boot directly to the kernel; this has
9435the advantage of requiring only a very tiny root disk image since the
9436host's store can then be mounted.
9437
9438The @code{--full-boot} option forces a complete boot sequence, starting
9439with the bootloader. This requires more disk space since a root image
9440containing at least the kernel, initrd, and bootloader data files must
9441be created. The @code{--image-size} option can be used to specify the
9442image's size.
ab11f0be 9443
cf4a9129
LC
9444@item vm-image
9445@itemx disk-image
9446Return a virtual machine or disk image of the operating system declared
9447in @var{file} that stands alone. Use the @option{--image-size} option
9448to specify the size of the image.
113daf62 9449
cf4a9129 9450When using @code{vm-image}, the returned image is in qcow2 format, which
97d76250
LF
9451the QEMU emulator can efficiently use. @xref{Running GuixSD in a VM},
9452for more information on how to run the image in a virtual machine.
113daf62 9453
cf4a9129
LC
9454When using @code{disk-image}, a raw disk image is produced; it can be
9455copied as is to a USB stick, for instance. Assuming @code{/dev/sdc} is
9456the device corresponding to a USB stick, one can copy the image on it
9457using the following command:
113daf62 9458
cf4a9129
LC
9459@example
9460# dd if=$(guix system disk-image my-os.scm) of=/dev/sdc
9461@end example
113daf62 9462
1c8a81b1
DT
9463@item container
9464Return a script to run the operating system declared in @var{file}
9465within a container. Containers are a set of lightweight isolation
9466mechanisms provided by the kernel Linux-libre. Containers are
9467substantially less resource-demanding than full virtual machines since
9468the kernel, shared objects, and other resources can be shared with the
9469host system; this also means they provide thinner isolation.
9470
9471Currently, the script must be run as root in order to support more than
9472a single user and group. The container shares its store with the host
9473system.
9474
9475As with the @code{vm} action (@pxref{guix system vm}), additional file
9476systems to be shared between the host and container can be specified
9477using the @option{--share} and @option{--expose} options:
9478
9479@example
9480guix system container my-config.scm \
9481 --expose=$HOME --share=$HOME/tmp=/exchange
9482@end example
9483
0f252e26 9484@quotation Note
cfd35b4e 9485This option requires Linux-libre 3.19 or newer.
0f252e26
DT
9486@end quotation
9487
cf4a9129 9488@end table
113daf62 9489
ccd7158d
LC
9490@var{options} can contain any of the common build options (@pxref{Common
9491Build Options}). In addition, @var{options} can contain one of the
9492following:
113daf62 9493
cf4a9129
LC
9494@table @option
9495@item --system=@var{system}
9496@itemx -s @var{system}
9497Attempt to build for @var{system} instead of the host's system type.
9498This works as per @command{guix build} (@pxref{Invoking guix build}).
113daf62 9499
f3f427c2
LC
9500@item --derivation
9501@itemx -d
9502Return the derivation file name of the given operating system without
9503building anything.
9504
cf4a9129
LC
9505@item --image-size=@var{size}
9506For the @code{vm-image} and @code{disk-image} actions, create an image
9507of the given @var{size}. @var{size} may be a number of bytes, or it may
4a44d7bb
LC
9508include a unit as a suffix (@pxref{Block size, size specifications,,
9509coreutils, GNU Coreutils}).
db030303
LC
9510
9511@item --on-error=@var{strategy}
9512Apply @var{strategy} when an error occurs when reading @var{file}.
9513@var{strategy} may be one of the following:
9514
9515@table @code
9516@item nothing-special
9517Report the error concisely and exit. This is the default strategy.
9518
9519@item backtrace
9520Likewise, but also display a backtrace.
9521
9522@item debug
9523Report the error and enter Guile's debugger. From there, you can run
9524commands such as @code{,bt} to get a backtrace, @code{,locals} to
9525display local variable values, and more generally inspect the program's
9526state. @xref{Debug Commands,,, guile, GNU Guile Reference Manual}, for
9527a list of available debugging commands.
9528@end table
113daf62 9529@end table
113daf62 9530
cf4a9129
LC
9531Note that all the actions above, except @code{build} and @code{init},
9532rely on KVM support in the Linux-Libre kernel. Specifically, the
9533machine should have hardware virtualization support, the corresponding
9534KVM kernel module should be loaded, and the @file{/dev/kvm} device node
9535must exist and be readable and writable by the user and by the daemon's
9536build users.
8451a568 9537
65797bff
LC
9538Once you have built, configured, re-configured, and re-re-configured
9539your GuixSD installation, you may find it useful to list the operating
9540system generations available on disk---and that you can choose from the
9541GRUB boot menu:
9542
9543@table @code
9544
9545@item list-generations
9546List a summary of each generation of the operating system available on
9547disk, in a human-readable way. This is similar to the
9548@option{--list-generations} option of @command{guix package}
9549(@pxref{Invoking guix package}).
9550
9551Optionally, one can specify a pattern, with the same syntax that is used
9552in @command{guix package --list-generations}, to restrict the list of
9553generations displayed. For instance, the following command displays
9554generations up to 10-day old:
9555
9556@example
9557$ guix system list-generations 10d
9558@end example
9559
9560@end table
9561
d6c3267a
LC
9562The @command{guix system} command has even more to offer! The following
9563sub-commands allow you to visualize how your system services relate to
9564each other:
9565
9566@anchor{system-extension-graph}
9567@table @code
9568
9569@item extension-graph
9570Emit in Dot/Graphviz format to standard output the @dfn{service
9571extension graph} of the operating system defined in @var{file}
9572(@pxref{Service Composition}, for more information on service
9573extensions.)
9574
9575The command:
9576
9577@example
9578$ guix system extension-graph @var{file} | dot -Tpdf > services.pdf
9579@end example
9580
9581produces a PDF file showing the extension relations among services.
9582
710fa231
AK
9583@anchor{system-shepherd-graph}
9584@item shepherd-graph
6f305ea5 9585Emit in Dot/Graphviz format to standard output the @dfn{dependency
dd17bc38
AK
9586graph} of shepherd services of the operating system defined in
9587@var{file}. @xref{Shepherd Services}, for more information and for an
9588example graph.
6f305ea5 9589
d6c3267a
LC
9590@end table
9591
97d76250
LF
9592@node Running GuixSD in a VM
9593@subsection Running GuixSD in a virtual machine
9594
9595One way to run GuixSD in a virtual machine (VM) is to build a GuixSD
9596virtual machine image using @command{guix system vm-image}
9597(@pxref{Invoking guix system}). The returned image is in qcow2 format,
9598which the @uref{http://qemu.org/, QEMU emulator} can efficiently use.
9599
9600To run the image in QEMU, copy it out of the store (@pxref{The Store})
9601and give yourself permission to write to the copy. When invoking QEMU,
9602you must choose a system emulator that is suitable for your hardware
9603platform. Here is a minimal QEMU invocation that will boot the result
9604of @command{guix system vm-image} on x86_64 hardware:
9605
9606@example
9607$ qemu-system-x86_64 \
9608 -net user -net nic,model=virtio \
9609 -enable-kvm -m 256 /tmp/qemu-image
9610@end example
9611
9612Here is what each of these options means:
9613
9614@table @code
9615@item qemu-system-x86_64
9616This specifies the hardware platform to emulate. This should match the
9617host.
9618
9619@item -net user
9620Enable the unprivileged user-mode network stack. The guest OS can
9621access the host but not vice versa. This is the simplest way to get the
9622guest OS online. If you don't choose a network stack, the boot will
9623fail.
9624
9625@item -net nic,model=virtio
9626You must create a network interface of a given model. If you don't
9627create a NIC, the boot will fail. Assuming your hardware platform is
9628x86_64, you can get a list of available NIC models by running
9629@command{qemu-system-x86_64 -net nic,model=help}.
9630
9631@item -enable-kvm
9632If your system has hardware virtualization extensions, enabling the
9633Linux kernel's virtual machine support (KVM) will make things run
9634faster.
9635
9636@item -m 256
9637RAM available to the guest OS, in mebibytes. Defaults to 128@tie{}MiB,
9638which may be insufficent for some operations.
9639
9640@item /tmp/qemu-image
9641The file name of the qcow2 image.
9642@end table
d6c3267a 9643
cf4a9129
LC
9644@node Defining Services
9645@subsection Defining Services
8451a568 9646
eb524192 9647The previous sections show the available services and how one can combine
0adfe95a
LC
9648them in an @code{operating-system} declaration. But how do we define
9649them in the first place? And what is a service anyway?
8451a568 9650
0adfe95a
LC
9651@menu
9652* Service Composition:: The model for composing services.
9653* Service Types and Services:: Types and services.
9654* Service Reference:: API reference.
dd17bc38 9655* Shepherd Services:: A particular type of service.
0adfe95a
LC
9656@end menu
9657
9658@node Service Composition
9659@subsubsection Service Composition
9660
9661@cindex services
9662@cindex daemons
9663Here we define a @dfn{service} as, broadly, something that extends the
9664operating system's functionality. Often a service is a process---a
9665@dfn{daemon}---started when the system boots: a secure shell server, a
9666Web server, the Guix build daemon, etc. Sometimes a service is a daemon
9667whose execution can be triggered by another daemon---e.g., an FTP server
9668started by @command{inetd} or a D-Bus service activated by
9669@command{dbus-daemon}. Occasionally, a service does not map to a
9670daemon. For instance, the ``account'' service collects user accounts
9671and makes sure they exist when the system runs; the ``udev'' service
9672collects device management rules and makes them available to the eudev
9673daemon; the @file{/etc} service populates the system's @file{/etc}
9674directory.
9675
d6c3267a 9676@cindex service extensions
0adfe95a 9677GuixSD services are connected by @dfn{extensions}. For instance, the
dd17bc38
AK
9678secure shell service @emph{extends} the Shepherd---GuixSD's
9679initialization system, running as PID@tie{}1---by giving it the command
9680lines to start and stop the secure shell daemon (@pxref{Networking
9681Services, @code{lsh-service}}); the UPower service extends the D-Bus
9682service by passing it its @file{.service} specification, and extends the
9683udev service by passing it device management rules (@pxref{Desktop
9684Services, @code{upower-service}}); the Guix daemon service extends the
9685Shepherd by passing it the command lines to start and stop the daemon,
9686and extends the account service by passing it a list of required build
9687user accounts (@pxref{Base Services}).
0adfe95a
LC
9688
9689All in all, services and their ``extends'' relations form a directed
9690acyclic graph (DAG). If we represent services as boxes and extensions
9691as arrows, a typical system might provide something like this:
9692
9693@image{images/service-graph,,5in,Typical service extension graph.}
9694
d62e201c
LC
9695@cindex system service
9696At the bottom, we see the @dfn{system service}, which produces the
9697directory containing everything to run and boot the system, as returned
9698by the @command{guix system build} command. @xref{Service Reference},
9699to learn about the other service types shown here.
d6c3267a
LC
9700@xref{system-extension-graph, the @command{guix system extension-graph}
9701command}, for information on how to generate this representation for a
9702particular operating system definition.
0adfe95a
LC
9703
9704@cindex service types
9705Technically, developers can define @dfn{service types} to express these
9706relations. There can be any number of services of a given type on the
9707system---for instance, a system running two instances of the GNU secure
9708shell server (lsh) has two instances of @var{lsh-service-type}, with
9709different parameters.
9710
9711The following section describes the programming interface for service
9712types and services.
9713
9714@node Service Types and Services
9715@subsubsection Service Types and Services
9716
9717A @dfn{service type} is a node in the DAG described above. Let us start
9718with a simple example, the service type for the Guix build daemon
9719(@pxref{Invoking guix-daemon}):
9720
9721@example
9722(define guix-service-type
9723 (service-type
9724 (name 'guix)
9725 (extensions
d4053c71 9726 (list (service-extension shepherd-root-service-type guix-shepherd-service)
0adfe95a
LC
9727 (service-extension account-service-type guix-accounts)
9728 (service-extension activation-service-type guix-activation)))))
9729@end example
8451a568 9730
cf4a9129 9731@noindent
0adfe95a
LC
9732It defines a two things:
9733
9734@enumerate
9735@item
9736A name, whose sole purpose is to make inspection and debugging easier.
9737
9738@item
9739A list of @dfn{service extensions}, where each extension designates the
9740target service type and a procedure that, given the service's
9741parameters, returns a list of object to extend the service of that type.
9742
9743Every service type has at least one service extension. The only
9744exception is the @dfn{boot service type}, which is the ultimate service.
9745@end enumerate
9746
9747In this example, @var{guix-service-type} extends three services:
9748
9749@table @var
d4053c71
AK
9750@item shepherd-root-service-type
9751The @var{guix-shepherd-service} procedure defines how the Shepherd
9752service is extended. Namely, it returns a @code{<shepherd-service>}
9753object that defines how @command{guix-daemon} is started and stopped
9754(@pxref{Shepherd Services}).
0adfe95a
LC
9755
9756@item account-service-type
9757This extension for this service is computed by @var{guix-accounts},
9758which returns a list of @code{user-group} and @code{user-account}
9759objects representing the build user accounts (@pxref{Invoking
9760guix-daemon}).
9761
9762@item activation-service-type
9763Here @var{guix-activation} is a procedure that returns a gexp, which is
9764a code snippet to run at ``activation time''---e.g., when the service is
9765booted.
9766@end table
9767
9768A service of this type is instantiated like this:
9769
9770@example
9771(service guix-service-type
9772 (guix-configuration
9773 (build-accounts 5)
9774 (use-substitutes? #f)))
9775@end example
9776
9777The second argument to the @code{service} form is a value representing
9778the parameters of this specific service instance.
9779@xref{guix-configuration-type, @code{guix-configuration}}, for
9780information about the @code{guix-configuration} data type.
9781
9782@var{guix-service-type} is quite simple because it extends other
9783services but is not extensible itself.
9784
9785@c @subsubsubsection Extensible Service Types
9786
9787The service type for an @emph{extensible} service looks like this:
9788
9789@example
9790(define udev-service-type
9791 (service-type (name 'udev)
9792 (extensions
d4053c71
AK
9793 (list (service-extension shepherd-root-service-type
9794 udev-shepherd-service)))
0adfe95a
LC
9795
9796 (compose concatenate) ;concatenate the list of rules
9797 (extend (lambda (config rules)
9798 (match config
9799 (($ <udev-configuration> udev initial-rules)
9800 (udev-configuration
9801 (udev udev) ;the udev package to use
9802 (rules (append initial-rules rules)))))))))
9803@end example
9804
9805This is the service type for the
9806@uref{https://wiki.gentoo.org/wiki/Project:Eudev, eudev device
9807management daemon}. Compared to the previous example, in addition to an
d4053c71 9808extension of @var{shepherd-root-service-type}, we see two new fields:
0adfe95a
LC
9809
9810@table @code
9811@item compose
9812This is the procedure to @dfn{compose} the list of extensions to
9813services of this type.
9814
9815Services can extend the udev service by passing it lists of rules; we
9816compose those extensions simply by concatenating them.
9817
9818@item extend
9819This procedure defines how the service's value is @dfn{extended} with
9820the composition of the extensions.
9821
9822Udev extensions are composed into a list of rules, but the udev service
9823value is itself a @code{<udev-configuration>} record. So here, we
a40424bd 9824extend that record by appending the list of rules it contains to the
0adfe95a
LC
9825list of contributed rules.
9826@end table
9827
9828There can be only one instance of an extensible service type such as
9829@var{udev-service-type}. If there were more, the
9830@code{service-extension} specifications would be ambiguous.
9831
9832Still here? The next section provides a reference of the programming
9833interface for services.
9834
9835@node Service Reference
9836@subsubsection Service Reference
9837
9838We have seen an overview of service types (@pxref{Service Types and
9839Services}). This section provides a reference on how to manipulate
9840services and service types. This interface is provided by the
9841@code{(gnu services)} module.
9842
9843@deffn {Scheme Procedure} service @var{type} @var{value}
9844Return a new service of @var{type}, a @code{<service-type>} object (see
9845below.) @var{value} can be any object; it represents the parameters of
9846this particular service instance.
9847@end deffn
9848
9849@deffn {Scheme Procedure} service? @var{obj}
9850Return true if @var{obj} is a service.
9851@end deffn
8451a568 9852
0adfe95a
LC
9853@deffn {Scheme Procedure} service-kind @var{service}
9854Return the type of @var{service}---i.e., a @code{<service-type>} object.
9855@end deffn
9856
9857@deffn {Scheme Procedure} service-parameters @var{service}
9858Return the value associated with @var{service}. It represents its
9859parameters.
9860@end deffn
9861
9862Here is an example of how a service is created and manipulated:
9863
9864@example
9865(define s
9866 (service nginx-service-type
9867 (nginx-configuration
9868 (nginx nginx)
9869 (log-directory log-directory)
9870 (run-directory run-directory)
9871 (file config-file))))
9872
9873(service? s)
9874@result{} #t
9875
9876(eq? (service-kind s) nginx-service-type)
9877@result{} #t
9878@end example
9879
cd6f6c22
LC
9880The @code{modify-services} form provides a handy way to change the
9881parameters of some of the services of a list such as
9882@var{%base-services} (@pxref{Base Services, @code{%base-services}}). Of
9883course, you could always use standard list combinators such as
9884@code{map} and @code{fold} to do that (@pxref{SRFI-1, List Library,,
9885guile, GNU Guile Reference Manual}); @code{modify-services} simply
9886provides a more concise form for this common pattern.
9887
9888@deffn {Scheme Syntax} modify-services @var{services} @
9889 (@var{type} @var{variable} => @var{body}) @dots{}
9890
9891Modify the services listed in @var{services} according to the given
9892clauses. Each clause has the form:
9893
9894@example
9895(@var{type} @var{variable} => @var{body})
9896@end example
9897
9898where @var{type} is a service type, such as @var{guix-service-type}, and
9899@var{variable} is an identifier that is bound within @var{body} to the
9900value of the service of that @var{type}. @xref{Using the Configuration
9901System}, for an example.
9902
9903This is a shorthand for:
9904
9905@example
9906(map (lambda (service) @dots{}) @var{services})
9907@end example
9908@end deffn
9909
9910Next comes the programming interface for service types. This is
9911something you want to know when writing new service definitions, but not
9912necessarily when simply looking for ways to customize your
9913@code{operating-system} declaration.
9914
0adfe95a
LC
9915@deftp {Data Type} service-type
9916@cindex service type
9917This is the representation of a @dfn{service type} (@pxref{Service Types
9918and Services}).
9919
9920@table @asis
9921@item @code{name}
9922This is a symbol, used only to simplify inspection and debugging.
9923
9924@item @code{extensions}
9925A non-empty list of @code{<service-extension>} objects (see below.)
9926
9927@item @code{compose} (default: @code{#f})
9928If this is @code{#f}, then the service type denotes services that cannot
9929be extended---i.e., services that do not receive ``values'' from other
9930services.
9931
9932Otherwise, it must be a one-argument procedure. The procedure is called
9933by @code{fold-services} and is passed a list of values collected from
9934extensions. It must return a value that is a valid parameter value for
9935the service instance.
9936
9937@item @code{extend} (default: @code{#f})
9938If this is @code{#f}, services of this type cannot be extended.
9939
9940Otherwise, it must be a two-argument procedure: @code{fold-services}
9941calls it, passing it the service's initial value as the first argument
9942and the result of applying @code{compose} to the extension values as the
9943second argument.
9944@end table
9945
9946@xref{Service Types and Services}, for examples.
9947@end deftp
9948
9949@deffn {Scheme Procedure} service-extension @var{target-type} @
9950 @var{compute}
9951Return a new extension for services of type @var{target-type}.
9952@var{compute} must be a one-argument procedure: @code{fold-services}
9953calls it, passing it the value associated with the service that provides
9954the extension; it must return a valid value for the target service.
9955@end deffn
9956
9957@deffn {Scheme Procedure} service-extension? @var{obj}
9958Return true if @var{obj} is a service extension.
9959@end deffn
9960
9961At the core of the service abstraction lies the @code{fold-services}
9962procedure, which is responsible for ``compiling'' a list of services
d62e201c
LC
9963down to a single directory that contains everything needed to boot and
9964run the system---the directory shown by the @command{guix system build}
9965command (@pxref{Invoking guix system}). In essence, it propagates
9966service extensions down the service graph, updating each node parameters
9967on the way, until it reaches the root node.
0adfe95a
LC
9968
9969@deffn {Scheme Procedure} fold-services @var{services} @
d62e201c 9970 [#:target-type @var{system-service-type}]
0adfe95a
LC
9971Fold @var{services} by propagating their extensions down to the root of
9972type @var{target-type}; return the root service adjusted accordingly.
9973@end deffn
9974
9975Lastly, the @code{(gnu services)} module also defines several essential
9976service types, some of which are listed below.
9977
d62e201c
LC
9978@defvr {Scheme Variable} system-service-type
9979This is the root of the service graph. It produces the system directory
9980as returned by the @command{guix system build} command.
9981@end defvr
9982
0adfe95a 9983@defvr {Scheme Variable} boot-service-type
d62e201c
LC
9984The type of the ``boot service'', which produces the @dfn{boot script}.
9985The boot script is what the initial RAM disk runs when booting.
0adfe95a
LC
9986@end defvr
9987
9988@defvr {Scheme Variable} etc-service-type
9989The type of the @file{/etc} service. This service can be extended by
9990passing it name/file tuples such as:
9991
9992@example
9993(list `("issue" ,(plain-file "issue" "Welcome!\n")))
9994@end example
9995
9996In this example, the effect would be to add an @file{/etc/issue} file
9997pointing to the given file.
9998@end defvr
9999
10000@defvr {Scheme Variable} setuid-program-service-type
10001Type for the ``setuid-program service''. This service collects lists of
10002executable file names, passed as gexps, and adds them to the set of
10003setuid-root programs on the system (@pxref{Setuid Programs}).
10004@end defvr
10005
af4c3fd5
LC
10006@defvr {Scheme Variable} profile-service-type
10007Type of the service that populates the @dfn{system profile}---i.e., the
10008programs under @file{/run/current-system/profile}. Other services can
10009extend it by passing it lists of packages to add to the system profile.
10010@end defvr
10011
0adfe95a 10012
dd17bc38
AK
10013@node Shepherd Services
10014@subsubsection Shepherd Services
0adfe95a
LC
10015
10016@cindex PID 1
10017@cindex init system
a40424bd
CM
10018The @code{(gnu services shepherd)} module provides a way to define
10019services managed by the GNU@tie{}Shepherd, which is the GuixSD
10020initialization system---the first process that is started when the
10021system boots, aka. PID@tie{}1 (@pxref{Introduction,,, shepherd, The GNU
10022Shepherd Manual}).
6f305ea5 10023
dd17bc38
AK
10024Services in the Shepherd can depend on each other. For instance, the
10025SSH daemon may need to be started after the syslog daemon has been
10026started, which in turn can only happen once all the file systems have
10027been mounted. The simple operating system defined earlier (@pxref{Using
10028the Configuration System}) results in a service graph like this:
6f305ea5 10029
710fa231 10030@image{images/shepherd-graph,,5in,Typical shepherd service graph.}
6f305ea5
LC
10031
10032You can actually generate such a graph for any operating system
710fa231
AK
10033definition using the @command{guix system shepherd-graph} command
10034(@pxref{system-shepherd-graph, @command{guix system shepherd-graph}}).
6f305ea5 10035
d4053c71
AK
10036The @var{%shepherd-root-service} is a service object representing
10037PID@tie{}1, of type @var{shepherd-root-service-type}; it can be extended
10038by passing it lists of @code{<shepherd-service>} objects.
0adfe95a 10039
d4053c71 10040@deftp {Data Type} shepherd-service
dd17bc38 10041The data type representing a service managed by the Shepherd.
0adfe95a
LC
10042
10043@table @asis
10044@item @code{provision}
10045This is a list of symbols denoting what the service provides.
10046
dd17bc38
AK
10047These are the names that may be passed to @command{herd start},
10048@command{herd status}, and similar commands (@pxref{Invoking herd,,,
10049shepherd, The GNU Shepherd Manual}). @xref{Slots of services, the
10050@code{provides} slot,, shepherd, The GNU Shepherd Manual}, for details.
0adfe95a
LC
10051
10052@item @code{requirements} (default: @code{'()})
dd17bc38 10053List of symbols denoting the Shepherd services this one depends on.
0adfe95a
LC
10054
10055@item @code{respawn?} (default: @code{#t})
10056Whether to restart the service when it stops, for instance when the
10057underlying process dies.
10058
10059@item @code{start}
10060@itemx @code{stop} (default: @code{#~(const #f)})
dd17bc38
AK
10061The @code{start} and @code{stop} fields refer to the Shepherd's
10062facilities to start and stop processes (@pxref{Service De- and
10063Constructors,,, shepherd, The GNU Shepherd Manual}). They are given as
10064G-expressions that get expanded in the Shepherd configuration file
10065(@pxref{G-Expressions}).
0adfe95a
LC
10066
10067@item @code{documentation}
10068A documentation string, as shown when running:
10069
10070@example
dd17bc38 10071herd doc @var{service-name}
0adfe95a
LC
10072@end example
10073
10074where @var{service-name} is one of the symbols in @var{provision}
dd17bc38 10075(@pxref{Invoking herd,,, shepherd, The GNU Shepherd Manual}).
fae685b9
LC
10076
10077@item @code{modules} (default: @var{%default-modules})
10078This is the list of modules that must be in scope when @code{start} and
10079@code{stop} are evaluated.
10080
10081@item @code{imported-modules} (default: @var{%default-imported-modules})
10082This is the list of modules to import in the execution environment of
dd17bc38 10083the Shepherd.
fae685b9 10084
0adfe95a
LC
10085@end table
10086@end deftp
10087
d4053c71 10088@defvr {Scheme Variable} shepherd-root-service-type
dd17bc38 10089The service type for the Shepherd ``root service''---i.e., PID@tie{}1.
0adfe95a
LC
10090
10091This is the service type that extensions target when they want to create
dd17bc38 10092shepherd services (@pxref{Service Types and Services}, for an example).
d4053c71 10093Each extension must pass a list of @code{<shepherd-service>}.
0adfe95a
LC
10094@end defvr
10095
d4053c71 10096@defvr {Scheme Variable} %shepherd-root-service
0adfe95a
LC
10097This service represents PID@tie{}1.
10098@end defvr
8451a568 10099
8451a568 10100
cf4a9129
LC
10101@node Installing Debugging Files
10102@section Installing Debugging Files
8451a568 10103
cf4a9129
LC
10104@cindex debugging files
10105Program binaries, as produced by the GCC compilers for instance, are
10106typically written in the ELF format, with a section containing
10107@dfn{debugging information}. Debugging information is what allows the
10108debugger, GDB, to map binary code to source code; it is required to
10109debug a compiled program in good conditions.
8451a568 10110
cf4a9129
LC
10111The problem with debugging information is that is takes up a fair amount
10112of disk space. For example, debugging information for the GNU C Library
10113weighs in at more than 60 MiB. Thus, as a user, keeping all the
10114debugging info of all the installed programs is usually not an option.
10115Yet, space savings should not come at the cost of an impediment to
10116debugging---especially in the GNU system, which should make it easier
10117for users to exert their computing freedom (@pxref{GNU Distribution}).
8451a568 10118
cf4a9129
LC
10119Thankfully, the GNU Binary Utilities (Binutils) and GDB provide a
10120mechanism that allows users to get the best of both worlds: debugging
10121information can be stripped from the binaries and stored in separate
10122files. GDB is then able to load debugging information from those files,
10123when they are available (@pxref{Separate Debug Files,,, gdb, Debugging
10124with GDB}).
8451a568 10125
cf4a9129
LC
10126The GNU distribution takes advantage of this by storing debugging
10127information in the @code{lib/debug} sub-directory of a separate package
10128output unimaginatively called @code{debug} (@pxref{Packages with
10129Multiple Outputs}). Users can choose to install the @code{debug} output
10130of a package when they need it. For instance, the following command
10131installs the debugging information for the GNU C Library and for GNU
10132Guile:
8451a568
LC
10133
10134@example
cf4a9129 10135guix package -i glibc:debug guile:debug
8451a568
LC
10136@end example
10137
cf4a9129
LC
10138GDB must then be told to look for debug files in the user's profile, by
10139setting the @code{debug-file-directory} variable (consider setting it
10140from the @file{~/.gdbinit} file, @pxref{Startup,,, gdb, Debugging with
10141GDB}):
8451a568 10142
cf4a9129
LC
10143@example
10144(gdb) set debug-file-directory ~/.guix-profile/lib/debug
10145@end example
8451a568 10146
cf4a9129
LC
10147From there on, GDB will pick up debugging information from the
10148@code{.debug} files under @file{~/.guix-profile/lib/debug}.
8451a568 10149
cf4a9129
LC
10150In addition, you will most likely want GDB to be able to show the source
10151code being debugged. To do that, you will have to unpack the source
10152code of the package of interest (obtained with @code{guix build
10153--source}, @pxref{Invoking guix build}), and to point GDB to that source
10154directory using the @code{directory} command (@pxref{Source Path,
10155@code{directory},, gdb, Debugging with GDB}).
8451a568 10156
cf4a9129
LC
10157@c XXX: keep me up-to-date
10158The @code{debug} output mechanism in Guix is implemented by the
10159@code{gnu-build-system} (@pxref{Build Systems}). Currently, it is
10160opt-in---debugging information is available only for those packages
10161whose definition explicitly declares a @code{debug} output. This may be
10162changed to opt-out in the future, if our build farm servers can handle
10163the load. To check whether a package has a @code{debug} output, use
10164@command{guix package --list-available} (@pxref{Invoking guix package}).
8451a568 10165
8451a568 10166
05962f29
LC
10167@node Security Updates
10168@section Security Updates
10169
843858b8
LC
10170@quotation Note
10171As of version @value{VERSION}, the feature described in this section is
10172experimental.
10173@end quotation
05962f29
LC
10174
10175@cindex security updates
10176Occasionally, important security vulnerabilities are discovered in core
10177software packages and must be patched. Guix follows a functional
10178package management discipline (@pxref{Introduction}), which implies
10179that, when a package is changed, @emph{every package that depends on it}
10180must be rebuilt. This can significantly slow down the deployment of
10181fixes in core packages such as libc or Bash, since basically the whole
10182distribution would need to be rebuilt. Using pre-built binaries helps
10183(@pxref{Substitutes}), but deployment may still take more time than
10184desired.
10185
10186@cindex grafts
10187To address that, Guix implements @dfn{grafts}, a mechanism that allows
10188for fast deployment of critical updates without the costs associated
10189with a whole-distribution rebuild. The idea is to rebuild only the
10190package that needs to be patched, and then to ``graft'' it onto packages
10191explicitly installed by the user and that were previously referring to
10192the original package. The cost of grafting is typically very low, and
10193order of magnitudes lower than a full rebuild of the dependency chain.
10194
10195@cindex replacements of packages, for grafts
10196For instance, suppose a security update needs to be applied to Bash.
10197Guix developers will provide a package definition for the ``fixed''
10198Bash, say @var{bash-fixed}, in the usual way (@pxref{Defining
10199Packages}). Then, the original package definition is augmented with a
10200@code{replacement} field pointing to the package containing the bug fix:
10201
10202@example
10203(define bash
10204 (package
10205 (name "bash")
10206 ;; @dots{}
10207 (replacement bash-fixed)))
10208@end example
10209
10210From there on, any package depending directly or indirectly on Bash that
10211is installed will automatically be ``rewritten'' to refer to
10212@var{bash-fixed} instead of @var{bash}. This grafting process takes
10213time proportional to the size of the package, but expect less than a
10214minute for an ``average'' package on a recent machine.
10215
10216Currently, the graft and the package it replaces (@var{bash-fixed} and
10217@var{bash} in the example above) must have the exact same @code{name}
10218and @code{version} fields. This restriction mostly comes from the fact
10219that grafting works by patching files, including binary files, directly.
10220Other restrictions may apply: for instance, when adding a graft to a
10221package providing a shared library, the original shared library and its
10222replacement must have the same @code{SONAME} and be binary-compatible.
10223
10224
cf4a9129
LC
10225@node Package Modules
10226@section Package Modules
8451a568 10227
cf4a9129
LC
10228From a programming viewpoint, the package definitions of the
10229GNU distribution are provided by Guile modules in the @code{(gnu packages
10230@dots{})} name space@footnote{Note that packages under the @code{(gnu
10231packages @dots{})} module name space are not necessarily ``GNU
10232packages''. This module naming scheme follows the usual Guile module
10233naming convention: @code{gnu} means that these modules are distributed
10234as part of the GNU system, and @code{packages} identifies modules that
10235define packages.} (@pxref{Modules, Guile modules,, guile, GNU Guile
10236Reference Manual}). For instance, the @code{(gnu packages emacs)}
10237module exports a variable named @code{emacs}, which is bound to a
10238@code{<package>} object (@pxref{Defining Packages}).
113daf62 10239
300868ba 10240The @code{(gnu packages @dots{})} module name space is
cf4a9129
LC
10241automatically scanned for packages by the command-line tools. For
10242instance, when running @code{guix package -i emacs}, all the @code{(gnu
10243packages @dots{})} modules are scanned until one that exports a package
10244object whose name is @code{emacs} is found. This package search
10245facility is implemented in the @code{(gnu packages)} module.
113daf62 10246
300868ba 10247@cindex customization, of packages
8689901f 10248@cindex package module search path
cf4a9129 10249Users can store package definitions in modules with different
60142854 10250names---e.g., @code{(my-packages emacs)}@footnote{Note that the file
c95ded7e
LC
10251name and module name must match. For instance, the @code{(my-packages
10252emacs)} module must be stored in a @file{my-packages/emacs.scm} file
10253relative to the load path specified with @option{--load-path} or
10254@code{GUIX_PACKAGE_PATH}. @xref{Modules and the File System,,,
10255guile, GNU Guile Reference Manual}, for details.}. These package definitions
300868ba
LC
10256will not be visible by default. Thus, users can invoke commands such as
10257@command{guix package} and @command{guix build} have to be used with the
c95ded7e
LC
10258@code{-e} option so that they know where to find the package. Better
10259yet, they can use the
300868ba 10260@code{-L} option of these commands to make those modules visible
8689901f
LC
10261(@pxref{Invoking guix build, @code{--load-path}}), or define the
10262@code{GUIX_PACKAGE_PATH} environment variable. This environment
10263variable makes it easy to extend or customize the distribution and is
10264honored by all the user interfaces.
10265
10266@defvr {Environment Variable} GUIX_PACKAGE_PATH
10267This is a colon-separated list of directories to search for package
10268modules. Directories listed in this variable take precedence over the
10269distribution's own modules.
10270@end defvr
ef5dd60a 10271
cf4a9129
LC
10272The distribution is fully @dfn{bootstrapped} and @dfn{self-contained}:
10273each package is built based solely on other packages in the
10274distribution. The root of this dependency graph is a small set of
10275@dfn{bootstrap binaries}, provided by the @code{(gnu packages
10276bootstrap)} module. For more information on bootstrapping,
081145cf 10277@pxref{Bootstrapping}.
ef5dd60a 10278
cf4a9129
LC
10279@node Packaging Guidelines
10280@section Packaging Guidelines
ef5dd60a 10281
cf4a9129
LC
10282The GNU distribution is nascent and may well lack some of your favorite
10283packages. This section describes how you can help make the distribution
10284grow. @xref{Contributing}, for additional information on how you can
10285help.
ef5dd60a 10286
cf4a9129
LC
10287Free software packages are usually distributed in the form of
10288@dfn{source code tarballs}---typically @file{tar.gz} files that contain
10289all the source files. Adding a package to the distribution means
10290essentially two things: adding a @dfn{recipe} that describes how to
10291build the package, including a list of other packages required to build
f97c9175 10292it, and adding @dfn{package metadata} along with that recipe, such as a
cf4a9129 10293description and licensing information.
ef5dd60a 10294
cf4a9129
LC
10295In Guix all this information is embodied in @dfn{package definitions}.
10296Package definitions provide a high-level view of the package. They are
10297written using the syntax of the Scheme programming language; in fact,
10298for each package we define a variable bound to the package definition,
10299and export that variable from a module (@pxref{Package Modules}).
10300However, in-depth Scheme knowledge is @emph{not} a prerequisite for
10301creating packages. For more information on package definitions,
081145cf 10302@pxref{Defining Packages}.
ef5dd60a 10303
cf4a9129
LC
10304Once a package definition is in place, stored in a file in the Guix
10305source tree, it can be tested using the @command{guix build} command
10306(@pxref{Invoking guix build}). For example, assuming the new package is
c71979f4
LC
10307called @code{gnew}, you may run this command from the Guix build tree
10308(@pxref{Running Guix Before It Is Installed}):
ef5dd60a
LC
10309
10310@example
cf4a9129 10311./pre-inst-env guix build gnew --keep-failed
ef5dd60a 10312@end example
ef5dd60a 10313
cf4a9129
LC
10314Using @code{--keep-failed} makes it easier to debug build failures since
10315it provides access to the failed build tree. Another useful
10316command-line option when debugging is @code{--log-file}, to access the
10317build log.
ef5dd60a 10318
cf4a9129
LC
10319If the package is unknown to the @command{guix} command, it may be that
10320the source file contains a syntax error, or lacks a @code{define-public}
10321clause to export the package variable. To figure it out, you may load
10322the module from Guile to get more information about the actual error:
ef5dd60a 10323
cf4a9129
LC
10324@example
10325./pre-inst-env guile -c '(use-modules (gnu packages gnew))'
10326@end example
ef5dd60a 10327
cf4a9129
LC
10328Once your package builds correctly, please send us a patch
10329(@pxref{Contributing}). Well, if you need help, we will be happy to
10330help you too. Once the patch is committed in the Guix repository, the
10331new package automatically gets built on the supported platforms by
2b1cee21 10332@url{http://hydra.gnu.org/jobset/gnu/master, our continuous integration
cf4a9129 10333system}.
ef5dd60a 10334
cf4a9129
LC
10335@cindex substituter
10336Users can obtain the new package definition simply by running
10337@command{guix pull} (@pxref{Invoking guix pull}). When
10338@code{hydra.gnu.org} is done building the package, installing the
10339package automatically downloads binaries from there
10340(@pxref{Substitutes}). The only place where human intervention is
10341needed is to review and apply the patch.
ef5dd60a 10342
ef5dd60a 10343
cf4a9129 10344@menu
ec0339cd
LC
10345* Software Freedom:: What may go into the distribution.
10346* Package Naming:: What's in a name?
10347* Version Numbers:: When the name is not enough.
cbd02397 10348* Synopses and Descriptions:: Helping users find the right package.
ec0339cd
LC
10349* Python Modules:: Taming the snake.
10350* Perl Modules:: Little pearls.
10351* Fonts:: Fond of fonts.
cf4a9129 10352@end menu
ef5dd60a 10353
cf4a9129
LC
10354@node Software Freedom
10355@subsection Software Freedom
ef5dd60a 10356
cf4a9129 10357@c Adapted from http://www.gnu.org/philosophy/philosophy.html.
c11a6eb1 10358
cf4a9129
LC
10359The GNU operating system has been developed so that users can have
10360freedom in their computing. GNU is @dfn{free software}, meaning that
10361users have the @url{http://www.gnu.org/philosophy/free-sw.html,four
10362essential freedoms}: to run the program, to study and change the program
10363in source code form, to redistribute exact copies, and to distribute
10364modified versions. Packages found in the GNU distribution provide only
10365software that conveys these four freedoms.
c11a6eb1 10366
cf4a9129
LC
10367In addition, the GNU distribution follow the
10368@url{http://www.gnu.org/distros/free-system-distribution-guidelines.html,free
10369software distribution guidelines}. Among other things, these guidelines
10370reject non-free firmware, recommendations of non-free software, and
10371discuss ways to deal with trademarks and patents.
ef5dd60a 10372
cf4a9129
LC
10373Some packages contain a small and optional subset that violates the
10374above guidelines, for instance because this subset is itself non-free
10375code. When that happens, the offending items are removed with
10376appropriate patches or code snippets in the package definition's
10377@code{origin} form (@pxref{Defining Packages}). That way, @code{guix
10378build --source} returns the ``freed'' source rather than the unmodified
10379upstream source.
ef5dd60a 10380
ef5dd60a 10381
cf4a9129
LC
10382@node Package Naming
10383@subsection Package Naming
ef5dd60a 10384
cf4a9129
LC
10385A package has actually two names associated with it:
10386First, there is the name of the @emph{Scheme variable}, the one following
10387@code{define-public}. By this name, the package can be made known in the
10388Scheme code, for instance as input to another package. Second, there is
10389the string in the @code{name} field of a package definition. This name
10390is used by package management commands such as
10391@command{guix package} and @command{guix build}.
ef5dd60a 10392
cf4a9129
LC
10393Both are usually the same and correspond to the lowercase conversion of
10394the project name chosen upstream, with underscores replaced with
10395hyphens. For instance, GNUnet is available as @code{gnunet}, and
10396SDL_net as @code{sdl-net}.
927097ef 10397
cf4a9129 10398We do not add @code{lib} prefixes for library packages, unless these are
081145cf 10399already part of the official project name. But @pxref{Python
cf4a9129
LC
10400Modules} and @ref{Perl Modules} for special rules concerning modules for
10401the Python and Perl languages.
927097ef 10402
1b366ee4 10403Font package names are handled differently, @pxref{Fonts}.
7fec52b7 10404
ef5dd60a 10405
cf4a9129
LC
10406@node Version Numbers
10407@subsection Version Numbers
ef5dd60a 10408
cf4a9129
LC
10409We usually package only the latest version of a given free software
10410project. But sometimes, for instance for incompatible library versions,
10411two (or more) versions of the same package are needed. These require
10412different Scheme variable names. We use the name as defined
10413in @ref{Package Naming}
10414for the most recent version; previous versions use the same name, suffixed
10415by @code{-} and the smallest prefix of the version number that may
10416distinguish the two versions.
ef5dd60a 10417
cf4a9129
LC
10418The name inside the package definition is the same for all versions of a
10419package and does not contain any version number.
ef5dd60a 10420
cf4a9129 10421For instance, the versions 2.24.20 and 3.9.12 of GTK+ may be packaged as follows:
ef5dd60a 10422
cf4a9129
LC
10423@example
10424(define-public gtk+
10425 (package
17d8e33f
ML
10426 (name "gtk+")
10427 (version "3.9.12")
10428 ...))
cf4a9129
LC
10429(define-public gtk+-2
10430 (package
17d8e33f
ML
10431 (name "gtk+")
10432 (version "2.24.20")
10433 ...))
cf4a9129
LC
10434@end example
10435If we also wanted GTK+ 3.8.2, this would be packaged as
10436@example
10437(define-public gtk+-3.8
10438 (package
17d8e33f
ML
10439 (name "gtk+")
10440 (version "3.8.2")
10441 ...))
cf4a9129 10442@end example
ef5dd60a 10443
880d647d
LC
10444@c See <https://lists.gnu.org/archive/html/guix-devel/2016-01/msg00425.html>,
10445@c for a discussion of what follows.
10446@cindex version number, for VCS snapshots
10447Occasionally, we package snapshots of upstream's version control system
10448(VCS) instead of formal releases. This should remain exceptional,
10449because it is up to upstream developers to clarify what the stable
10450release is. Yet, it is sometimes necessary. So, what should we put in
10451the @code{version} field?
10452
10453Clearly, we need to make the commit identifier of the VCS snapshot
10454visible in the version string, but we also need to make sure that the
10455version string is monotonically increasing so that @command{guix package
10456--upgrade} can determine which version is newer. Since commit
10457identifiers, notably with Git, are not monotonically increasing, we add
10458a revision number that we increase each time we upgrade to a newer
10459snapshot. The resulting version string looks like this:
10460
10461@example
104622.0.11-3.cabba9e
10463 ^ ^ ^
10464 | | `-- upstream commit ID
10465 | |
10466 | `--- Guix package revision
10467 |
10468latest upstream version
10469@end example
10470
10471It is a good idea to strip commit identifiers in the @code{version}
10472field to, say, 7 digits. It avoids an aesthetic annoyance (assuming
10473aesthetics have a role to play here) as well as problems related to OS
10474limits such as the maximum shebang length (127 bytes for the Linux
10475kernel.) It is best to use the full commit identifiers in
561360a5
LC
10476@code{origin}s, though, to avoid ambiguities. A typical package
10477definition may look like this:
10478
10479@example
10480(define my-package
10481 (let ((commit "c3f29bc928d5900971f65965feaae59e1272a3f7"))
10482 (package
10483 (version (string-append "0.9-1."
10484 (string-take commit 7)))
10485 (source (origin
10486 (method git-fetch)
10487 (uri (git-reference
10488 (url "git://example.org/my-package.git")
10489 (commit commit)))
10490 (sha256 (base32 "1mbikn@dots{}"))
10491 (file-name (string-append "my-package-" version
10492 "-checkout"))))
10493 ;; @dots{}
10494 )))
10495@end example
880d647d 10496
cbd02397
LC
10497@node Synopses and Descriptions
10498@subsection Synopses and Descriptions
10499
10500As we have seen before, each package in GNU@tie{}Guix includes a
10501synopsis and a description (@pxref{Defining Packages}). Synopses and
10502descriptions are important: They are what @command{guix package
10503--search} searches, and a crucial piece of information to help users
10504determine whether a given package suits their needs. Consequently,
10505packagers should pay attention to what goes into them.
10506
10507Synopses must start with a capital letter and must not end with a
10508period. They must not start with ``a'' or ``the'', which usually does
10509not bring anything; for instance, prefer ``File-frobbing tool'' over ``A
10510tool that frobs files''. The synopsis should say what the package
10511is---e.g., ``Core GNU utilities (file, text, shell)''---or what it is
10512used for---e.g., the synopsis for GNU@tie{}grep is ``Print lines
10513matching a pattern''.
10514
10515Keep in mind that the synopsis must be meaningful for a very wide
10516audience. For example, ``Manipulate alignments in the SAM format''
10517might make sense for a seasoned bioinformatics researcher, but might be
10518fairly unhelpful or even misleading to a non-specialized audience. It
10519is a good idea to come up with a synopsis that gives an idea of the
10520application domain of the package. In this example, this might give
10521something like ``Manipulate nucleotide sequence alignments'', which
10522hopefully gives the user a better idea of whether this is what they are
10523looking for.
10524
10525@cindex Texinfo markup, in package descriptions
10526Descriptions should take between five and ten lines. Use full
10527sentences, and avoid using acronyms without first introducing them.
10528Descriptions can include Texinfo markup, which is useful to introduce
10529ornaments such as @code{@@code} or @code{@@dfn}, bullet lists, or
ba7d6c76
ML
10530hyperlinks (@pxref{Overview,,, texinfo, GNU Texinfo}). However you
10531should be careful when using some characters for example @samp{@@} and
10532curly braces which are the basic special characters in Texinfo
10533(@pxref{Special Characters,,, texinfo, GNU Texinfo}). User interfaces
10534such as @command{guix package --show} take care of rendering it
10535appropriately.
cbd02397
LC
10536
10537Synopses and descriptions are translated by volunteers
10538@uref{http://translationproject.org/domain/guix-packages.html, at the
10539Translation Project} so that as many users as possible can read them in
10540their native language. User interfaces search them and display them in
10541the language specified by the current locale.
10542
10543Translation is a lot of work so, as a packager, please pay even more
10544attention to your synopses and descriptions as every change may entail
ba7d6c76 10545additional work for translators. In order to help them, it is possible
36743e71 10546to make recommendations or instructions visible to them by inserting
ba7d6c76
ML
10547special comments like this (@pxref{xgettext Invocation,,, gettext, GNU
10548Gettext}):
10549
10550@example
10551;; TRANSLATORS: "X11 resize-and-rotate" should not be translated.
10552(description "ARandR is designed to provide a simple visual front end
10553for the X11 resize-and-rotate (RandR) extension. @dots{}")
10554@end example
cbd02397 10555
ef5dd60a 10556
cf4a9129
LC
10557@node Python Modules
10558@subsection Python Modules
ef5dd60a 10559
cf4a9129
LC
10560We currently package Python 2 and Python 3, under the Scheme variable names
10561@code{python-2} and @code{python} as explained in @ref{Version Numbers}.
10562To avoid confusion and naming clashes with other programming languages, it
10563seems desirable that the name of a package for a Python module contains
10564the word @code{python}.
ef5dd60a 10565
cf4a9129
LC
10566Some modules are compatible with only one version of Python, others with both.
10567If the package Foo compiles only with Python 3, we name it
10568@code{python-foo}; if it compiles only with Python 2, we name it
10569@code{python2-foo}. If it is compatible with both versions, we create two
10570packages with the corresponding names.
ef5dd60a 10571
cf4a9129
LC
10572If a project already contains the word @code{python}, we drop this;
10573for instance, the module python-dateutil is packaged under the names
10574@code{python-dateutil} and @code{python2-dateutil}.
113daf62 10575
523e4896 10576
cf4a9129
LC
10577@node Perl Modules
10578@subsection Perl Modules
523e4896 10579
cf4a9129
LC
10580Perl programs standing for themselves are named as any other package,
10581using the lowercase upstream name.
10582For Perl packages containing a single class, we use the lowercase class name,
10583replace all occurrences of @code{::} by dashes and prepend the prefix
10584@code{perl-}.
10585So the class @code{XML::Parser} becomes @code{perl-xml-parser}.
10586Modules containing several classes keep their lowercase upstream name and
10587are also prepended by @code{perl-}. Such modules tend to have the word
10588@code{perl} somewhere in their name, which gets dropped in favor of the
10589prefix. For instance, @code{libwww-perl} becomes @code{perl-libwww}.
523e4896 10590
523e4896 10591
7fec52b7
AE
10592@node Fonts
10593@subsection Fonts
10594
10595For fonts that are in general not installed by a user for typesetting
10596purposes, or that are distributed as part of a larger software package,
10597we rely on the general packaging rules for software; for instance, this
10598applies to the fonts delivered as part of the X.Org system or fonts that
10599are part of TeX Live.
10600
10601To make it easier for a user to search for fonts, names for other packages
10602containing only fonts are constructed as follows, independently of the
10603upstream package name.
10604
10605The name of a package containing only one font family starts with
10606@code{font-}; it is followed by the foundry name and a dash @code{-}
10607if the foundry is known, and the font family name, in which spaces are
10608replaced by dashes (and as usual, all upper case letters are transformed
10609to lower case).
10610For example, the Gentium font family by SIL is packaged under the name
10611@code{font-sil-gentium}.
10612
10613For a package containing several font families, the name of the collection
10614is used in the place of the font family name.
10615For instance, the Liberation fonts consist of three families,
10616Liberation Sans, Liberation Serif and Liberation Mono.
10617These could be packaged separately under the names
10618@code{font-liberation-sans} and so on; but as they are distributed together
10619under a common name, we prefer to package them together as
10620@code{font-liberation}.
10621
10622In the case where several formats of the same font family or font collection
10623are packaged separately, a short form of the format, prepended by a dash,
10624is added to the package name. We use @code{-ttf} for TrueType fonts,
1b366ee4 10625@code{-otf} for OpenType fonts and @code{-type1} for PostScript Type 1
7fec52b7
AE
10626fonts.
10627
10628
b25937e3 10629
cf4a9129
LC
10630@node Bootstrapping
10631@section Bootstrapping
b25937e3 10632
cf4a9129 10633@c Adapted from the ELS 2013 paper.
b25937e3 10634
cf4a9129 10635@cindex bootstrapping
7889394e 10636
cf4a9129
LC
10637Bootstrapping in our context refers to how the distribution gets built
10638``from nothing''. Remember that the build environment of a derivation
10639contains nothing but its declared inputs (@pxref{Introduction}). So
10640there's an obvious chicken-and-egg problem: how does the first package
10641get built? How does the first compiler get compiled? Note that this is
10642a question of interest only to the curious hacker, not to the regular
10643user, so you can shamelessly skip this section if you consider yourself
10644a ``regular user''.
72b9d60d 10645
cf4a9129
LC
10646@cindex bootstrap binaries
10647The GNU system is primarily made of C code, with libc at its core. The
10648GNU build system itself assumes the availability of a Bourne shell and
10649command-line tools provided by GNU Coreutils, Awk, Findutils, `sed', and
10650`grep'. Furthermore, build programs---programs that run
10651@code{./configure}, @code{make}, etc.---are written in Guile Scheme
10652(@pxref{Derivations}). Consequently, to be able to build anything at
10653all, from scratch, Guix relies on pre-built binaries of Guile, GCC,
10654Binutils, libc, and the other packages mentioned above---the
10655@dfn{bootstrap binaries}.
72b9d60d 10656
cf4a9129
LC
10657These bootstrap binaries are ``taken for granted'', though we can also
10658re-create them if needed (more on that later).
72b9d60d 10659
cf4a9129 10660@unnumberedsubsec Preparing to Use the Bootstrap Binaries
c79d54fe 10661
cf4a9129
LC
10662@c As of Emacs 24.3, Info-mode displays the image, but since it's a
10663@c large image, it's hard to scroll. Oh well.
10664@image{images/bootstrap-graph,6in,,Dependency graph of the early bootstrap derivations}
523e4896 10665
cf4a9129
LC
10666The figure above shows the very beginning of the dependency graph of the
10667distribution, corresponding to the package definitions of the @code{(gnu
d33fa0c7
LC
10668packages bootstrap)} module. A similar figure can be generated with
10669@command{guix graph} (@pxref{Invoking guix graph}), along the lines of:
10670
10671@example
10672guix graph -t derivation \
10673 -e '(@@@@ (gnu packages bootstrap) %bootstrap-gcc)' \
10674 | dot -Tps > t.ps
10675@end example
10676
10677At this level of detail, things are
cf4a9129
LC
10678slightly complex. First, Guile itself consists of an ELF executable,
10679along with many source and compiled Scheme files that are dynamically
10680loaded when it runs. This gets stored in the @file{guile-2.0.7.tar.xz}
10681tarball shown in this graph. This tarball is part of Guix's ``source''
10682distribution, and gets inserted into the store with @code{add-to-store}
10683(@pxref{The Store}).
2e7b5cea 10684
cf4a9129
LC
10685But how do we write a derivation that unpacks this tarball and adds it
10686to the store? To solve this problem, the @code{guile-bootstrap-2.0.drv}
10687derivation---the first one that gets built---uses @code{bash} as its
10688builder, which runs @code{build-bootstrap-guile.sh}, which in turn calls
10689@code{tar} to unpack the tarball. Thus, @file{bash}, @file{tar},
10690@file{xz}, and @file{mkdir} are statically-linked binaries, also part of
10691the Guix source distribution, whose sole purpose is to allow the Guile
10692tarball to be unpacked.
fb729425 10693
cf4a9129
LC
10694Once @code{guile-bootstrap-2.0.drv} is built, we have a functioning
10695Guile that can be used to run subsequent build programs. Its first task
10696is to download tarballs containing the other pre-built binaries---this
10697is what the @code{.tar.xz.drv} derivations do. Guix modules such as
10698@code{ftp-client.scm} are used for this purpose. The
10699@code{module-import.drv} derivations import those modules in a directory
10700in the store, using the original layout. The
10701@code{module-import-compiled.drv} derivations compile those modules, and
10702write them in an output directory with the right layout. This
10703corresponds to the @code{#:modules} argument of
10704@code{build-expression->derivation} (@pxref{Derivations}).
fb729425 10705
cf4a9129
LC
10706Finally, the various tarballs are unpacked by the
10707derivations @code{gcc-bootstrap-0.drv}, @code{glibc-bootstrap-0.drv},
10708etc., at which point we have a working C tool chain.
fb729425 10709
fb729425 10710
cf4a9129 10711@unnumberedsubsec Building the Build Tools
523e4896 10712
cf4a9129
LC
10713Bootstrapping is complete when we have a full tool chain that does not
10714depend on the pre-built bootstrap tools discussed above. This
10715no-dependency requirement is verified by checking whether the files of
10716the final tool chain contain references to the @file{/gnu/store}
10717directories of the bootstrap inputs. The process that leads to this
10718``final'' tool chain is described by the package definitions found in
1f6f57df 10719the @code{(gnu packages commencement)} module.
df2ce343 10720
d33fa0c7
LC
10721The @command{guix graph} command allows us to ``zoom out'' compared to
10722the graph above, by looking at the level of package objects instead of
10723individual derivations---remember that a package may translate to
10724several derivations, typically one derivation to download its source,
10725one to build the Guile modules it needs, and one to actually build the
10726package from source. The command:
10727
10728@example
10729guix graph -t bag \
10730 -e '(@@@@ (gnu packages commencement)
10731 glibc-final-with-bootstrap-bash)' | dot -Tps > t.ps
10732@end example
10733
10734@noindent
10735produces the dependency graph leading to the ``final'' C
10736library@footnote{You may notice the @code{glibc-intermediate} label,
10737suggesting that it is not @emph{quite} final, but as a good
10738approximation, we will consider it final.}, depicted below.
10739
10740@image{images/bootstrap-packages,6in,,Dependency graph of the early packages}
10741
cf4a9129
LC
10742@c See <http://lists.gnu.org/archive/html/gnu-system-discuss/2012-10/msg00000.html>.
10743The first tool that gets built with the bootstrap binaries is
d33fa0c7
LC
10744GNU@tie{}Make---noted @code{make-boot0} above---which is a prerequisite
10745for all the following packages. From there Findutils and Diffutils get
10746built.
523e4896 10747
cf4a9129
LC
10748Then come the first-stage Binutils and GCC, built as pseudo cross
10749tools---i.e., with @code{--target} equal to @code{--host}. They are
10750used to build libc. Thanks to this cross-build trick, this libc is
10751guaranteed not to hold any reference to the initial tool chain.
4af2447e 10752
d33fa0c7
LC
10753From there the final Binutils and GCC (not shown above) are built.
10754GCC uses @code{ld}
cf4a9129
LC
10755from the final Binutils, and links programs against the just-built libc.
10756This tool chain is used to build the other packages used by Guix and by
10757the GNU Build System: Guile, Bash, Coreutils, etc.
4af2447e 10758
cf4a9129
LC
10759And voilà! At this point we have the complete set of build tools that
10760the GNU Build System expects. These are in the @code{%final-inputs}
dd164244
MW
10761variable of the @code{(gnu packages commencement)} module, and are
10762implicitly used by any package that uses @code{gnu-build-system}
1f6f57df 10763(@pxref{Build Systems, @code{gnu-build-system}}).
4af2447e 10764
4af2447e 10765
cf4a9129 10766@unnumberedsubsec Building the Bootstrap Binaries
4af2447e 10767
cf4a9129
LC
10768Because the final tool chain does not depend on the bootstrap binaries,
10769those rarely need to be updated. Nevertheless, it is useful to have an
10770automated way to produce them, should an update occur, and this is what
10771the @code{(gnu packages make-bootstrap)} module provides.
4af2447e 10772
cf4a9129
LC
10773The following command builds the tarballs containing the bootstrap
10774binaries (Guile, Binutils, GCC, libc, and a tarball containing a mixture
10775of Coreutils and other basic command-line tools):
4b2615e1 10776
cf4a9129
LC
10777@example
10778guix build bootstrap-tarballs
10779@end example
10780
10781The generated tarballs are those that should be referred to in the
10782@code{(gnu packages bootstrap)} module mentioned at the beginning of
10783this section.
10784
10785Still here? Then perhaps by now you've started to wonder: when do we
10786reach a fixed point? That is an interesting question! The answer is
10787unknown, but if you would like to investigate further (and have
10788significant computational and storage resources to do so), then let us
10789know.
10790
10791@node Porting
10792@section Porting to a New Platform
10793
10794As discussed above, the GNU distribution is self-contained, and
10795self-containment is achieved by relying on pre-built ``bootstrap
10796binaries'' (@pxref{Bootstrapping}). These binaries are specific to an
10797operating system kernel, CPU architecture, and application binary
10798interface (ABI). Thus, to port the distribution to a platform that is
10799not yet supported, one must build those bootstrap binaries, and update
10800the @code{(gnu packages bootstrap)} module to use them on that platform.
10801
10802Fortunately, Guix can @emph{cross compile} those bootstrap binaries.
10803When everything goes well, and assuming the GNU tool chain supports the
10804target platform, this can be as simple as running a command like this
10805one:
10806
10807@example
10808guix build --target=armv5tel-linux-gnueabi bootstrap-tarballs
10809@end example
10810
1c0c417d
LC
10811For this to work, the @code{glibc-dynamic-linker} procedure in
10812@code{(gnu packages bootstrap)} must be augmented to return the right
10813file name for libc's dynamic linker on that platform; likewise,
10814@code{system->linux-architecture} in @code{(gnu packages linux)} must be
10815taught about the new platform.
10816
cf4a9129 10817Once these are built, the @code{(gnu packages bootstrap)} module needs
1c0c417d
LC
10818to be updated to refer to these binaries on the target platform. That
10819is, the hashes and URLs of the bootstrap tarballs for the new platform
10820must be added alongside those of the currently supported platforms. The
10821bootstrap Guile tarball is treated specially: it is expected to be
10822available locally, and @file{gnu-system.am} has rules do download it for
10823the supported architectures; a rule for the new platform must be added
10824as well.
cf4a9129
LC
10825
10826In practice, there may be some complications. First, it may be that the
10827extended GNU triplet that specifies an ABI (like the @code{eabi} suffix
10828above) is not recognized by all the GNU tools. Typically, glibc
10829recognizes some of these, whereas GCC uses an extra @code{--with-abi}
10830configure flag (see @code{gcc.scm} for examples of how to handle this).
10831Second, some of the required packages could fail to build for that
10832platform. Lastly, the generated binaries could be broken for some
10833reason.
4af2447e 10834
9bf3c1a7 10835@c *********************************************************************
8c01b9d0 10836@include contributing.texi
c78bd12b 10837
568717fd
LC
10838@c *********************************************************************
10839@node Acknowledgments
10840@chapter Acknowledgments
10841
136787cb
LC
10842Guix is based on the @uref{http://nixos.org/nix/, Nix package manager},
10843which was designed and
4c7ac9aa
LC
10844implemented by Eelco Dolstra, with contributions from other people (see
10845the @file{nix/AUTHORS} file in Guix.) Nix pioneered functional package
568717fd
LC
10846management, and promoted unprecedented features, such as transactional
10847package upgrades and rollbacks, per-user profiles, and referentially
10848transparent build processes. Without this work, Guix would not exist.
10849
10850The Nix-based software distributions, Nixpkgs and NixOS, have also been
10851an inspiration for Guix.
10852
4c7ac9aa
LC
10853GNU@tie{}Guix itself is a collective work with contributions from a
10854number of people. See the @file{AUTHORS} file in Guix for more
10855information on these fine people. The @file{THANKS} file lists people
10856who have helped by reporting bugs, taking care of the infrastructure,
10857providing artwork and themes, making suggestions, and more---thank you!
10858
10859
568717fd
LC
10860@c *********************************************************************
10861@node GNU Free Documentation License
10862@appendix GNU Free Documentation License
10863
10864@include fdl-1.3.texi
10865
10866@c *********************************************************************
10867@node Concept Index
10868@unnumbered Concept Index
10869@printindex cp
10870
a85b83d2
LC
10871@node Programming Index
10872@unnumbered Programming Index
10873@syncodeindex tp fn
10874@syncodeindex vr fn
568717fd
LC
10875@printindex fn
10876
10877@bye
10878
10879@c Local Variables:
10880@c ispell-local-dictionary: "american";
10881@c End: