gssdp: fix build with strictDeps = true;

This commit is contained in:
éclairevoyant 2024-01-13 06:32:34 -05:00
parent a21b0a6982
commit 43553e9192
No known key found for this signature in database
GPG Key ID: E3813AEAA02DB54B

View File

@ -26,6 +26,12 @@ stdenv.mkDerivation rec {
sha256 = "VySWVDV9PVGxQDFRaaJMBnHeeqUsb3XIxcmr1Ao1JSk=";
};
strictDeps = true;
depsBuildBuild = [
pkg-config
];
nativeBuildInputs = [
meson
ninja