mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-23 13:24:29 +00:00
libinput: restrict platforms to linux due to dependency on libevdev
This commit is contained in:
parent
6ec1d48b2c
commit
1d065f4cdb
@ -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}";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user