Merge pull request #208358 from Artturin/makepkgconfigitemfixcross
This commit is contained in:
commit
4c5307057a
1 changed files with 1 additions and 1 deletions
|
@ -65,5 +65,5 @@ writeTextFile {
|
|||
name = "${name}.pc";
|
||||
destination = "/lib/pkgconfig/${name}.pc";
|
||||
text = builtins.concatStringsSep "\n" content;
|
||||
checkPhase = ''${buildPackages.pkg-config}/bin/pkg-config --validate "$target"'';
|
||||
checkPhase = ''${buildPackages.pkg-config}/bin/${buildPackages.pkg-config.targetPrefix}pkg-config --validate "$target"'';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue