Commit c9673695 authored by maralorn's avatar maralorn
Browse files

haskellPackages.libfuse3: restrict to linux

parent 5e811b3a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -698,6 +698,7 @@ supported-platforms:
  keid-sound-openal:                            [ x86_64-linux ] # geomancy (only x86), vulkan (no i686, no darwin, …)
  keid-ui-dearimgui:                            [ x86_64-linux ] # geomancy (only x86), vulkan (no i686, no darwin, …)
  kqueue:                                       [ platforms.netbsd, platforms.freebsd, platforms.openbsd, platforms.darwin ]
  libfuse3:                                     [ platforms.linux ]
  linux-evdev:                                  [ platforms.linux ]
  linux-file-extents:                           [ platforms.linux ]
  linux-inotify:                                [ platforms.linux ]
+1 −0
Original line number Diff line number Diff line
@@ -180486,6 +180486,7 @@ self: {
       benchmarkHaskellDepends = [ base bytestring criterion unix ];
       description = "A Haskell binding for libfuse-3.x";
       license = lib.licenses.mit;
       platforms = lib.platforms.linux;
     }) {inherit (pkgs) fuse3;};
  "libgit" = callPackage