[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#49957] [PATCH] gnu: p11-kit: Fix certificate errors from flatpak ap
From: |
Ludovic Courtès |
Subject: |
[bug#49957] [PATCH] gnu: p11-kit: Fix certificate errors from flatpak apps |
Date: |
Wed, 27 Oct 2021 16:27:43 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) |
Hi,
John Kehayias <john.kehayias@protonmail.com> skribis:
> Flatpak's dependency doesn't show up on a guix refresh
> --list-dependents p11-kit, as it comes through some other package
> somehow (I never looked how exactly). But I guess that is more "using"
> than needing to build against? Wondering if there are some hidden
> runtime cases to look out for. (Probably more relevant when thinking
> of changing that configure flag?)
‘guix refresh -l’ doesn’t list all the dependents, only the “contour”:
--8<---------------cut here---------------start------------->8---
$ guix refresh -l p11-kit@0.23
Building the following 40 packages would ensure 81 dependent packages are
rebuilt: inxi@3.3.07-1 autofs@5.1.8 network-manager-openvpn@1.8.12
network-manager-vpnc@1.2.6 eolie@0.9.101 gramps@5.1.4 glimpse@0.2.0
openttd@1.11.2 gimp-fourier@0.4.3-2 gimp-resynthesizer@2.0.3 gmic-qt-gimp@2.9.7
rapid-photo-downloader@0.9.18 entangle@3.0 gnome-todo@3.28.1 geary@3.34.1
chatty@0.1.17 shotwell@0.30.12 rhythmbox@3.4.4 gnome-photos@3.34.2
claws-mail@4.0.0 seahorse@3.36.2 network-manager-openconnect@1.2.6
evolution@3.34.2 gnome-music@3.34.5 gnome-tweaks@3.34.1 lxde@0.99.2
caja-extensions@1.24.1 spacefm@1.0.6 xfce@4.16.0 vinagre@3.22.0 liferea@1.13.4
remmina@1.4.20 arc-theme@20201013 gnome-shell-extension-gsconnect@33
numix-gtk-theme@2.6.7 gnome@3.34.5 mate@1.24.1 surf@2.1 midori@9.0 eid-mw@5.0.28
--8<---------------cut here---------------end--------------->8---
To see them all, try this:
guix graph -t reverse-package p11-kit@0.23 | xdot -
HTH,
Ludo’.