tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
setzer: 0.4.0 -> 0.4.1
Robert Schütz
5 years ago
09640efc
9d6fd2ba
+6
-2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
editors
setzer
default.nix
+6
-2
pkgs/applications/editors/setzer/default.nix
···
18
19
python3.pkgs.buildPythonApplication rec {
20
pname = "setzer";
21
-
version = "0.4.0";
22
23
src = fetchFromGitHub {
24
owner = "cvfosammmm";
25
repo = "Setzer";
26
rev = "v${version}";
27
-
sha256 = "036xbg65h255zlvz9l86sw6w9l4qfyf13x8p8ml7dj52hcdfvyb9";
28
};
29
30
format = "other";
···
54
pdfminer
55
pycairo
56
];
0
0
0
0
57
58
meta = with lib; {
59
description = "LaTeX editor written in Python with Gtk";
···
18
19
python3.pkgs.buildPythonApplication rec {
20
pname = "setzer";
21
+
version = "0.4.1";
22
23
src = fetchFromGitHub {
24
owner = "cvfosammmm";
25
repo = "Setzer";
26
rev = "v${version}";
27
+
sha256 = "1rcx2c07jg1ij81pnvg3px49hfbjmkagn68d3gp79z3gcajbp2av";
28
};
29
30
format = "other";
···
54
pdfminer
55
pycairo
56
];
57
+
58
+
checkPhase = ''
59
+
meson test --print-errorlogs
60
+
'';
61
62
meta = with lib; {
63
description = "LaTeX editor written in Python with Gtk";