mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: gupnp-1.4: Patch for meson compatibility.
* gnu/packages/gnome.scm (gupnp-1.4)[arguments]: Add phase 'meson-compatibility to patch section name. Change-Id: Ic33d283b4b8bca36527f17e93be78af216bd05cd
This commit is contained in:
parent
20abe2a27f
commit
2648f59e09
1 changed files with 12 additions and 3 deletions
|
@ -1465,9 +1465,18 @@ (define-public gupnp-1.4
|
|||
(sha256
|
||||
(base32
|
||||
"0vz3ifs8mi3zaz8zj8v27zfkf6xg82y39mcgqspa38jdp01gn3sr"))))
|
||||
(propagated-inputs (modify-inputs (package-propagated-inputs gupnp)
|
||||
(replace "libsoup" libsoup-minimal-2)
|
||||
(replace "gssdp" gssdp-1.4)))))
|
||||
(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
|
||||
|
|
Loading…
Reference in a new issue