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