Merge pull request #315870 from wegank/dleyna-core-darwin

dleyna-core: fix build on darwin
This commit is contained in:
Weijia Wang
2024-06-01 17:08:30 +02:00
committed by GitHub
@@ -32,6 +32,11 @@ stdenv.mkDerivation rec {
gupnp
];
env.NIX_CFLAGS_COMPILE = toString (lib.optionals stdenv.cc.isClang [
"-Wno-error=implicit-function-declaration"
"-Wno-error=int-conversion"
]);
meta = with lib; {
description = "Library of utility functions that are used by the higher level dLeyna";
homepage = "https://github.com/phako/dleyna-core";