add discover
This commit is contained in:
parent
f83b5bd0f9
commit
0e608a0fdf
4 changed files with 49 additions and 1 deletions
26
packages/discover/default.nix
Normal file
26
packages/discover/default.nix
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
{ inputs
|
||||
, python3Packages
|
||||
, gtk3
|
||||
, gobject-introspection
|
||||
, wrapGAppsHook
|
||||
, ...
|
||||
}:
|
||||
python3Packages.buildPythonApplication {
|
||||
pname = "discover-overlay";
|
||||
version = "1.0";
|
||||
src = inputs.discover;
|
||||
|
||||
nativeBuildInputs = [
|
||||
wrapGAppsHook
|
||||
];
|
||||
propagatedBuildInputs = with python3Packages; [
|
||||
gtk3
|
||||
gobject-introspection
|
||||
pygobject3
|
||||
websocket-client
|
||||
pyxdg
|
||||
requests
|
||||
python-pidfile
|
||||
pillow
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue