Merge pull request #166271 from SuperSamus/joystickwake

This commit is contained in:
Sandro 2022-04-11 12:21:43 +02:00 committed by GitHub
commit 428f41b7b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,6 +12,11 @@ python3.pkgs.buildPythonApplication rec {
propagatedBuildInputs = with python3.pkgs; [ pyudev xlib ];
postInstall = ''
# autostart file
ln -s $out/${python3.sitePackages}/etc $out/etc
'';
meta = with lib; {
description = "A joystick-aware screen waker";
longDescription = ''