diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-08-27 19:46:11 +0200 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2025-09-04 11:13:05 +0200 |
| commit | 70d458a709014d8bdcef613bfbca9e5fec680c7d (patch) | |
| tree | 76f7762f7cc3c7257a347870dd39d0cdc12deb08 | |
| parent | 5bd5624982be773f1b1ab6e12077069c4105e810 (diff) | |
gnu: Remove gupnp-1.4.
* gnu/packages/gnome.scm (gupnp-1.4): Delete variable.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| -rw-r--r-- | gnu/packages/gnome.scm | 26 |
1 files changed, 0 insertions, 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") |
