pkgsStatic.lilv: fix build
This commit is contained in:
parent
294b981465
commit
48c54f64ca
@ -31,7 +31,11 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [ libsndfile serd sord sratom ];
|
||||
propagatedBuildInputs = [ lv2 ];
|
||||
|
||||
mesonFlags = [ "-Ddocs=disabled" ];
|
||||
mesonFlags = [
|
||||
"-Ddocs=disabled"
|
||||
# Tests require building a shared library.
|
||||
(lib.mesonEnable "tests" (!stdenv.hostPlatform.isStatic))
|
||||
];
|
||||
|
||||
passthru = {
|
||||
tests = {
|
||||
|
Loading…
Reference in New Issue
Block a user