libinput: mark unavailable for static (#426855)
This commit is contained in:
@@ -152,5 +152,9 @@ stdenv.mkDerivation rec {
|
||||
maintainers = with maintainers; [ codyopel ];
|
||||
teams = [ teams.freedesktop ];
|
||||
changelog = "https://gitlab.freedesktop.org/libinput/libinput/-/releases/${version}";
|
||||
badPlatforms = [
|
||||
# Mandatory shared library.
|
||||
lib.systems.inspect.platformPatterns.isStatic
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user