Do not try to create $localstatedir as we cannot do this when it is /var. --- lirc-0.9.2a/daemons/Makefile.in +++ lirc-0.9.2a/daemons/Makefile.in @@ -790,9 +790,6 @@ uninstall-local uninstall-sbinPROGRAMS -install-exec-local: - test -d $(DESTDIR)$(varrundir)/$(PACKAGE) \ - || mkdir -p $(DESTDIR)$(varrundir)/$(PACKAGE) uninstall-local: -$(RM) $(DESTDIR)$(varrundir)/$(PACKAGE)/lircd 'logo' rowspan='2'>cgit logo index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/rednotebook.scm
AgeCommit message (Expand)Author
2024-05-06gnu: rednotebook: Correctly wrap the binary....* gnu/packages/rednotebook.scm (rednotebook)[arguments]: Adjust the 'wrap-with-library-paths phase to use the correct webkitgtk input. Remove trailing #t. Change-Id: I3d245f279ca704ab34023a8977a2c6f1003302ab Efraim Flashner
2023-12-08gnu: Make webkitgtk-next the new webkitgtk....As of version 2.42.0, the WebKit 6.0 typelib is considered stable. With GNOME itself moving to GTK4 as time marches on, we should reflect the fact that this is the preferred Webkit for future applications. * gnu/packages/webkit.scm (webkitgtk-next): Remove variable. Inline logic… (webkitgtk): … here. Move old value … (webkitgtk-for-gtk3): … here. (webkitgtk-with-libsoup2): Inherit from webkitgtk-for-gtk3. * gnu/packages/geo.scm (gnome-maps): Adjust accordingly. * gnu/packages/gnome.scm (gnome-initial-setup, sushi) (cambalache, devhelp, devhelp-with-libsoup2, gnome-online-accounts) (gnome-online-accounts-3.44, evolution-data-server, evolution-data-server-3.44) (lollypop, evolution, gnome-boxes, geary, komikku): Likewise. * gnu/packages/guile-xyz.scm (guile-gi, nomad): Likewise. * gnu/packages/lisp-xyz.scm (sbcl-cl-webkit): Likewise. * gnu/packages/mail.scm (balsa): Likewise. * gnu/packages/mate.scm (atril): Likewise. * gnu/packages/music.scm (ctrlr): Likewise. * gnu/packages/rednotebook.scm (rednotebook): Likewise. * gnu/packages/syndication.scm (gfeeds): Likewise. * gnu/packages/telegram.scm (telegram-desktop): Likewise. * gnu/packages/vnc.scm (remmina): Likewise. * gnu/packages/web-browsers.scm (nyxt): Likewise. Liliana Marie Prikler