libxklavier: enable strictDeps
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user