aboutsummaryrefslogtreecommitdiff
path: root/tests/cve-sample.json
diff options
context:
space:
mode:
authorRaghav Gururajan <rg@raghavgururajan.name>2021-03-12 08:51:02 -0500
committerRaghav Gururajan <rg@raghavgururajan.name>2021-03-26 15:27:20 -0400
commit2e0eb1c946543be5bdc61c17379e048cade6cb3d (patch)
tree9b09f8f05918e629f533e23fc0c8e648f178e690 /tests/cve-sample.json
parentcb4d52f1f81849b3b52ff222188aba250d68b14b (diff)
downloadguix-2e0eb1c946543be5bdc61c17379e048cade6cb3d.tar.gz
guix-2e0eb1c946543be5bdc61c17379e048cade6cb3d.zip
gnu: gtk-doc: Change build-system.
* gnu/packages/gtk.scm (gtk-doc) [build-system]: Change from gnu to glib-or-gtk. Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
Diffstat (limited to 'tests/cve-sample.json')
0 files changed, 0 insertions, 0 deletions
ogy.org> muradm 2022-01-17services: pam-mount: Add support for sddm login manager....I noticed that pam_mount mounts work fine when loging into a textual session, but not when using sddm. This patch fixes this problem by ensuring that pam_mount.so is included in /etc/pam.d/sddm config file. * gnu/services/pam-mount.scm (pam-mount-pam-service): Add sddm to the list of pam services. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Nick Zalutskiy