libxklavier: enable strictDeps

This commit is contained in:
Stefan Frijters
2026-04-13 15:53:30 +02:00
parent 899ec6f547
commit 72d67dad8d
+6
View File
@@ -58,6 +58,10 @@ stdenv.mkDerivation rec {
isocodes
];
depsBuildBuild = [
pkg-config
];
nativeBuildInputs = [
autoreconfHook
pkg-config
@@ -66,6 +70,8 @@ stdenv.mkDerivation rec {
gobject-introspection
];
strictDeps = true;
preAutoreconf = ''
export NOCONFIGURE=1
gtkdocize