safeeyes: move to all-packages

This commit is contained in:
linsui 2022-11-01 14:53:09 +08:00
parent 60426c0a35
commit cf354582c4
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

@ -11116,7 +11116,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

@ -9875,8 +9875,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 { };