* bug#37937: Lollypop missing propagated-input gsettings-desktop-schemas
@ 2019-10-26 20:39 Sam
2019-10-26 23:28 ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
0 siblings, 1 reply; 2+ messages in thread
From: Sam @ 2019-10-26 20:39 UTC (permalink / raw)
To: 37937
Hello,
lollypop is missing gsettings-desktop-schemas as dependency, and fails
to start without the package.
Below there is a patch where I tried to fix it, but since I couldn't
find out how to test the effect I chose to not send it to the patch
mailing list.
I'm sorry for the inconvenience.
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 8bb891bfb3..a6596bc92d 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7833,8 +7833,9 @@ views can be printed as PDF or PostScript files,
or exported to HTML.")
("totem-pl-parser" ,totem-pl-parser)
("webkitgtk" ,webkitgtk)))
(propagated-inputs
- `(;; gst-plugins-base is required to start Lollypop,
+ `(;; gst-plugins-base and gsettings-desktop-schemas are required
to start Lollypop,
;; the others are required to play streaming.
+ ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
("gst-plugins-good" ,gst-plugins-good)
("gst-plugins-ugly" ,gst-plugins-ugly)))
(home-page "https://wiki.gnome.org/Apps/Lollypop")
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#37937: Lollypop missing propagated-input gsettings-desktop-schemas
2019-10-26 20:39 bug#37937: Lollypop missing propagated-input gsettings-desktop-schemas Sam
@ 2019-10-26 23:28 ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
0 siblings, 0 replies; 2+ messages in thread
From: Tobias Geerinckx-Rice via Bug reports for GNU Guix @ 2019-10-26 23:28 UTC (permalink / raw)
To: Sam; +Cc: 37937-done
[-- Attachment #1: Type: text/plain, Size: 863 bytes --]
Sam,
Sam 写道:
> lollypop is missing gsettings-desktop-schemas as dependency, and
> fails
> to start without the package.
Thanks for reporting this, and for trying to fix it. I took a
different approach in commit
8ac8b3b3601560c4a455543435276a8cdf61b54e: propagation is, at
heart, a kluge, and one that should be avoided whenever
possible[0].
I'm closing this bug because it now works for me.
Could you pull, upgrade lollypop, and let me know whether it now
works for you?
> I couldn't find out how to test the effect
Assuming you already have a Guix git checkout to create the patch,
you simply:
$ guix environment guix
$ ./configure --localstatedir=/var
$ make -j `nproc`
$ ./pre-inst-env guix lollypop
…or something like that :-)
Kind regards,
T G-R
[0]: https://issues.guix.info/issue/36896
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-10-26 23:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-26 20:39 bug#37937: Lollypop missing propagated-input gsettings-desktop-schemas Sam
2019-10-26 23:28 ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).