mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
safeeyes: move to all-packages
This commit is contained in:
parent
60426c0a35
commit
cf354582c4
3 changed files with 4 additions and 11 deletions
|
@ -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";
|
||||
|
|
|
@ -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 { };
|
||||
|
||||
|
|
|
@ -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 { };
|
||||
|
|
Loading…
Reference in a new issue