lollypop: 1.1.4.16 -> 1.2.1
This commit is contained in:
parent
00c6d89773
commit
ac50b6a116
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "lollypop";
|
pname = "lollypop";
|
||||||
version = "1.1.4.16";
|
version = "1.2.1";
|
||||||
|
|
||||||
format = "other";
|
format = "other";
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
@ -28,7 +28,7 @@ python3.pkgs.buildPythonApplication rec {
|
|||||||
url = "https://gitlab.gnome.org/World/lollypop";
|
url = "https://gitlab.gnome.org/World/lollypop";
|
||||||
rev = "refs/tags/${version}";
|
rev = "refs/tags/${version}";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
sha256 = "1azfxc1vc1j4ph0zrfsgz2gac1vwmbj65j6wjlxx3nr8kia4mccl";
|
sha256 = "0wmgs28ph9959lr6zhd2j7z2c3kpl64rng6s1xgzyhsgrcyvv4cd";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
@ -42,7 +42,6 @@ python3.pkgs.buildPythonApplication rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = with gst_all_1; [
|
buildInputs = with gst_all_1; [
|
||||||
gobject-introspection
|
|
||||||
gst-libav
|
gst-libav
|
||||||
gst-plugins-bad
|
gst-plugins-bad
|
||||||
gst-plugins-base
|
gst-plugins-base
|
||||||
@ -73,6 +72,8 @@ python3.pkgs.buildPythonApplication rec {
|
|||||||
wrapPythonProgramsIn $out/libexec "$out $propagatedBuildInputs"
|
wrapPythonProgramsIn $out/libexec "$out $propagatedBuildInputs"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
strictDeps = false;
|
||||||
|
|
||||||
# Produce only one wrapper using wrap-python passing
|
# Produce only one wrapper using wrap-python passing
|
||||||
# gappsWrapperArgs to wrap-python additional wrapper
|
# gappsWrapperArgs to wrap-python additional wrapper
|
||||||
# argument
|
# argument
|
||||||
|
Loading…
x
Reference in New Issue
Block a user