Merge pull request #247078 from DamienCassou/saveeyes-improvements
safeeyes: Add passthru.tests.version
This commit is contained in:
commit
1270322962
1 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,8 @@
|
|||
, libnotify
|
||||
, wlrctl
|
||||
, gtk3
|
||||
, safeeyes
|
||||
, testers
|
||||
, xprintidle
|
||||
, xprop
|
||||
, wrapGAppsHook
|
||||
|
@ -61,6 +63,8 @@ buildPythonApplication rec {
|
|||
|
||||
doCheck = false; # no tests
|
||||
|
||||
passthru.tests.version = testers.testVersion { package = safeeyes; };
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "http://slgobinath.github.io/SafeEyes";
|
||||
description = "Protect your eyes from eye strain using this simple and beautiful, yet extensible break reminder. A Free and Open Source Linux alternative to EyeLeo";
|
||||
|
|
Loading…
Reference in a new issue