brltty: add pkg-config for build (fix crosscompilation)
Also removed now unneeded pkg-config from nativeBuildInputs Signed-off-by: Alexander V. Nikolaev <avn@avnik.info>
This commit is contained in:
committed by
Alexander Nikolaev
parent
63bdb5d90f
commit
b80bd9544d
@@ -29,8 +29,8 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "sha256-MoDYjHU6aJY9e5cgjm9InOEDGCs+jvlEurMWg9wo4RY=";
|
||||
};
|
||||
|
||||
depsBuildBuild = [ pkg-config ];
|
||||
nativeBuildInputs = [
|
||||
pkg-config
|
||||
python3.pkgs.cython
|
||||
python3.pkgs.setuptools
|
||||
tcl # One of build scripts require tclsh
|
||||
|
||||
Reference in New Issue
Block a user