fuzzel: add pkg-config to depsBuildBuild to support cross compilation
This commit is contained in:
@@ -34,6 +34,10 @@ stdenv.mkDerivation rec {
|
||||
hash = "sha256-Va/Rm35jqxDlIfQdrpZ41qrW8YzWmm1LWra76AW1xUw=";
|
||||
};
|
||||
|
||||
depsBuildBuild = [
|
||||
pkg-config
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
pkg-config
|
||||
wayland-scanner
|
||||
|
||||
Reference in New Issue
Block a user