haskellPackages.systemd-api: Restrict to linux
This commit is contained in:
parent
d58ec5127e
commit
b676a511c3
2 changed files with 2 additions and 0 deletions
|
@ -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 ]
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue