Merge pull request #28685 from ericsagnes/pkg-fix/fcitx-unikey
fcitx-unikey: fix build
This commit is contained in:
commit
9aaa6cda39
@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [ cmake fcitx gettext pkgconfig ];
|
buildInputs = [ cmake fcitx gettext pkgconfig ];
|
||||||
|
|
||||||
|
NIX_CFLAGS_COMPILE = "-Wno-narrowing";
|
||||||
|
|
||||||
preInstall = ''
|
preInstall = ''
|
||||||
substituteInPlace src/cmake_install.cmake \
|
substituteInPlace src/cmake_install.cmake \
|
||||||
--replace ${fcitx} $out
|
--replace ${fcitx} $out
|
||||||
|
Loading…
x
Reference in New Issue
Block a user