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

This commit is contained in:
Robert T. McGibbon 2021-02-05 11:49:47 -05:00 committed by GitHub
parent 5ca36419d1
commit ed52ae79d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];
};
}