brltty: add pkg-config for build (fix crosscompilation) (#452240)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user