Fix editorconfig-checker… really annoying on trailing whitespace
This commit is contained in:
parent
72f79812e5
commit
469505483b
1 changed files with 2 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue