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