mympd: fix cross build (#377747)
This commit is contained in:
@@ -33,6 +33,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
gzip
|
||||
perl
|
||||
jq
|
||||
lua5_3 # luac is needed for cross builds
|
||||
];
|
||||
preConfigure = ''
|
||||
env MYMPD_BUILDDIR=$PWD/build ./build.sh createassets
|
||||
@@ -59,6 +60,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
# 5 tests out of 23 fail, probably due to the sandbox...
|
||||
doCheck = false;
|
||||
|
||||
strictDeps = true;
|
||||
|
||||
passthru.tests = { inherit (nixosTests) mympd; };
|
||||
|
||||
meta = {
|
||||
|
||||
Reference in New Issue
Block a user