about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorKevin Cox <kevincox@kevincox.ca>2021-03-28 18:18:57 -0400
committerGitHub <noreply@github.com>2021-03-28 18:18:57 -0400
commitc371cdee249afd66f4064d72c3c27aa4da792e4d (patch)
tree44d3d92483a9ccb1154bb70efca6cb9522526adc /pkgs/applications
parent6b8a6e6fcedaddb1a232bca640578581a2a67040 (diff)
pulseeffects: formatting
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/audio/pulseeffects/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/applications/audio/pulseeffects/default.nix b/pkgs/applications/audio/pulseeffects/default.nix
index 9187b380f0148..33b15e977e7ac 100644
--- a/pkgs/applications/audio/pulseeffects/default.nix
+++ b/pkgs/applications/audio/pulseeffects/default.nix
@@ -46,7 +46,6 @@ let
   ];
 in stdenv.mkDerivation rec {
   pname = "pulseeffects";
-
   # 5.0.3 crashes. Test carefully before updating.
   # https://github.com/wwmm/pulseeffects/issues/927
   version = "5.0.2";