Merge pull request #180921 from smancill/sdnotify-wrapper-platforms
sdnotify-wrapper: mark as Linux-only
This commit is contained in:
commit
047b003c4e
1 changed files with 1 additions and 2 deletions
|
@ -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 ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue