From 70d458a709014d8bdcef613bfbca9e5fec680c7d Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Wed, 27 Aug 2025 19:46:11 +0200 Subject: [PATCH] gnu: Remove gupnp-1.4. * gnu/packages/gnome.scm (gupnp-1.4): Delete variable. Signed-off-by: Liliana Marie Prikler --- gnu/packages/gnome.scm | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 38341c6607b..5be6ca973cc 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -1464,32 +1464,6 @@ for creating UPnP devices and control points, written in C using (home-page "https://gitlab.gnome.org/GNOME/gupnp") (license license:lgpl2.0+))) -(define-public gupnp-1.4 - (package - (inherit gupnp) - (name "gupnp") - (version "1.4.0") - (source (origin - (method url-fetch) - (uri (string-append "mirror://gnome/sources/" name "/" - (version-major+minor version) "/" - name "-" version ".tar.xz")) - (sha256 - (base32 - "0vz3ifs8mi3zaz8zj8v27zfkf6xg82y39mcgqspa38jdp01gn3sr")))) - (arguments - (substitute-keyword-arguments (package-arguments gupnp) - ((#:phases phases) - #~(modify-phases #$phases - (add-after 'unpack 'meson-compatibility - (lambda _ - (substitute* "subprojects/gssdp-1.2.wrap" - (("provides") "provide")))))))) - (propagated-inputs - (modify-inputs (package-propagated-inputs gupnp) - (replace "libsoup" libsoup-minimal-2) - (replace "gssdp" gssdp-1.4))))) - (define-public gupnp-dlna (package (name "gupnp-dlna")