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