mirror of
https://github.com/hyprwm/xdg-desktop-portal-hyprland.git
synced 2024-11-21 22:25:58 +01:00
Nix: add pkg-config to depsBuildBuild
This commit is contained in:
parent
fac807e549
commit
8e5ca2a299
1 changed files with 4 additions and 0 deletions
|
@ -29,6 +29,10 @@ stdenv.mkDerivation {
|
|||
|
||||
src = ../.;
|
||||
|
||||
depsBuildBuild = [
|
||||
pkg-config
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
cmake
|
||||
makeWrapper
|
||||
|
|
Loading…
Reference in a new issue