unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: Sam <email_sam@posteo.de>
To: 37937@debbugs.gnu.org
Subject: bug#37937: Lollypop missing propagated-input gsettings-desktop-schemas
Date: Sat, 26 Oct 2019 22:39:52 +0200	[thread overview]
Message-ID: <a3ac82255ef97e6504de52e980b61315@posteo.de> (raw)

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")

             reply	other threads:[~2019-10-26 21:15 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-26 20:39 Sam [this message]
2019-10-26 23:28 ` bug#37937: Lollypop missing propagated-input gsettings-desktop-schemas Tobias Geerinckx-Rice via Bug reports for GNU Guix

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=a3ac82255ef97e6504de52e980b61315@posteo.de \
    --to=email_sam@posteo.de \
    --cc=37937@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).