File tree Expand file tree Collapse file tree 2 files changed +23
-24
lines changed Expand file tree Collapse file tree 2 files changed +23
-24
lines changed Original file line number Diff line number Diff line change 1- { lib
2- , fetchFromGitHub
3- , wrapGAppsHook4
4- , python3
5- , blueprint-compiler
6- , desktop-file-utils
7- , meson
8- , ninja
9- , pkg-config
10- , glib
11- , gtk4
12- , gobject-introspection
13- , gst_all_1
14- , libsoup_3
15- , glib-networking
16- , libadwaita
17- , libsecret
18- , nix-update-script
1+ {
2+ lib ,
3+ fetchFromGitHub ,
4+ wrapGAppsHook4 ,
5+ python3 ,
6+ blueprint-compiler ,
7+ desktop-file-utils ,
8+ meson ,
9+ ninja ,
10+ pkg-config ,
11+ glib ,
12+ gtk4 ,
13+ gobject-introspection ,
14+ gst_all_1 ,
15+ libsoup_3 ,
16+ glib-networking ,
17+ libadwaita ,
18+ libsecret ,
19+ nix-update-script ,
1920} :
2021
2122python3 . pkgs . buildPythonApplication rec {
2223 pname = "dialect" ;
23- version = "2.4.2 " ;
24+ version = "2.5.0 " ;
2425 pyproject = false ; # built with meson
2526
2627 src = fetchFromGitHub {
2728 owner = "dialect-app" ;
2829 repo = "dialect" ;
29- rev = version ;
30+ rev = "refs/tags/ ${ version } " ;
3031 fetchSubmodules = true ;
31- hash = "sha256-DAhzvia5ut806rTc2iMuMrVKyYBSaAiMyC4rEOyU4x0 =" ;
32+ hash = "sha256-TWXJlzuSBy+Ij3s0KS02bh8vdXP10hQpgdz4QMTLf/Q =" ;
3233 } ;
3334
3435 nativeBuildInputs = [
@@ -53,7 +54,7 @@ python3.pkgs.buildPythonApplication rec {
5354 libsecret
5455 ] ;
5556
56- propagatedBuildInputs = with python3 . pkgs ; [
57+ dependencies = with python3 . pkgs ; [
5758 dbus-python
5859 gtts
5960 pygobject3
Original file line number Diff line number Diff line change @@ -4612,8 +4612,6 @@ with pkgs;
46124612 inherit (haskellPackages) ghcWithPackages diagrams-builder;
46134613 };
46144614
4615- dialect = callPackage ../applications/misc/dialect { };
4616-
46174615 dialogbox = libsForQt5.callPackage ../tools/misc/dialogbox { };
46184616
46194617 dieharder = callPackage ../tools/security/dieharder { };
You can’t perform that action at this time.
0 commit comments