Merge pull request #290086 from NickCao/libinput

libinput: restrict platforms to linux due to dependency on libevdev
This commit is contained in:
Nick Cao 2024-02-20 20:11:28 -05:00 committed by GitHub
commit 4b701257ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -130,7 +130,7 @@ stdenv.mkDerivation rec {
description = "Handles input devices in Wayland compositors and provides a generic X.Org input driver";
homepage = "https://www.freedesktop.org/wiki/Software/libinput/";
license = licenses.mit;
platforms = platforms.unix;
platforms = platforms.linux;
maintainers = with maintainers; [ codyopel ] ++ teams.freedesktop.members;
changelog = "https://gitlab.freedesktop.org/libinput/libinput/-/releases/${version}";
};