Commit 9737c6a6 authored by FliegendeWurst's avatar FliegendeWurst
Browse files

fcitx5-unikey: fix strictDeps build

parent 54e00997
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,13 +24,13 @@ stdenv.mkDerivation rec {
  nativeBuildInputs = [
    cmake
    extra-cmake-modules
    gettext # msgfmt
  ];

  buildInputs = [
    qtbase
    fcitx5
    fcitx5-qt
    gettext
  ];

  cmakeFlags = [