Merge pull request #198932 from linsui/safeeyes

This commit is contained in:
Damien Cassou 2022-11-07 11:00:14 +01:00 committed by GitHub
commit 011e62ddd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 11 deletions

View File

@ -1,6 +1,5 @@
{ lib
, buildPythonApplication
, fetchPypi
, python3
, alsa-utils
, gobject-introspection
, libappindicator-gtk3
@ -10,14 +9,10 @@
, xprintidle
, xprop
, wrapGAppsHook
, babel
, psutil
, xlib
, pygobject3
, dbus-python
, croniter
}:
with python3.pkgs;
buildPythonApplication rec {
pname = "safeeyes";
version = "2.1.3";

View File

@ -11155,7 +11155,7 @@ with pkgs;
safe-rm = callPackage ../tools/system/safe-rm { };
safeeyes = with python3.pkgs; toPythonApplication safeeyes;
safeeyes = callPackage ../applications/misc/safeeyes { };
sagoin = callPackage ../tools/misc/sagoin { };

View File

@ -9901,8 +9901,6 @@ self: super: with self; {
safe = callPackage ../development/python-modules/safe { };
safeeyes = callPackage ../applications/misc/safeeyes { };
safeio = callPackage ../development/python-modules/safeio { };
safety = callPackage ../development/python-modules/safety { };