Merge pull request #28685 from ericsagnes/pkg-fix/fcitx-unikey
fcitx-unikey: fix build
This commit is contained in:
commit
9aaa6cda39
1 changed files with 3 additions and 1 deletions
|
@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
|
|||
|
||||
buildInputs = [ cmake fcitx gettext pkgconfig ];
|
||||
|
||||
NIX_CFLAGS_COMPILE = "-Wno-narrowing";
|
||||
|
||||
preInstall = ''
|
||||
substituteInPlace src/cmake_install.cmake \
|
||||
--replace ${fcitx} $out
|
||||
|
@ -28,4 +30,4 @@ stdenv.mkDerivation rec {
|
|||
maintainers = with maintainers; [ ericsagnes ];
|
||||
};
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue