fcitx5: fix and enable strictDeps
This commit is contained in:
committed by
FliegendeWurst
parent
34e731d3f4
commit
33260fc800
@@ -34,6 +34,7 @@
|
||||
, xcb-imdkit
|
||||
, libxkbfile
|
||||
, nixosTests
|
||||
, gettext
|
||||
}:
|
||||
let
|
||||
enDictVer = "20121020";
|
||||
@@ -62,9 +63,11 @@ stdenv.mkDerivation rec {
|
||||
extra-cmake-modules
|
||||
pkg-config
|
||||
wayland-scanner
|
||||
gettext
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
extra-cmake-modules # required to please CMake
|
||||
expat
|
||||
fmt
|
||||
isocodes
|
||||
@@ -94,6 +97,8 @@ stdenv.mkDerivation rec {
|
||||
libxkbfile
|
||||
];
|
||||
|
||||
strictDeps = true;
|
||||
|
||||
passthru = {
|
||||
updateScript = ./update.py;
|
||||
tests = {
|
||||
|
||||
Reference in New Issue
Block a user