about summary refs log tree commit diff
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2024-02-14 13:09:02 +0100
committerGitHub <noreply@github.com>2024-02-14 13:09:02 +0100
commit46812072e8d7b4416f94d8f546a9dbc7a8856d99 (patch)
tree734e6a1de2cc87a82aa763a1569d32a0efd1d6dc /pkgs/applications/audio
parentb6446633d7d83cead2390b31fcdba44546aabdf8 (diff)
ledfx: fix formatting
Co-authored-by: Robert Schütz <github@dotlambda.de>
Diffstat (limited to 'pkgs/applications/audio')
-rw-r--r--pkgs/applications/audio/ledfx/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/ledfx/default.nix b/pkgs/applications/audio/ledfx/default.nix
index 04380e22fdbfa..e4c9272ba2f8c 100644
--- a/pkgs/applications/audio/ledfx/default.nix
+++ b/pkgs/applications/audio/ledfx/default.nix
@@ -6,7 +6,7 @@
 python3.pkgs.buildPythonPackage rec {
   pname = "ledfx";
   version = "2.0.93";
-  pyproject= true;
+  pyproject = true;
 
   src = fetchPypi {
     inherit pname version;