haskellPackages.systemd-api: Restrict to linux

This commit is contained in:
maralorn 2023-08-09 00:35:48 +02:00
parent d58ec5127e
commit b676a511c3
No known key found for this signature in database
2 changed files with 2 additions and 0 deletions

View file

@ -745,6 +745,7 @@ supported-platforms:
seqalign: [ platforms.x86 ] # x86 intrinsics
streamed: [ platforms.linux] # alsa-core only supported on linux
swisstable: [ platforms.x86_64 ] # Needs AVX2
systemd-api: [ platforms.linux ]
tasty-papi: [ platforms.linux ] # limited by pkgs.papi
udev: [ platforms.linux ]
Win32-console: [ platforms.windows ]

View file

@ -283519,6 +283519,7 @@ self: {
librarySystemDepends = [ systemd ];
description = "systemd bindings";
license = lib.licenses.bsd3;
platforms = lib.platforms.linux;
}) {inherit (pkgs) systemd;};
"systemd-socket-activation" = callPackage