bug#65924: [PATCH core-updates 2/3] gnu: git: Invert inheritance relationship.

2023-10-08 Thread Liliana Marie Prikler
Am Samstag, dem 07.10.2023 um 23:18 -0400 schrieb Maxim Cournoyer: > It's simpler to add features on top of a minimal variant than to > remove them, and helps avoiding mistakenly changing git-minimal, > which has many dependents. > > * gnu/packages/version-control.scm (git-minimal): Move above git

bug#65924: [PATCH core-updates 1/3] gnu: git: Remove labels and use gexps.

2023-10-08 Thread Liliana Marie Prikler
Am Samstag, dem 07.10.2023 um 23:18 -0400 schrieb Maxim Cournoyer: > * gnu/packages/version-control.scm (git) > [native-inputs, inputs]: Remove labels. > [arguments]: Use gexps.  Use gexp variables input searching > procedures where it makes sense. > --- Heads-up, the additional completions I'm ins

bug#66227: [bug#66225] [PATCH v3] gnu: emacs-next-minimal: Apply Guix patches.

2023-10-08 Thread Andrew Tropin
On 2023-10-08 08:55, Liliana Marie Prikler wrote: > Am Samstag, dem 07.10.2023 um 09:56 +0400 schrieb Andrew Tropin: >> On 2023-10-06 17:58, Liliana Marie Prikler wrote: >> >> > * gnu/packages/patches/emacs-next-native-comp-driver-options.patch: >> > Add file. >> > * gnu/packages/patches/emacs-ne

bug#66339: [PATCH gnome-team v6] gnu: dbus-service: make the session available under /run/dbus

2023-10-08 Thread Vivien Kraus via Bug reports for GNU Guix
According to https://gitlab.gnome.org/GNOME/glib/-/merge_requests/3101, glib now searches for the session bus socket in runstatedir. The dbus service must thus have its socket in /run/dbus. For interoperability with the dbus standard, /run/dbus is also symlinked to /var/run/dbus. * gnu/services/d

bug#55136: keepassxc segfaults when merging databases

2023-10-08 Thread Csepp
Maxim Cournoyer writes: > Hello, > > raingloom writes: > >> On Thu, 09 Jun 2022 23:42:35 -0400 >> Aurora wrote: >> >>> Maxim Cournoyer writes: >>> >> Strange, I use keepassxc regularly for a long time now and I've >>> >> never seen it crash. Though I don't do complex stuff such as >>> >> mer

bug#61882: emacs-next-pgtk does not find emacs-org-roam, other path issues

2023-10-08 Thread Csepp
Maxim Cournoyer writes: > tags 61882 +notabug > quit I don't think notabug applies until we actually know the root cause. > Hello, > > Csepp writes: > >> (Jump forward a bit, this is a bit stream-of-consciousness-y, I >> wrote >> things down as I was debugging things. TLDR: profile got corru

bug#66339: [PATCH gnome-team v6] gnu: dbus-service: make the session available under /run/dbus

2023-10-08 Thread Liliana Marie Prikler
Am Mittwoch, dem 04.10.2023 um 12:47 +0200 schrieb Vivien Kraus: > According to > https://gitlab.gnome.org/GNOME/glib/-/merge_requests/3101, glib > now searches for the session bus socket in runstatedir. The dbus > service must thus have its socket in /run/dbus. > > For interoperability with the d

bug#66339: Gnome-team dbus socket in /var/run/dbus, not /run/dbus

2023-10-08 Thread Bruno Victal
Hi, On 2023-10-07 15:39, Maxim Cournoyer wrote: > Hi, > > Vivien Kraus writes: > >> Glib has made /run the default runstatedir: >> >> https://gitlab.gnome.org/GNOME/glib/-/merge_requests/3101 >> >> However, in Guix, the default runstatedir is /var/run. >> >> * gnu/packages/glib.scm (glib): Set

bug#66027: [PATCH] build: Add a commit-msg hook that embeds Change-Id in commit messages.

2023-10-08 Thread Maxim Cournoyer
Partially implements . This will make it possible to track a merged commit back to its original posting on the mailing list, and open the door to new opportunities such as closing fully merged series automatically. * Makefile.am (COMMIT_MSG_MAGIC): New variable.

bug#61882: emacs-next-pgtk does not find emacs-org-roam, other path issues

2023-10-08 Thread Maxim Cournoyer
Hi, Csepp writes: > Maxim Cournoyer writes: > >> tags 61882 +notabug >> quit > > I don't think notabug applies until we actually know the root cause. Sadly I don't think there's anything actionable here until you can reproduce the problem and share the recipe with us, so I wanted to close the

bug#59364: gnome clocks does not start due to missing libGLES.so

2023-10-08 Thread John Kehayias via Bug reports for GNU Guix
On Sat, Oct 07, 2023 at 09:32 PM, Simon Streit wrote: > John Kehayias writes: > >> Is this the same issue as in ? With >> potential fix ? I'm looking to >> include this on the next mesa-updates round coming up soon. > > Yes, it