diff options
author | Nick Cao <nickcao@nichi.co> | 2022-04-06 21:48:22 +0800 |
---|---|---|
committer | Nick Cao <nickcao@nichi.co> | 2022-04-14 11:09:25 +0800 |
commit | b6b2d2273669a1eaf4f2078b65948ad76ed0d085 (patch) | |
tree | 3b6078f1bea729caa0465fce8d79c089832c132c | |
parent | dfc7a3980383e1d55b106118eb768648d234e9e6 (diff) |
wayland-utils: add pkg-config to depsBuildBuild
-rw-r--r-- | pkgs/tools/wayland/wayland-utils/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/wayland/wayland-utils/default.nix b/pkgs/tools/wayland/wayland-utils/default.nix index 16bce1723aa6c..d685bde83f95c 100644 --- a/pkgs/tools/wayland/wayland-utils/default.nix +++ b/pkgs/tools/wayland/wayland-utils/default.nix @@ -12,6 +12,7 @@ stdenv.mkDerivation rec { sha256 = "1h38l850ww6hxjb1l8iwa33nkbz8q88bw6lh0aryjyp8b16crzk4"; }; + depsBuildBuild = [ pkg-config ]; nativeBuildInputs = [ meson pkg-config ninja wayland-scanner ]; buildInputs = [ wayland wayland-protocols ]; |