Unverified Commit 20847269 authored by OTABI Tomoya's avatar OTABI Tomoya Committed by GitHub
Browse files

libskk: fix build (#368546)

parents a826cbf2 29096d45
Loading
Loading
Loading
Loading
+8 −2
Original line number Diff line number Diff line
@@ -22,8 +22,14 @@ stdenv.mkDerivation rec {
  src = fetchFromGitHub {
    owner = "ueno";
    repo = "libskk";
    rev = version;
    sha256 = "0y279pcgs3jrsi9vzx086xhz9jbz23dqqijp4agygc9ackp9sxy5";
    tag = version;
    hash = "sha256-xXed7mQqseefIldGjNsQf8n0YTcI9L9T1FkO/dhNR3g=";
  };

  env = {
    NIX_CFLAGS_COMPILE = toString [
      "-Wno-error=int-conversion"
    ];
  };

  patches = [