Merge pull request #280712 from eclairevoyant/gssdp-strict

gssdp: fix build with `strictDeps = true;`

authored by Artturi and committed by GitHub 2f932e93 30da98a1

+6
+6
pkgs/development/libraries/gssdp/default.nix
··· 26 26 sha256 = "VySWVDV9PVGxQDFRaaJMBnHeeqUsb3XIxcmr1Ao1JSk="; 27 27 }; 28 28 29 + strictDeps = true; 30 + 31 + depsBuildBuild = [ 32 + pkg-config 33 + ]; 34 + 29 35 nativeBuildInputs = [ 30 36 meson 31 37 ninja