diff options
| author | Maxim Cournoyer <maxim@guixotic.coop> | 2026-08-31 13:56:39 +0900 |
|---|---|---|
| committer | Maxim Cournoyer <maxim@guixotic.coop> | 2026-08-31 13:57:52 +0900 |
| commit | 47271c7ca95bdcd16f9441a32f9d4ba350eeb478 (patch) | |
| tree | 6c5c4bf15100522b2702883a975e859ca1f942db | |
| parent | ad71355b8cbb8f0ca9f0bca8135fa70e4b3aff72 (diff) | |
gnu: Remove gssdp-1.4.
* gnu/packages/gnome.scm (gssdp-1.4): Delete variable.
| -rw-r--r-- | gnu/packages/gnome.scm | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 5670eea7445..9904c0d4d3e 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm | |||
| @@ -1319,25 +1319,6 @@ a debugging tool, @command{gssdp-device-sniffer}.") | |||
| 1319 | (home-page "https://gitlab.gnome.org/GNOME/gssdp") | 1319 | (home-page "https://gitlab.gnome.org/GNOME/gssdp") |
| 1320 | (license license:lgpl2.0+))) | 1320 | (license license:lgpl2.0+))) |
| 1321 | 1321 | ||
| 1322 | (define-public gssdp-1.4 | ||
| 1323 | (package | ||
| 1324 | (inherit gssdp) | ||
| 1325 | (name "gssdp") | ||
| 1326 | (version "1.4.0.1") | ||
| 1327 | (source (origin | ||
| 1328 | (method url-fetch) | ||
| 1329 | (uri (string-append "mirror://gnome/sources/" name "/" | ||
| 1330 | (version-major+minor version) "/" | ||
| 1331 | name "-" version ".tar.xz")) | ||
| 1332 | (sha256 | ||
| 1333 | (base32 | ||
| 1334 | "10hm8cgh2p8441xc83kswjgghrrqpzgblvc5523jp0pvayfq8xl6")))) | ||
| 1335 | (arguments | ||
| 1336 | (list #:configure-flags | ||
| 1337 | #~(list "-Dgtk_doc=true"))) | ||
| 1338 | (propagated-inputs (modify-inputs propagated-inputs | ||
| 1339 | (replace "libsoup" libsoup-minimal-2))))) | ||
| 1340 | |||
| 1341 | (define-public gupnp | 1322 | (define-public gupnp |
| 1342 | (package | 1323 | (package |
| 1343 | (name "gupnp") | 1324 | (name "gupnp") |
