Tobias Geerinckx-Rice
aec0ae2712
gnu: xfce4-whiskermenu-plugin: Update to 2.4.3.
...
* gnu/packages/xfce.scm (xfce4-whiskermenu-plugin): Update to 2.4.3.
2020-04-12 00:13:15 +02:00
Tobias Geerinckx-Rice
347c833be5
gnu: xfce4-pulseaudio-plugin: Update to 0.4.3.
...
* gnu/packages/xfce.scm (xfce4-pulseaudio-plugin): Update to 0.4.3.
[source]: Hard-code NAME.
2020-04-12 00:13:15 +02:00
Tobias Geerinckx-Rice
10f04aec49
gnu: xfce4-clipman-plugin: Update to 1.6.1.
...
* gnu/packages/xfce.scm (xfce4-clipman-plugin): Update to 1.6.1.
2020-04-12 00:13:15 +02:00
Tobias Geerinckx-Rice
0db448768b
gnu: xfce4-screensaver: Update to 0.1.10.
...
* gnu/packages/xfce.scm (xfce4-screensaver): Update to 0.1.10.
2020-04-12 00:13:15 +02:00
Tobias Geerinckx-Rice
8ab88f6f5b
gnu: xfce4-session: Update to 4.14.2.
...
* gnu/packages/xfce.scm (xfce4-session): Update to 4.14.2.
[source]: Hard-code NAME.
[description]: Tweak.
2020-04-12 00:13:14 +02:00
Tobias Geerinckx-Rice
cc86d5254b
gnu: garcon: Update to 0.7.0.
...
* gnu/packages/xfce.scm (garcon): Update to 0.7.0.
2020-04-12 00:13:14 +02:00
Tobias Geerinckx-Rice
0e1662a6cd
gnu: exo: Update to 0.12.11.
...
* gnu/packages/xfce.scm (exo): Update to 0.12.11.
2020-04-12 00:13:14 +02:00
Tobias Geerinckx-Rice
6c54d06ec1
gnu: ephemeralpg: Update to 3.0.
...
* gnu/packages/databases.scm (ephemeralpg): Update to 3.0.
[arguments]: Set #:test-target and use the standard ‘check’ phase.
2020-04-12 00:13:14 +02:00
Ludovic Courtès
27a1e4fd10
build: Cap build parallelism on i686.
...
Works around <https://bugs.gnu.org/40522 >.
* build-aux/compile-all.scm (parallel-job-count*): New procedure.
<top level>: Use it instead of 'parallel-job-count'.
2020-04-12 00:00:59 +02:00
Ludovic Courtès
f4ec5e1a98
gnu: gdm: Don't offer GNOME when it's not in the system profile.
...
Fixes <https://bugs.gnu.org/37831 >.
Reported by Pierre Neidhardt <mail@ambrevar.xyz>.
* gnu/packages/patches/gdm-default-session.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/gnome.scm (gdm)[source]: Use it.
2020-04-11 23:58:49 +02:00
Marius Bakke
8035e63cd6
gnu: moarvm: Propagate libffi.
...
* gnu/packages/perl6.scm (moarvm)[inputs]: Move LIBFFI ...
[propagated-inputs]: ... here.
2020-04-11 23:48:05 +02:00
Marius Bakke
2d1f79229c
gnu: pcmanfm-qt: Remove obsolete workaround.
...
* gnu/packages/lxqt.scm (pcmanfm-qt)[inputs]: Remove GLIB:BIN.
[arguments]: Remove phase 'wrap-glib'.
2020-04-11 23:48:04 +02:00
Arun Isaac
a1da0fb20b
gnu: dino: Update to 0.1.0.
...
* gnu/packages/messaging.scm (dino): Update to 0.1.0.
[source]: Replace git repository with release tarball.
[arguments]: Remove "-DSHARED_SIGNAL_PROTOCOL=yes" configure flag. Remove
unpack-sources phase.
[native-inputs]: Remove libsignal-protocol-c-source.
2020-04-12 03:03:21 +05:30
Efraim Flashner
48e961a5ab
gnu: gimp-resynthesizer: Don't use unstable tarball.
...
* gnu/packages/gimp.scm (gimp-resynthesizer)[source]: Download using
git-fetch.
[arguments]: Remove stray tabs.
2020-04-12 00:05:30 +03:00
Florian Pelz
557e6820a7
installer: Load uvesafb kernel module.
...
Fixes <https://bugs.gnu.org/40538 >.
Machines without Kernel Mode Setting (those with many old and current AMD
GPUs, SiS GPUs, …) need uvesafb to show the GUI installer. Some may also need
a kernel parameter like nomodeset or vga=793, but we leave that for the user
to specify in GRUB.
* gnu/system/install.scm (uvesafb-shepherd-service): New procedure.
(uvesafb-service-type): New variable.
(%installation-services): Add it.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2020-04-11 22:59:35 +02:00
Efraim Flashner
ec37ff199c
gnu: libmypaint: Upgrade to 1.5.1.
...
* gnu/packages/gimp.scm (libmypaint): Upgrade to 1.5.1.
2020-04-11 23:17:19 +03:00
Jan (janneke) Nieuwenhuizen
7eee37cd56
gnu: gnutls-3.6.13: Cross-build fix.
...
* gnu/packages/patches/gnutls-cross.patch: New file.
* gnu/packages/tls.scm (gnutls-3.6.13)[source]: Use it.
[native-inputs]: If cross-compiling, add native guile-3.0. This
actually cross compiles .go modules.
2020-04-11 21:29:29 +02:00
Jan (janneke) Nieuwenhuizen
541122957c
gnu: guile-json: Cross-build fix.
...
* gnu/packages/patches/guile-json-cross.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/guile.scm (guile-json-3)[source]: Use it.
[arguments]: Remove configure to trigger bootstrap phase.
2020-04-11 21:29:29 +02:00
Jan (janneke) Nieuwenhuizen
6a39cbe722
gnu: openssh: Build fix for the Hurd.
...
* gnu/packages/patches/openssh-hurd.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/ssh.scm (openssh)[source]: Use it.
[inputs]: If hurd-target? is true, omit xauth.
2020-04-11 21:29:29 +02:00
Jan (janneke) Nieuwenhuizen
a58f3708b2
gnu: openssl: Support cross-compilation to the Hurd.
...
* gnu/packages/tls.scm (openssl)[arguments]: Add `i586' => hurd-x86 platform
setting.
2020-04-11 21:29:29 +02:00
Ludovic Courtès
5084fd3854
system: hurd: Add guile-candy.
...
* gnu/system/hurd.scm (%base-packages/hurd): Add GUILE-COLORIZED and
GUILE-READLINE.
(cross-hurd-image)[hurd-directives]: Add /root/.guile.
2020-04-11 21:03:05 +02:00
Jan (janneke) Nieuwenhuizen
db047a482c
system: hurd: Add net-base and inetutils, and /etc/{services,protocols}.
...
This fixes
In procedure getaddrinfo: Servname not supported for ai_socktype
* gnu/system/hurd.scm (%base-packages/hurd): Add net-base, inetutils.
(cross-hurd-image): Add /etc/{services,protocols} from net-base.
2020-04-11 21:02:45 +02:00
Ludovic Courtès
c621269404
system: hurd: Create a proper profile.
...
* gnu/system/hurd.scm (compile-manifest): New procedure.
(cross-hurd-image)[for-hurd, hurd-os]: Remove.
[cross-built, cross-built-entry]: New procedures.
[system-profile]: New variable.
[grub.cfg]: Use 'cross-built'.
[profile]: Rename to...
[etc-profile]: ... this, and adjust accordingly.
[hurd-directives]: Create /run/current-system/profile and /etc/profile.
Adjust arguments to 'qemu-image'.
2020-04-11 21:01:32 +02:00
Ludovic Courtès
df0010a9dc
gnu: hurd: "/libexec/rc" spawns the console client.
...
* gnu/packages/hurd.scm (hurd-rc-script): Start the console client.
2020-04-11 21:01:10 +02:00
Jan (janneke) Nieuwenhuizen
da987ece8f
system: hurd: Add root profile.
...
* gnu/system/hurd.scm (%base-packages/hurd): New variable.
(cross-hurd-image)[for-hurd]: New function.
(cross-hurd-image)[hurd-os]: Use them.
(cross-hurd-image)[profile]: Hack'y .profile for root, only setting PATH.
2020-04-11 21:01:09 +02:00
Ludovic Courtès
5fbf4f85e1
system: hurd: Create /etc/{hostname,motd,login} and /root.
...
* gnu/system/hurd.scm (cross-hurd-image): Add /etc/{hostname,motd,login}
and /root.
2020-04-11 21:01:09 +02:00
Jan (janneke) Nieuwenhuizen
fe1f9646b4
system: hurd: Add "/bin/sh" symlink.
...
This allows login.c to succeed for root.
* gnu/system/hurd.scm (cross-hurd-image): Link /bin/sh to full the full bash.
2020-04-11 21:01:09 +02:00
Jan (janneke) Nieuwenhuizen
6598c6149b
system: hurd: Add /etc/{passwd,shadow}.
...
* gnu/system/hurd.scm: Generate hard-coded /etc/{passwd,shadow},
allows running chown in MAKEDEV and loggin in.
2020-04-11 21:01:09 +02:00
Jan (janneke) Nieuwenhuizen
cd4faab563
system: hurd: Add ttys symlink in "/etc/ttys".
...
* gnu/packages/hurd.scm (hurd): Substitute /libexec/.
* gnu/system/hurd.scm (cross-hurd-image): Add symlink /etc/ttys =>
<hurd>/etc/ttys.
2020-04-11 21:01:09 +02:00
Jan (janneke) Nieuwenhuizen
379d0f5184
system: hurd: Add "/etc/fstab".
...
This allows running
mount -o remount,rw /
successfully.
* gnu/system/hurd.scm (cross-hurd-image): Create a hard coded fstab and add it
to hurd-os.
2020-04-11 21:01:09 +02:00
Ludovic Courtès
a9f7993ea7
Add (gnu system hurd).
...
* gnu/system/hurd.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
2020-04-11 21:01:01 +02:00
Ludovic Courtès
cd45d656f1
vm: Make the device node procedure a parameter.
...
* gnu/build/vm.scm (root-partition-initializer): Add #:make-device-nodes
parameter and use it.
* gnu/system/vm.scm (qemu-image): Add #:device-node parameter. Pass
#:make-device-nodes to 'root-partition-initializer'.
2020-04-11 20:59:40 +02:00
Ludovic Courtès
ac61e876a4
linux-boot: Add 'make-hurd-device-nodes'.
...
* gnu/build/linux-boot.scm (make-hurd-device-nodes): New procedure.
2020-04-11 20:59:20 +02:00
Ludovic Courtès
683cba75ea
linux-boot: 'make-essential-device-nodes' root parameter is optional.
...
* gnu/build/linux-boot.scm (make-essential-device-nodes): Change 'root'
to an optional parameter.
* gnu/build/vm.scm (root-partition-initializer): Adjust accordingly.
2020-04-11 20:48:12 +02:00
Ludovic Courtès
6a488a3504
vm: Preserve file permissions on /dev.
...
Previously, when REGISTER-CLOSURES? was false, we'd set all the files
under /dev to #o644, including /dev/null, /dev/zero, etc.
* gnu/build/vm.scm (root-partition-initializer): Call 'reset-timestamps'
separately for /dev, with #:preserve-permissions? #t.
2020-04-11 20:48:12 +02:00
Ludovic Courtès
7fa6155b23
database: 'reset-timestamps' can optionally preserve permissions.
...
* guix/store/database.scm (reset-timestamps): Add
#:preserve-permissions? and honor it.
2020-04-11 20:48:12 +02:00
Ludovic Courtès
916ec91f23
gnu: guile@3: Disable JIT on GNU/Hurd.
...
* gnu/packages/guile.scm (guile-3.0)[arguments]: New field.
2020-04-11 19:22:27 +02:00
Jan (janneke) Nieuwenhuizen
1c4268e414
gnu: cross-libc: Add patch to allow 'gettyent' reading store file names.
...
* gnu/packages/patches/glibc-hurd-gettyent.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/cross-base.scm (cross-libc): Add it in 'patch-libc/hurd' phase
when 'hurd-target?' is true.
2020-04-11 19:22:27 +02:00
Ludovic Courtès
ad3bbeadb4
gnu: hurd: Install a BDF font.
...
* gnu/packages/hurd.scm (unifont): New variable.
(hurd)[arguments]: In 'install-goodies' phase, install
OUT/share/hurd/vga-system.bdf.
[inputs]: Add UNIFONT.
2020-04-11 19:22:27 +02:00
Ludovic Courtès
1d5fc9f7a7
gnu: hurd: Add dependency on libdaemon.
...
* gnu/packages/hurd.scm (hurd)[inputs]: Add dependency on libdaemon.
[native-inputs]: Add PKG-CONFIG.
2020-04-11 19:22:26 +02:00
Ludovic Courtès
5ea5d0512f
gnu: libdaemon: Cross-build with --localstatedir=/var.
...
* gnu/packages/libdaemon.scm (libdaemon)[arguments]: Add
"--localstatedir=/var" when (%current-target-system) is true.
2020-04-11 19:22:26 +02:00
Ludovic Courtès
a16022a7b8
gnu: libdaemon: Allow cross-compilation.
...
* gnu/packages/libdaemon.scm (libdaemon)[arguments]: New field.
2020-04-11 19:22:26 +02:00
Ludovic Courtès
abbeaf5450
gnu: hurd: Add dependency on libgcrypt.
...
* gnu/packages/hurd.scm (hurd)[inputs]: Add LIBGCRYPT.
[native-inputs]: Likewise.
2020-04-11 19:22:26 +02:00
Jan (janneke) Nieuwenhuizen
7e7033d16e
gnu: libgcrypt: Fix cross-compilation.
...
This works around
/gnu/store/pwcp239kjf7lnj5i4lkdzcfcxwcfyk72-bash-minimal-5.0.16/bin/bash ../libtool --tag=CC --mode=link i586-pc-gnu-gcc -I/gnu/store/8x9dhckldm6iy1digklfanmvdaizq11f-libgpg-error-1.37/include -g -O2 -fvisibility=hidden -fno-delete-null-pointer-checks -Wall -o mpicalc mpicalc-mpicalc.o libgcrypt.la -L/gnu/store/8x9dhckldm6iy1digklfanmvdaizq11f-libgpg-error-1.37/lib -lgpg-error
i586-pc-gnu-ld: ./.libs/libgcrypt.so: undefined reference to `_gcry_mpih_lshift'
i586-pc-gnu-ld: ./.libs/libgcrypt.so: undefined reference to `_gcry_mpih_add_n'
i586-pc-gnu-ld: ./.libs/libgcrypt.so: undefined reference to `_gcry_mpih_addmul_1'
i586-pc-gnu-ld: ./.libs/libgcrypt.so: undefined reference to `_gcry_mpih_submul_1'
i586-pc-gnu-ld: ./.libs/libgcrypt.so: undefined reference to `_gcry_mpih_mul_1'
i586-pc-gnu-ld: ./.libs/libgcrypt.so: undefined reference to `_gcry_mpih_sub_n'
i586-pc-gnu-ld: ./.libs/libgcrypt.so: undefined reference to `_gcry_mpih_rshift'
* gnu/packages/gnupg.scm (libgcrypt)[arguments]: Disable assembly when
cross-compiling.
2020-04-11 19:22:26 +02:00
Ludovic Courtès
62a3bbfdfe
gnu: hurd: Install the UTF-8 motd.
...
* gnu/packages/hurd.scm (hurd)[arguments]: Add 'install-goodies' phase.
2020-04-11 19:22:26 +02:00
Ludovic Courtès
29505c7d1e
gnu: hurd: Ensure startup scripts refer to the right programs.
...
* gnu/packages/hurd.scm (hurd)[arguments]: In 'set-file-names' phase, patch
startup.c, init.c, login.c, and daemons/runsystem/*. Add
'patch-libexec-shebangs' phase. Subtitute /libexec and /sbin, so that we may
run RC.
[inputs]: Add BASH-MINIMAL, COREUTILS, SED, GREP, and UTIL-LINUX.
2020-04-11 19:22:26 +02:00
Ludovic Courtès
b7e23a92a5
gnu: hurd: Record the right file name of 'login'.
...
* gnu/packages/hurd.scm (hurd)[arguments]: Add 'set-file-names' phase.
2020-04-11 19:22:26 +02:00
Ludovic Courtès
09ac892a95
gnu: hurd: Use a 32-bit MiG when cross-compiling.
...
* gnu/packages/hurd.scm (hurd)[native-inputs]: When
'%current-target-system' is true, pass #:system "i686-linux" to 'mig'.
2020-04-11 19:22:25 +02:00
Ludovic Courtès
7aad4609ae
gnu: cross-libc: Add patch to add 'mach_print' symbol on GNU/Hurd.
...
* gnu/packages/patches/glibc-hurd-mach-print.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/cross-base.scm (cross-libc): Add 'patch-libc/hurd' phase
when 'hurd-target?' is true.
2020-04-11 19:22:25 +02:00
Ludovic Courtès
f46cf8ef25
gnu: hurd: Provide our own /libexec/rc script.
...
* gnu/packages/hurd.scm (hurd-rc-script): New procedure.
(hurd)[inputs]: Add (hurd-rc-script).
2020-04-11 19:22:25 +02:00