diff options
| author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2025-10-04 20:26:07 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-03-06 14:53:09 +0100 |
| commit | 7f76cb2e205dd4505d0697ccc6e2906cef99f5d7 (patch) | |
| tree | 058d1e9170ed8be39c7ec8555c734ed58fa07703 | |
| parent | 7b4b9e531757f3850b519ff9bf0c4e95d44de2ac (diff) | |
gnu: Add libxdgp-origin.
* gnu/packages/gnome.scm (libxdgp-origin): New variable.
| -rw-r--r-- | gnu/packages/gnome.scm | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 619f7b3b493..a9ab05ecde9 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -13148,6 +13148,21 @@ provided there is a DBus service present: (simple-service 'ratbagd dbus-root-service-type (list libratbag))") (license license:gpl2))) +(define libgxdp-origin + ;; No releases nor tags. Use the latest commit that passes the project CI. + (let ((commit "e6c11f2812cad0a43e847ec97bfc1c67bf50be52") + (revision "0")) + (origin + (method git-fetch) + (uri (git-reference + (url "https://gitlab.gnome.org/GNOME/libgxdp") + (commit commit))) + (file-name (git-file-name "libgxdp" + (git-version "0.0.0" revision commit))) + (sha256 + (base32 + "1djfmwvcywbkpl9v8cs0b1hhylfd3fbrdk451vd16hwls46nf0v2"))))) + (define-public xdg-desktop-portal-gnome (package (name "xdg-desktop-portal-gnome") |
