mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
inputplug: mark broken on Darwin
This commit is contained in:
parent
66aedfd010
commit
f01288ec4e
@ -4,6 +4,7 @@
|
||||
, libbsd
|
||||
, pkg-config
|
||||
, rustPlatform
|
||||
, stdenv
|
||||
}:
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
@ -29,6 +30,9 @@ rustPlatform.buildRustPackage rec {
|
||||
description = "Monitor XInput events and run arbitrary scripts on hierarchy change events";
|
||||
homepage = "https://github.com/andrewshadura/inputplug";
|
||||
license = licenses.mit;
|
||||
platforms = platforms.unix;
|
||||
# `daemon(3)` is deprecated on macOS and `pidfile-rs` needs updating
|
||||
broken = stdenv.isDarwin;
|
||||
maintainers = with maintainers; [ jecaro ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user