mirror of
https://github.com/hyprwm/xdg-desktop-portal-hyprland.git
synced 2025-10-29 19:45:14 +00:00
Nix: add pkg-config to depsBuildBuild
This commit is contained in:
parent
fac807e549
commit
8e5ca2a299
@ -29,6 +29,10 @@ stdenv.mkDerivation {
|
||||
|
||||
src = ../.;
|
||||
|
||||
depsBuildBuild = [
|
||||
pkg-config
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
cmake
|
||||
makeWrapper
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user