Commit e03d2324 authored by Robert Schütz's avatar Robert Schütz Committed by Robert Schütz
Browse files
parent 6058bbaf
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -11,20 +11,21 @@
, gobject-introspection
, gtksourceview4
, gspell
, libhandy
, poppler_gi
, webkitgtk
, webkitgtk_4_1
, librsvg
}:

python3.pkgs.buildPythonApplication rec {
  pname = "setzer";
  version = "0.4.8";
  version = "55";

  src = fetchFromGitHub {
    owner = "cvfosammmm";
    repo = "Setzer";
    rev = "v${version}";
    hash = "sha256-7NPyvAof0xObYZws3KFAbdue/GpIRthzdX00jc9GhYs=";
    hash = "sha256-Mcl9kWeo4w/wW8crR58Yyqoh26w8/SmNrjmHps6DmRA=";
  };

  format = "other";
@@ -43,8 +44,9 @@ python3.pkgs.buildPythonApplication rec {
  buildInputs = [
    gtksourceview4
    gspell
    libhandy
    poppler_gi
    webkitgtk
    webkitgtk_4_1
    librsvg
  ];