From 46812072e8d7b4416f94d8f546a9dbc7a8856d99 Mon Sep 17 00:00:00 2001 From: Sandro Date: Wed, 14 Feb 2024 13:09:02 +0100 Subject: [PATCH] ledfx: fix formatting MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Robert Schütz --- pkgs/applications/audio/ledfx/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/audio/ledfx/default.nix b/pkgs/applications/audio/ledfx/default.nix index 04380e22fdbf..e4c9272ba2f8 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;