sdnotify-wrapper: mark as Linux-only

It's in pkgs/os-specific/linux.
This commit is contained in:
Sebastián Mancilla 2022-07-09 23:28:27 -04:00
parent 7802f1b647
commit 8211c55ec2

View file

@ -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 ];
};