Fix editorconfig-checker… really annoying on trailing whitespace

This commit is contained in:
Tobias Bora 2023-01-09 10:53:53 +01:00 committed by Manuel Bärenz
parent 72f79812e5
commit 469505483b

View file

@ -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";