mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-03 18:54:42 +00:00
commit
9ef8374074
@ -6,27 +6,27 @@
|
|||||||
, gettext
|
, gettext
|
||||||
, appstream
|
, appstream
|
||||||
, appstream-glib
|
, appstream-glib
|
||||||
, wrapGAppsHook
|
, wrapGAppsHook4
|
||||||
, desktop-file-utils
|
, desktop-file-utils
|
||||||
, gobject-introspection
|
, gobject-introspection
|
||||||
, gtksourceview4
|
, gtk4
|
||||||
, gspell
|
, gtksourceview5
|
||||||
, libhandy
|
, libadwaita
|
||||||
, poppler_gi
|
|
||||||
, webkitgtk_4_1
|
|
||||||
, librsvg
|
|
||||||
, libportal
|
, libportal
|
||||||
|
, librsvg
|
||||||
|
, poppler_gi
|
||||||
|
, webkitgtk_6_0
|
||||||
}:
|
}:
|
||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "setzer";
|
pname = "setzer";
|
||||||
version = "56";
|
version = "59";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "cvfosammmm";
|
owner = "cvfosammmm";
|
||||||
repo = "Setzer";
|
repo = "Setzer";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-YCJu8EU+8RD09QNVT/RYF2ZJZ7cp+oawXThqTzg8ENQ=";
|
hash = "sha256-PmkEOOi30Fa8VXNmKPvp6UAaw74MID9uTaCzXs9vPpk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
format = "other";
|
format = "other";
|
||||||
@ -37,28 +37,28 @@ python3.pkgs.buildPythonApplication rec {
|
|||||||
gettext
|
gettext
|
||||||
appstream # for appstreamcli
|
appstream # for appstreamcli
|
||||||
appstream-glib
|
appstream-glib
|
||||||
wrapGAppsHook
|
wrapGAppsHook4
|
||||||
desktop-file-utils
|
desktop-file-utils
|
||||||
gobject-introspection
|
gobject-introspection
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
gtksourceview4
|
gtk4
|
||||||
gspell
|
gtksourceview5
|
||||||
libhandy
|
libadwaita
|
||||||
poppler_gi
|
|
||||||
webkitgtk_4_1
|
|
||||||
librsvg
|
|
||||||
libportal
|
libportal
|
||||||
|
librsvg
|
||||||
|
poppler_gi
|
||||||
|
webkitgtk_6_0
|
||||||
];
|
];
|
||||||
|
|
||||||
propagatedBuildInputs = with python3.pkgs; [
|
propagatedBuildInputs = with python3.pkgs; [
|
||||||
|
bibtexparser
|
||||||
|
pdfminer-six
|
||||||
|
pexpect
|
||||||
|
pycairo
|
||||||
pygobject3
|
pygobject3
|
||||||
pyxdg
|
pyxdg
|
||||||
pdfminer-six
|
|
||||||
pycairo
|
|
||||||
pexpect
|
|
||||||
bibtexparser
|
|
||||||
];
|
];
|
||||||
|
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user