mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 10:58:02 +00:00
dialect: reformat with nixpkgs-fmt
This commit is contained in:
parent
95c3ce7c80
commit
1aa4741ee6
@ -1,4 +1,21 @@
|
|||||||
{ stdenv, lib, fetchFromGitHub, python3Packages, wrapGAppsHook4, gtk4, gettext, libadwaita, gst_all_1, meson, pkg-config, ninja, gobject-introspection, glib, libsoup_3, blueprint-compiler, desktop-file-utils }:
|
{ stdenv
|
||||||
|
, lib
|
||||||
|
, fetchFromGitHub
|
||||||
|
, python3Packages
|
||||||
|
, wrapGAppsHook4
|
||||||
|
, gtk4
|
||||||
|
, gettext
|
||||||
|
, libadwaita
|
||||||
|
, gst_all_1
|
||||||
|
, meson
|
||||||
|
, pkg-config
|
||||||
|
, ninja
|
||||||
|
, gobject-introspection
|
||||||
|
, glib
|
||||||
|
, libsoup_3
|
||||||
|
, blueprint-compiler
|
||||||
|
, desktop-file-utils
|
||||||
|
}:
|
||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "gnome-dialect";
|
pname = "gnome-dialect";
|
||||||
@ -23,19 +40,10 @@ python3Packages.buildPythonApplication rec {
|
|||||||
wrapGAppsHook4
|
wrapGAppsHook4
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs =
|
||||||
gobject-introspection
|
[ gobject-introspection gst_all_1.gstreamer gtk4 libadwaita libsoup_3 ];
|
||||||
gst_all_1.gstreamer
|
|
||||||
gtk4
|
|
||||||
libadwaita
|
|
||||||
libsoup_3
|
|
||||||
];
|
|
||||||
|
|
||||||
propagatedBuildInputs = with python3Packages; [
|
propagatedBuildInputs = with python3Packages; [ pygobject3 gtts dbus-python ];
|
||||||
pygobject3
|
|
||||||
gtts
|
|
||||||
dbus-python
|
|
||||||
];
|
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
rm -rf subprojects
|
rm -rf subprojects
|
||||||
|
Loading…
Reference in New Issue
Block a user