Merge pull request #109508 from dotlambda/setzer-0.3.9
setzer: 0.3.2 -> 0.3.9
This commit is contained in:
commit
c2462bb391
@ -7,6 +7,7 @@
|
|||||||
, appstream
|
, appstream
|
||||||
, appstream-glib
|
, appstream-glib
|
||||||
, wrapGAppsHook
|
, wrapGAppsHook
|
||||||
|
, desktop-file-utils
|
||||||
, gobject-introspection
|
, gobject-introspection
|
||||||
, gtksourceview4
|
, gtksourceview4
|
||||||
, gspell
|
, gspell
|
||||||
@ -17,13 +18,13 @@
|
|||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "setzer";
|
pname = "setzer";
|
||||||
version = "0.3.2";
|
version = "0.3.9";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "cvfosammmm";
|
owner = "cvfosammmm";
|
||||||
repo = "Setzer";
|
repo = "Setzer";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1c7jrq20m53y2k8lmh37zldgc3bndldxipx4xq0lz3qq2fv1gg07";
|
sha256 = "1qmy2bxl8x6pijjaaj91v6rqdipha6iyy0b6b9y1lk3r2p3azd42";
|
||||||
};
|
};
|
||||||
|
|
||||||
format = "other";
|
format = "other";
|
||||||
@ -35,6 +36,7 @@ python3.pkgs.buildPythonApplication rec {
|
|||||||
appstream # for appstreamcli
|
appstream # for appstreamcli
|
||||||
appstream-glib
|
appstream-glib
|
||||||
wrapGAppsHook
|
wrapGAppsHook
|
||||||
|
desktop-file-utils
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
@ -49,6 +51,7 @@ python3.pkgs.buildPythonApplication rec {
|
|||||||
propagatedBuildInputs = with python3.pkgs; [
|
propagatedBuildInputs = with python3.pkgs; [
|
||||||
pygobject3
|
pygobject3
|
||||||
pyxdg
|
pyxdg
|
||||||
|
pypdf2
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
Loading…
Reference in New Issue
Block a user