Skip to content

Commit 2084726

Browse files
authored
libskk: fix build (#368546)
2 parents a826cbf + 29096d4 commit 2084726

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

pkgs/by-name/li/libskk/package.nix

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,14 @@ stdenv.mkDerivation rec {
2222
src = fetchFromGitHub {
2323
owner = "ueno";
2424
repo = "libskk";
25-
rev = version;
26-
sha256 = "0y279pcgs3jrsi9vzx086xhz9jbz23dqqijp4agygc9ackp9sxy5";
25+
tag = version;
26+
hash = "sha256-xXed7mQqseefIldGjNsQf8n0YTcI9L9T1FkO/dhNR3g=";
27+
};
28+
29+
env = {
30+
NIX_CFLAGS_COMPILE = toString [
31+
"-Wno-error=int-conversion"
32+
];
2733
};
2834

2935
patches = [

0 commit comments

Comments
 (0)