From 8211c55ec20824602f43a1c8aeba9dd7d413e6c3 Mon Sep 17 00:00:00 2001 From: Sebastián Mancilla Date: Sat, 9 Jul 2022 23:28:27 -0400 Subject: sdnotify-wrapper: mark as Linux-only It's in pkgs/os-specific/linux. --- pkgs/os-specific/linux/sdnotify-wrapper/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'pkgs') diff --git a/pkgs/os-specific/linux/sdnotify-wrapper/default.nix b/pkgs/os-specific/linux/sdnotify-wrapper/default.nix index c6122910922f6..b4b6a7f42a7e4 100644 --- a/pkgs/os-specific/linux/sdnotify-wrapper/default.nix +++ b/pkgs/os-specific/linux/sdnotify-wrapper/default.nix @@ -12,10 +12,9 @@ in runCommandCC "sdnotify-wrapper" { outputs = [ "bin" "doc" "out" ]; meta = { - broken = stdenv.isDarwin; homepage = "https://skarnet.org/software/misc/sdnotify-wrapper.c"; description = "Use systemd sd_notify without having to link against libsystemd"; - platforms = lib.platforms.all; + platforms = lib.platforms.linux; license = lib.licenses.isc; maintainers = with lib.maintainers; [ Profpatsch ]; }; -- cgit 1.4.1