brltty: add pkg-config for build (fix crosscompilation) (#452240)

This commit is contained in:
Sandro
2025-11-01 22:25:55 +00:00
committed by GitHub

View File

@@ -29,8 +29,8 @@ stdenv.mkDerivation rec {
sha256 = "sha256-MoDYjHU6aJY9e5cgjm9InOEDGCs+jvlEurMWg9wo4RY="; sha256 = "sha256-MoDYjHU6aJY9e5cgjm9InOEDGCs+jvlEurMWg9wo4RY=";
}; };
depsBuildBuild = [ pkg-config ];
nativeBuildInputs = [ nativeBuildInputs = [
pkg-config
python3.pkgs.cython python3.pkgs.cython
python3.pkgs.setuptools python3.pkgs.setuptools
tcl # One of build scripts require tclsh tcl # One of build scripts require tclsh