mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 11:23:29 +00:00
gupnp-tools: fixup build after libxml2 upgrade
This commit is contained in:
parent
10af23a180
commit
8e057e6e85
@ -41,6 +41,9 @@ stdenv.mkDerivation rec {
|
||||
gtksourceview4
|
||||
];
|
||||
|
||||
# new libxml2 version
|
||||
NIX_CFLAGS_COMPILE = [ "-Wno-error=deprecated-declarations" ];
|
||||
|
||||
passthru = {
|
||||
updateScript = gnome.updateScript {
|
||||
packageName = pname;
|
||||
|
Loading…
Reference in New Issue
Block a user