about summary refs log tree commit diff
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authorTobias Bora <tobias.bora@gmail.com>2023-01-09 10:53:53 +0100
committerManuel Bärenz <programming@manuelbaerenz.de>2023-01-09 12:57:15 +0100
commit469505483b6097c23ad3aaaeecbd82bea5b696e7 (patch)
treeff0f2183e4e156b13af6348cdf3535d3966f8886 /pkgs/applications/video
parent72f79812e5fee3e2c12fa3cd107e329b14b6a01f (diff)
Fix editorconfig-checker… really annoying on trailing whitespace
Diffstat (limited to 'pkgs/applications/video')
-rw-r--r--pkgs/applications/video/glaxnimate/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/applications/video/glaxnimate/default.nix b/pkgs/applications/video/glaxnimate/default.nix
index c3cba5858ead2..2fdb82869f3bd 100644
--- a/pkgs/applications/video/glaxnimate/default.nix
+++ b/pkgs/applications/video/glaxnimate/default.nix
@@ -51,6 +51,7 @@ stdenv.mkDerivation rec {
     cmake
     wrapQtAppsHook
   ];
+
   buildInputs = [
     zlib
     potrace
@@ -65,7 +66,7 @@ stdenv.mkDerivation rec {
   ];
 
   qtWrapperArgs = [ ''--prefix PATH : ${python3WithLibs}/bin'' ];
-  
+
   passthru.tests.version = testers.testVersion {
     package = glaxnimate;
     command = "${xvfb-run}/bin/xvfb-run glaxnimate --version";