Ludovic Courtès
4876bc8234
gnu: guix: Update to 0.15.0.
2018-07-06 00:19:01 +02:00
Ludovic Courtès
359fdda40f
Update NEWS.
2018-07-05 22:16:39 +02:00
Ludovic Courtès
c35f77c5a0
doc: Update URL of the Emacs-Guix manual.
...
* doc/htmlxref.cnf (EMACS_GUIX): Update URL.
2018-07-05 22:16:10 +02:00
Ludovic Courtès
56b4dabc2b
doc: Mention translations of the manual.
...
* doc/guix.texi (Top): Add note about l10n.
* doc/htmlxref.cnf: Add "guix.fr".
2018-07-05 22:13:23 +02:00
Ludovic Courtès
ee75e80c05
tests: Skip 'guix-pack.sh'.
...
This works around a regression introduced in commit
66e9944e07
while waiting for a proper fix.
* tests/guix-pack.sh: Add "exit 77".
2018-07-05 21:35:55 +02:00
Ludovic Courtès
1400776f52
Update NEWS.
2018-07-05 17:19:09 +02:00
Ludovic Courtès
5adb2df0a2
pack: Use guile-for-build for the target system.
...
Until now, running "guix pack -s i686-linux" on an x86_64-linux machine,
for instance, would use an x86_64 guile for module derivations. This
was OK until now, but would break when passing "--localstatedir" due to
the introduction of guile-sqlite3: we'd be using the i686 guile-sqlite3
along with the x86_64 guile.
* guix/scripts/pack.scm (guix-pack): Pass the 'system option from OPTS
to 'package-derivation'.
2018-07-05 13:35:21 +02:00
Julien Lepiller
633b6b6197
nls: Update 'fr' translation.
2018-07-05 11:56:17 +02:00
Ludovic Courtès
63899cc774
doc: Update package count.
...
* doc/guix.texi (Limitations): Update number.
2018-07-05 11:54:23 +02:00
Ludovic Courtès
900e6d4051
doc: Mention ARM and AArch64 bootloaders.
...
* doc/guix.texi (Bootloader Configuration): Mention ARM and AArch64.
Add missing uses of @code.
2018-07-05 11:53:36 +02:00
Ludovic Courtès
fc0e663f78
doc: Improve UEFI/BIOS bootloader documentation.
...
Partly fixes <https://bugs.gnu.org/30312 >.
* doc/guix.texi (Preparing for Installation): Add note on how to choose
between UEFI and BIOS.
(Using the Configuration System)[Bootloader]: New subsubsection.
(Bootloader Configuration): Expound on the bootloader type and target.
* gnu/system/examples/desktop.tmpl: Switch to UEFI.
* gnu/system/examples/bare-bones.tmpl: Explicitly mention "legacy" and
"BIOS" in the comments.
2018-07-05 11:44:46 +02:00
Ludovic Courtès
a043b5b81a
services: mingetty: Use '--nohangup'.
...
See the discussion at
<https://lists.gnu.org/archive/html/guix-devel/2018-07/msg00049.html >.
* gnu/services/base.scm (mingetty-shepherd-service): Pass "--nohangup"
to mingetty.
2018-07-05 00:14:01 +02:00
Ludovic Courtès
9fd877247d
system: Default .bashrc uses '--color=auto' for grep and ls.
...
Reported by Tobias Geerinckx-Rice <me@tobias.gr>
and Björn Höfling <bjoern.hoefling@bjoernhoefling.de>.
* gnu/system/shadow.scm (default-skeletons)["bashrc"]: Use
'--color=auto' instead of '--color'.
2018-07-04 21:52:23 +02:00
Ludovic Courtès
42226063f6
vm: Disable KVM on i386.
...
* gnu/build/vm.scm (load-in-linux-vm): Disable KVM on i386.
2018-07-04 15:26:21 +02:00
Ludovic Courtès
0207768fc9
doc: Mention the build environment.
...
* doc/contributing.texi (Running Guix Before It Is Installed): Add a
note about having the dependencies available.
2018-07-04 14:36:07 +02:00
Ludovic Courtès
5b0c648a7c
profiles: 'info-dir-file' hook now produces 'dir.LANG' files.
...
Previously, entries for 'guix.fr.info' would end up in 'dir', above the
'guix.info' entries; consequently, running 'info guix' would actually
open 'guix.fr.info', which was confusing for non-French readers.
* guix/profiles.scm (info-dir-file)[glibc-utf8-locales]: New variable.
[build](info-file-language): New procedure.
(install-info): Use it, to create 'dir.LANG' files.
Set GUIX_LOCPATH.
2018-07-04 10:52:59 +02:00
Björn Höfling
a51cf16031
gnu: Update stellarium to 0.18.0.
...
[[PGP Signed Part:Good signature from BF286CB6593E5FFD Björn Höfling <bjoern.hoefling@bjoernhoefling.de> (trust undefined) created at 2018-06-29T20:39:51+0200 using DSA]]
* gnu/packages/astronomy.scm (stellarium): Update to 0.18.0.
[home-page]: Update URL.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-07-03 17:50:05 +02:00
Pierre Neidhardt
c1220498b0
gnu: emacs-helm-system-packages: Update to 1.10.0.
...
* gnu/packages/emacs.scm (emacs-helm-system-packages): Update to 1.10.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-07-03 17:50:04 +02:00
Fis Trivial
53fc7a09f6
gnu: Add pocl.
...
* gnu/packages/opencl.scm (pocl): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-07-03 17:50:04 +02:00
Ludovic Courtès
3c78f5b5c3
tests: basic: Wait for /var/run/shepherd/socket to be ready.
...
* gnu/tests/base.scm (run-basic-test)["shepherd socket ready"]: New test.
2018-07-03 17:50:04 +02:00
Ludovic Courtès
86eee976f5
Revert "packages: Optimize 'package-transitive-supported-systems'."
...
This reverts commit 24420f5ffa
.
This broke 'package-transitive-supported-systems', which would return
the union of supported systems instead of the intersection.
2018-07-03 17:50:04 +02:00
Ludovic Courtès
f3f1d0a557
guix system: Make 'init' idempotent again.
...
This fixes a regression introduced in
df2f6400b1
: since the new
'register-path' (actually 'reset-timestamps') would make files
read-only, 'delete-file-recursively' would fail to delete them. Thus,
re-running 'guix system init' on an already-populated store would fail
with a 'delete-file' EPERM.
* guix/scripts/system.scm (copy-item): Use 'lstat' instead of
'file-exists?'. Call 'make-file-writable' on each directory below
DEST.
2018-07-03 17:50:04 +02:00
Ludovic Courtès
90b144d22d
ui: Report file names in 'system-error' exceptions from 'delete-file'.
...
* guix/ui.scm (delete-file): New error-reporting wrapper.
2018-07-03 17:50:04 +02:00
Ludovic Courtès
e5e5119855
database: 'reset-timestamps' now correctly handles symlinks.
...
* guix/store/database.scm (reset-timestamps): Use 'utime' with
AT_SYMLINK_NOFOLLOW for symlinks.
2018-07-03 17:50:04 +02:00
Ludovic Courtès
25c7ff6a3e
syscalls: Define AT_SYMLINK_NOFOLLOW et al.
...
* guix/build/syscalls.scm (AT_FDCWD, AT_SYMLINK_NOFOLLOW, AT_REMOVEDIR)
(AT_SYMLINK_FOLLOW, AT_NO_AUTOMOUNT, AT_EMPTY_PATH): New variables.
* tests/syscalls.scm ("utime with AT_SYMLINK_NOFOLLOW"): New test.
2018-07-03 17:50:04 +02:00
Ludovic Courtès
a5b34d9d24
deduplication: Remove 'false-if-system-error', now unused.
...
* guix/store/deduplication.scm (false-if-system-error): Remove.
2018-07-03 17:50:04 +02:00
Ricardo Wurmus
13f5eb3494
gnu: pigx-bsseq: Update to 0.0.10.
...
* gnu/packages/bioinformatics.scm (pigx-bsseq): Update to 0.0.10.
[arguments]: Remove "wrap-executable" phase.
2018-07-03 17:33:51 +02:00
Ricardo Wurmus
c7d5cd6ca5
gnu: pigx-rnaseq: Update to 0.0.4.
...
* gnu/packages/bioinformatics.scm (pigx-rnaseq): Update to 0.0.4.
[arguments]: Remove "wrap-executable" phase.
2018-07-03 16:20:28 +02:00
Ricardo Wurmus
29cbf8178f
gnu: pigx-chipseq: Update to 0.0.20.
...
* gnu/packages/bioinformatics.scm (pigx-chipseq): Update to 0.0.20.
2018-07-03 16:20:28 +02:00
Paul Garlick
631bc3a666
gnu: ikiwiki: Include auto setup files in output.
...
* gnu/packages/web.scm(ikiwiki)[arguments]: Add patch-Makefile phase.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2018-07-03 15:45:41 +02:00
Peter Mikkelsen
abf3a33178
gnu: emacs-use-package: Update to commit da8c9e2.
...
This update is needed because the release tarball from github does not
contain all the files needed for us to build the package.
* gnu/packages/emacs.scm (emacs-use-package): Update to commit da8c9e2.
[source]: change to git.
[arguments]: Enable tests.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2018-07-03 15:45:41 +02:00
Peter Mikkelsen
b5f746d2da
gnu: Add emacs-atom-one-dark-theme.
...
* gnu/packages/emacs.scm (emacs-atom-one-dark-theme): New variable
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2018-07-03 15:45:41 +02:00
Marius Bakke
27b73b4999
gnu: libuninameslist: Update to 20180701.
...
* gnu/packages/fontutils.scm (libuninameslist): Update to 20180701.
[source]: Change URI to use release tarball. Remove FILE-NAME.
[native-inputs]: Remove.
2018-07-03 15:45:40 +02:00
Marius Bakke
b19c92ef7e
gnu: libuninameslist: Correct license.
...
* gnu/packages/fontutils.scm (libuninameslist)[license]: Remove GPL2. Add
BSD-3 and X11-STYLE.
2018-07-03 15:45:40 +02:00
Danny Milosavljevic
74ba3a6830
gnu: Add vsftpd.
...
* gnu/packages/ftp.scm (vsftpd): New variable.
2018-07-03 15:32:51 +02:00
Rutger Helling
4786f51576
gnu: vkd3d: Add vulkan-headers.
...
* gnu/packages/vulkan.scm (vkd3d)[inputs]: Add vulkan-headers.
2018-07-03 11:23:47 +02:00
Rutger Helling
4108886b09
gnu: vkquake: Add vulkan-headers.
...
* gnu/packages/games.scm (vkquake)[inputs]: Add vulkan-headers.
2018-07-03 11:23:47 +02:00
Rutger Helling
08899ee91b
gnu: mpv: Add vulkan-headers.
...
* gnu/packages/video.scm (mpv)[inputs]: Add vulkan-headers.
2018-07-03 11:23:47 +02:00
Rutger Helling
b1eb1ba99c
gnu: vulkan-loader: Update to 1.1.77.0.
...
* gnu/packages/vulkan.scm (vulkan-loader): Update to 1.1.77.0.
[inputs]: Add 'vulkan-headers.
[home-page]: Correct URL.
2018-07-03 11:23:47 +02:00
Rutger Helling
cf09bed4f5
gnu: Add vulkan-headers.
...
* gnu/packages/vulkan.scm (vulkan-headers): New variable.
2018-07-03 11:23:47 +02:00
Rutger Helling
940c2c5c14
gnu: openrct2: Update to 0.2.0.
...
* gnu/packages/games.scm (openrct2): Update to 0.2.0.
[configure-flags]: Add -DDOWNLOAD_OBJECTS=OFF configure flag.
[arguments]: Add 'fixgcc7, 'get-rid-of-errors phases.
[native-inputs]: Add gcc@7.
2018-07-03 11:01:21 +02:00
Rutger Helling
fab8d41c64
gnu: dolphin-emu: Update to commit 806c1ee.
...
* gnu/packages/emulators.scm (dolphin-emu): Update to commit 806c1ee.
[source]: Don't delete removed externals.
[arguments]: Remove unused variables.
[inputs]: Add 'pugixml. Remove 'wxwidgets-gtk2-3.1.
2018-07-03 09:13:55 +02:00
Oleg Pykhalov
a6a2ef27a3
gnu: Add keynav.
...
* gnu/packages/xorg.scm (keynav): New variable.
2018-07-03 07:29:30 +03:00
Oleg Pykhalov
ae6fa00af0
import: elpa: Check if 'fetch-elpa-package' rest argument is null.
...
* guix/import/elpa.scm (fetch-elpa-package): Check if 'rest' is null.
2018-07-03 07:19:13 +03:00
Oleg Pykhalov
3a15d0aa9c
bash completion: Complete files names after 'guix weather -m'.
...
* etc/completion/bash/guix (_guix_complete): Complete files names after 'guix
weather -m'.
2018-07-03 06:58:51 +03:00
Oleg Pykhalov
9b0a755f64
bash completion: Complete files names after 'guix build -L'.
...
* etc/completion/bash/guix (_guix_complete): Complete files names after 'guix
build -L'.
2018-07-03 06:58:51 +03:00
Kei Kebreau
6104f922ee
gnu: units: Update to 2.17.
...
* gnu/packages/maths.scm (units): Update to 2.17.
2018-07-02 21:12:55 -04:00
Gábor Boskovits
673135df30
gnu: icedtea Work around gcc segfault.
...
* gnu/packages/java.scm (icedtea-8)[native-inputs]: Add icedtea-7
patch to hotspot.
2018-07-03 02:07:14 +02:00
Leo Famulari
86163a017b
gnu: libgit2: Update to 0.26.4 [fixes CVE-2018-11235].
...
* gnu/packages/version-control.scm (libgit2): Update to 0.26.4.
(source): Adjust patch name.
* gnu/packages/patches/libgit2-0.25.1-mtime-0.patch: Rename to ...
* gnu/packages/patches/libgit2-mtime-0.patch: ... this.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
2018-07-02 19:47:46 -04:00
Gábor Boskovits
db024183c9
gnu: icedtea: Work around gcc segfault.
...
* gnu/packages/java.scm (icedtea-7)[native-inputs]: Add patch to hotspot.
* gnu/packages/patches/icedtea-7-hotspot-gcc-segfault-workaround.patch:
New file.
* gnu/local.mk (dist_patch_DATA): Add it.
2018-07-03 00:53:56 +02:00