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