Commit e3835b2a authored by Yueh-Shun Li's avatar Yueh-Shun Li
Browse files

libchewing: build on all platforms

The upstream has documented the MacOS and Windows build process years
ago. It therefore makes sense to remove the Linux-only platform
specification.
parent d680a8ae
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,6 +29,6 @@ stdenv.mkDerivation (finalAttrs: {
      ericsagnes
      ShamrockLee
    ];
    platforms = platforms.linux;
    platforms = platforms.all;
  };
})