haskellPackages.memfd: mark supported on linux only

memfd interface is linux-specific.

Closes #233003.
This commit is contained in:
Stanisław Pitucha 2023-05-20 21:08:10 +10:00 committed by sternenseemann
parent f39579a9b7
commit 8607b80c85
2 changed files with 2 additions and 0 deletions

View file

@ -708,6 +708,7 @@ supported-platforms:
linux-mount: [ platforms.linux ]
linux-namespaces: [ platforms.linux ]
lxc: [ platforms.linux ]
memfd: [ platforms.linux ]
midi-alsa: [ platforms.linux ] # alsa-core only supported on linux
midisurface: [ platforms.linux ] # alsa-core only supported on linux
OrderedBits: [ platforms.x86 ] # lacks implementations for non-x86: https://github.com/choener/OrderedBits/blob/401cbbe933b1635aa33e8e9b29a4a570b0a8f044/lib/Data/Bits/Ordered.hs#L316

View file

@ -192598,6 +192598,7 @@ self: {
libraryHaskellDepends = [ base transformers ];
description = "Open temporary anonymous Linux file handles";
license = lib.licenses.asl20;
platforms = lib.platforms.linux;
}) {};
"meminfo" = callPackage