python3Packages.linuxfd: mark linux only, clarify license (#112048)
This commit is contained in:
parent
5ca36419d1
commit
ed52ae79d3
@ -19,6 +19,7 @@ buildPythonPackage rec {
|
||||
meta = {
|
||||
description = "Python bindings for the Linux eventfd/signalfd/timerfd/inotify syscalls";
|
||||
homepage = "https://github.com/FrankAbelbeck/linuxfd";
|
||||
license = with lib.licenses; [ lgpl3 ];
|
||||
platforms = lib.platforms.linux;
|
||||
license = with lib.licenses; [ lgpl3Plus ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user