python3Packages.linuxfd: mark linux only, clarify license (#112048)

This commit is contained in:
Robert T. McGibbon
2021-02-05 17:49:47 +01:00
committed by GitHub
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 ];
};
}