7 buildPythonPackage rec {
10 format = "setuptools";
13 inherit pname version;
14 sha256 = "b8c00109724b68e093f9b556edd78e41ed65fb8d969fd0e83186a97b5d3139b4";
21 description = "Python bindings for the Linux eventfd/signalfd/timerfd/inotify syscalls";
22 homepage = "https://github.com/FrankAbelbeck/linuxfd";
23 platforms = lib.platforms.linux;
24 license = with lib.licenses; [ lgpl3Plus ];