Age | Commit message (Collapse) | Author |
|
* gnu/packages/emacs-xyz.scm (emacs-org)[arguments]: Add a phase to install
info file and refcard.
|
|
* gnu/packages/emacs-xyz.scm (emacs-ebuild-mode)[arguments]: Build and install
documentation in a new phase.
[native-inputs]: Add "texinfo".
|
|
[[PGP Signed Part:No public key for 7C7AFFBEFEF2CB25 created at 2020-04-12T07:33:34+0200 using RSA]]
* gnu/packages/emacs-xyz.scm (emacs-ebuild-mode): Update to 1.50.
(needs info installation)
From cc87b443a6dd94b07d711ec792fe1b6f1ac3e6d4 Mon Sep 17 00:00:00 2001
From: Michael Rohleder <mike@rohleder.de>
Date: Sun, 12 Apr 2020 07:19:44 +0200
Subject: [PATCH] gnu: emacs-ebuild-mode: Update to 1.50.
* gnu/packages/emacs-xyz.scm (emacs-ebuild-mode): Update to 1.50.
|
|
* gnu/packages/emacs-xyz.scm (emacs-psc-ide): Add a comment about versioning.
|
|
* gnu/packages/emacs-xyz.scm (emacs-psc-ide): New variable.
|
|
* gnu/packages/syncthing.scm (go-github-com-audriusbutkevicius-pfilter)
[version]: Correctly identify commit as version tag 0.0.5.
|
|
* gnu/packages/monitoring.scm (python-prometheus-client): Update to 0.7.1.
* gnu/packages/python-xyz.scm (python-prometheus-client): Remove
variable.
* gnu/packages/monitoring.scm: Import (gnu packages monitoring).
|
|
|
|
|
|
|
|
* gnu/packages/xfce.scm (xfce4-whiskermenu-plugin): Update to 2.4.3.
|
|
* gnu/packages/xfce.scm (xfce4-pulseaudio-plugin): Update to 0.4.3.
[source]: Hard-code NAME.
|
|
* gnu/packages/xfce.scm (xfce4-clipman-plugin): Update to 1.6.1.
|
|
* gnu/packages/xfce.scm (xfce4-screensaver): Update to 0.1.10.
|
|
* gnu/packages/xfce.scm (xfce4-session): Update to 4.14.2.
[source]: Hard-code NAME.
[description]: Tweak.
|
|
* gnu/packages/xfce.scm (garcon): Update to 0.7.0.
|
|
* gnu/packages/xfce.scm (exo): Update to 0.12.11.
|
|
* gnu/packages/databases.scm (ephemeralpg): Update to 3.0.
[arguments]: Set #:test-target and use the standard ‘check’ phase.
|
|
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'.
|
|
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.
|
|
* gnu/packages/perl6.scm (moarvm)[inputs]: Move LIBFFI ...
[propagated-inputs]: ... here.
|
|
* gnu/packages/lxqt.scm (pcmanfm-qt)[inputs]: Remove GLIB:BIN.
[arguments]: Remove phase 'wrap-glib'.
|
|
* 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.
|
|
* gnu/packages/gimp.scm (gimp-resynthesizer)[source]: Download using
git-fetch.
[arguments]: Remove stray tabs.
|
|
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>
|
|
* gnu/packages/gimp.scm (libmypaint): Upgrade to 1.5.1.
|
|
* 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.
|
|
* 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.
|
|
* 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.
|
|
* gnu/packages/tls.scm (openssl)[arguments]: Add `i586' => hurd-x86 platform
setting.
|
|
* gnu/system/hurd.scm (%base-packages/hurd): Add GUILE-COLORIZED and
GUILE-READLINE.
(cross-hurd-image)[hurd-directives]: Add /root/.guile.
|
|
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.
|
|
* 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'.
|
|
* gnu/packages/hurd.scm (hurd-rc-script): Start the console client.
|
|
* 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.
|
|
* gnu/system/hurd.scm (cross-hurd-image): Add /etc/{hostname,motd,login}
and /root.
|
|
This allows login.c to succeed for root.
* gnu/system/hurd.scm (cross-hurd-image): Link /bin/sh to full the full bash.
|
|
* gnu/system/hurd.scm: Generate hard-coded /etc/{passwd,shadow},
allows running chown in MAKEDEV and loggin in.
|
|
* gnu/packages/hurd.scm (hurd): Substitute /libexec/.
* gnu/system/hurd.scm (cross-hurd-image): Add symlink /etc/ttys =>
<hurd>/etc/ttys.
|
|
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.
|
|
* gnu/system/hurd.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
|
|
* 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'.
|
|
* gnu/build/linux-boot.scm (make-hurd-device-nodes): New procedure.
|
|
* gnu/build/linux-boot.scm (make-essential-device-nodes): Change 'root'
to an optional parameter.
* gnu/build/vm.scm (root-partition-initializer): Adjust accordingly.
|
|
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.
|
|
* guix/store/database.scm (reset-timestamps): Add
#:preserve-permissions? and honor it.
|
|
* gnu/packages/guile.scm (guile-3.0)[arguments]: New field.
|
|
* 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.
|
|
* gnu/packages/hurd.scm (unifont): New variable.
(hurd)[arguments]: In 'install-goodies' phase, install
OUT/share/hurd/vga-system.bdf.
[inputs]: Add UNIFONT.
|
|
* gnu/packages/hurd.scm (hurd)[inputs]: Add dependency on libdaemon.
[native-inputs]: Add PKG-CONFIG.
|