summary refs log tree commit diff
diff options
context:
space:
mode:
authorxeji <36407913+xeji@users.noreply.github.com>2018-06-25 11:47:46 +0200
committerGitHub <noreply@github.com>2018-06-25 11:47:46 +0200
commit1a54248903bf91007795fe10e4438150f839c406 (patch)
treefa81259372de566749103249d940c8d9f84808a9
parent2cf8dd3e4e4ac0c96dc96915c2cacb6d37fcce3a (diff)
parente1784a0435a3feb262293c7bcc7a3e594472cc38 (diff)
downloadnixlib-1a54248903bf91007795fe10e4438150f839c406.tar
nixlib-1a54248903bf91007795fe10e4438150f839c406.tar.gz
nixlib-1a54248903bf91007795fe10e4438150f839c406.tar.bz2
nixlib-1a54248903bf91007795fe10e4438150f839c406.tar.lz
nixlib-1a54248903bf91007795fe10e4438150f839c406.tar.xz
nixlib-1a54248903bf91007795fe10e4438150f839c406.tar.zst
nixlib-1a54248903bf91007795fe10e4438150f839c406.zip
Merge pull request #42451 from worldofpeace/lollypop-0.9.515
lollypop: 0.9.514 -> 0.9.516
-rw-r--r--pkgs/applications/audio/lollypop/default.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/applications/audio/lollypop/default.nix b/pkgs/applications/audio/lollypop/default.nix
index 50356eaadd50..3b967186112b 100644
--- a/pkgs/applications/audio/lollypop/default.nix
+++ b/pkgs/applications/audio/lollypop/default.nix
@@ -3,18 +3,20 @@
 , python36Packages, gnome3, glib, gst_all_1 }:
 
 stdenv.mkDerivation rec  {  
-  version = "0.9.514";
+  version = "0.9.516";
   name = "lollypop-${version}";
 
   src = fetchgit {
     url = "https://gitlab.gnome.org/World/lollypop";
     rev = "refs/tags/${version}";
     fetchSubmodules = true;
-    sha256 = "0ny8c5apldhhrcjl3wz01pbyjvf60b7xy39mpvbshvdpnqlnqsca";
+    sha256 = "0ln77cmcl5wi4xis9kmzg0knbykzwsd1n78rr7ff5y35m9p2zgrf";
   };
 
   nativeBuildInputs = with python36Packages; [
+    appstream-glib
     desktop-file-utils
+    gobjectIntrospection
     meson
     ninja
     pkgconfig
@@ -22,9 +24,7 @@ stdenv.mkDerivation rec  {
     wrapPython
   ];
 
-  buildInputs = [
-    appstream-glib glib gobjectIntrospection
-  ] ++ (with gnome3; [
+  buildInputs = [ glib ] ++ (with gnome3; [
     easytag gsettings_desktop_schemas gtk3 libsecret libsoup totem-pl-parser
   ]) ++ (with gst_all_1; [
     gst-libav gst-plugins-bad gst-plugins-base gst-plugins-good gst-plugins-ugly