Loading pkgs/development/libraries/libinput/default.nix +13 −5 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ libevdev, mtdev, udev, wacomSupport ? true, wacomSupport ? stdenv.hostPlatform.isLinux, libwacom, documentationSupport ? false, doxygen, Loading @@ -26,6 +26,8 @@ nixosTests, wayland-scanner, udevCheckHook, epoll-shim, libudev-devd, }: let Loading Loading @@ -95,6 +97,9 @@ stdenv.mkDerivation rec { ] )) ] ++ lib.optionals stdenv.hostPlatform.isFreeBSD [ epoll-shim ] ++ lib.optionals wacomSupport [ libwacom ] Loading @@ -106,9 +111,9 @@ stdenv.mkDerivation rec { wayland-scanner ]; propagatedBuildInputs = [ udev ]; propagatedBuildInputs = lib.optional stdenv.hostPlatform.isLinux udev ++ lib.optional stdenv.hostPlatform.isFreeBSD libudev-devd; nativeCheckInputs = [ check Loading @@ -122,6 +127,9 @@ stdenv.mkDerivation rec { (mkFlag wacomSupport "libwacom") "--sysconfdir=/etc" "--libexecdir=${placeholder "bin"}/libexec" ] ++ lib.optionals stdenv.hostPlatform.isBSD [ "-Depoll-dir=${epoll-shim}" ]; doCheck = testsSupport && stdenv.hostPlatform == stdenv.buildPlatform; Loading Loading @@ -152,7 +160,7 @@ stdenv.mkDerivation rec { mainProgram = "libinput"; homepage = "https://www.freedesktop.org/wiki/Software/libinput/"; license = lib.licenses.mit; platforms = lib.platforms.linux; platforms = lib.platforms.linux ++ lib.platforms.freebsd; maintainers = [ ]; teams = [ lib.teams.freedesktop ]; changelog = "https://gitlab.freedesktop.org/libinput/libinput/-/releases/${version}"; Loading Loading
pkgs/development/libraries/libinput/default.nix +13 −5 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ libevdev, mtdev, udev, wacomSupport ? true, wacomSupport ? stdenv.hostPlatform.isLinux, libwacom, documentationSupport ? false, doxygen, Loading @@ -26,6 +26,8 @@ nixosTests, wayland-scanner, udevCheckHook, epoll-shim, libudev-devd, }: let Loading Loading @@ -95,6 +97,9 @@ stdenv.mkDerivation rec { ] )) ] ++ lib.optionals stdenv.hostPlatform.isFreeBSD [ epoll-shim ] ++ lib.optionals wacomSupport [ libwacom ] Loading @@ -106,9 +111,9 @@ stdenv.mkDerivation rec { wayland-scanner ]; propagatedBuildInputs = [ udev ]; propagatedBuildInputs = lib.optional stdenv.hostPlatform.isLinux udev ++ lib.optional stdenv.hostPlatform.isFreeBSD libudev-devd; nativeCheckInputs = [ check Loading @@ -122,6 +127,9 @@ stdenv.mkDerivation rec { (mkFlag wacomSupport "libwacom") "--sysconfdir=/etc" "--libexecdir=${placeholder "bin"}/libexec" ] ++ lib.optionals stdenv.hostPlatform.isBSD [ "-Depoll-dir=${epoll-shim}" ]; doCheck = testsSupport && stdenv.hostPlatform == stdenv.buildPlatform; Loading Loading @@ -152,7 +160,7 @@ stdenv.mkDerivation rec { mainProgram = "libinput"; homepage = "https://www.freedesktop.org/wiki/Software/libinput/"; license = lib.licenses.mit; platforms = lib.platforms.linux; platforms = lib.platforms.linux ++ lib.platforms.freebsd; maintainers = [ ]; teams = [ lib.teams.freedesktop ]; changelog = "https://gitlab.freedesktop.org/libinput/libinput/-/releases/${version}"; Loading