xdgmenumaker: format nix expression

This commit is contained in:
José Romildo
2022-06-06 12:07:36 -03:00
parent d85ed9ea2a
commit 7eff2eb422

View File

@@ -1,4 +1,11 @@
{ lib, fetchFromGitHub, txt2tags, python3Packages, glib, gobject-introspection, wrapGAppsHook }:
{ lib
, fetchFromGitHub
, glib
, gobject-introspection
, python3Packages
, txt2tags
, wrapGAppsHook
}:
python3Packages.buildPythonApplication rec {
pname = "xdgmenumaker";
@@ -26,8 +33,8 @@ python3Packages.buildPythonApplication rec {
];
pythonPath = with python3Packages; [
pyxdg
pygobject3
pyxdg
];
makeFlags = [