9 buildPythonPackage rec {
12 disabled = pythonOlder "3.6";
15 src = fetchFromGitHub {
16 owner = "remcohaszing";
19 sha256 = "sha256-5ri4bXc0EMNntzmcUZYpRIfaXoex4s5M6psf/9ta17Y=";
34 pythonImportsCheck = [
39 description = "Python module for wake on lan";
40 homepage = "https://github.com/remcohaszing/pywakeonlan";
41 license = licenses.mit;
42 maintainers = with maintainers; [ peterhoeg ];