Merge pull request #315870 from wegank/dleyna-core-darwin
dleyna-core: fix build on darwin
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user