Unverified Commit 69863056 authored by Alyssa Ross's avatar Alyssa Ross
Browse files

libinput: mark unavailable for static

parent ec33278c
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -150,5 +150,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
    ];
  };
}