Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

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

authored by Robert T. McGibbon and committed by GitHub ed52ae79 5ca36419

+2 -1
+2 -1
pkgs/development/python-modules/linuxfd/default.nix
··· 19 19 meta = { 20 20 description = "Python bindings for the Linux eventfd/signalfd/timerfd/inotify syscalls"; 21 21 homepage = "https://github.com/FrankAbelbeck/linuxfd"; 22 - license = with lib.licenses; [ lgpl3 ]; 22 + platforms = lib.platforms.linux; 23 + license = with lib.licenses; [ lgpl3Plus ]; 23 24 }; 24 25 }