Loading pkgs/applications/audio/lollypop/default.nix +23 −29 Original line number Diff line number Diff line Loading @@ -48,7 +48,8 @@ python3.pkgs.buildPythonApplication rec { wrapGAppsHook ]; buildInputs = with gst_all_1; [ buildInputs = with gst_all_1; [ gdk-pixbuf glib glib-networking Loading @@ -65,15 +66,10 @@ python3.pkgs.buildPythonApplication rec { totem-pl-parser ] ++ lib.optional lastFMSupport libsecret; propagatedBuildInputs = with python3.pkgs; [ beautifulsoup4 pillow pycairo pygobject3 ] propagatedBuildInputs = with python3.pkgs; [ beautifulsoup4 pillow pycairo pygobject3 ] ++ lib.optional lastFMSupport pylast ++ lib.optional youtubeSupport youtube-dl ; ++ lib.optional youtubeSupport youtube-dl; postPatch = '' chmod +x meson_post_install.py Loading @@ -95,9 +91,7 @@ python3.pkgs.buildPythonApplication rec { makeWrapperArgs+=("''${gappsWrapperArgs[@]}") ''; passthru = { updateScript = nix-update-script { }; }; passthru = { updateScript = nix-update-script { }; }; meta = with lib; { changelog = "https://gitlab.gnome.org/World/lollypop/tags/${version}"; Loading Loading
pkgs/applications/audio/lollypop/default.nix +23 −29 Original line number Diff line number Diff line Loading @@ -48,7 +48,8 @@ python3.pkgs.buildPythonApplication rec { wrapGAppsHook ]; buildInputs = with gst_all_1; [ buildInputs = with gst_all_1; [ gdk-pixbuf glib glib-networking Loading @@ -65,15 +66,10 @@ python3.pkgs.buildPythonApplication rec { totem-pl-parser ] ++ lib.optional lastFMSupport libsecret; propagatedBuildInputs = with python3.pkgs; [ beautifulsoup4 pillow pycairo pygobject3 ] propagatedBuildInputs = with python3.pkgs; [ beautifulsoup4 pillow pycairo pygobject3 ] ++ lib.optional lastFMSupport pylast ++ lib.optional youtubeSupport youtube-dl ; ++ lib.optional youtubeSupport youtube-dl; postPatch = '' chmod +x meson_post_install.py Loading @@ -95,9 +91,7 @@ python3.pkgs.buildPythonApplication rec { makeWrapperArgs+=("''${gappsWrapperArgs[@]}") ''; passthru = { updateScript = nix-update-script { }; }; passthru = { updateScript = nix-update-script { }; }; meta = with lib; { changelog = "https://gitlab.gnome.org/World/lollypop/tags/${version}"; Loading