Commit 8607b80c authored by Stanisław Pitucha's avatar Stanisław Pitucha Committed by sternenseemann
Browse files

haskellPackages.memfd: mark supported on linux only

memfd interface is linux-specific.

Closes #233003.
parent f39579a9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+1 −0
Original line number Diff line number Diff line
@@ -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