mympd: fix cross build (#377747)

This commit is contained in:
Nikolay Korotkiy
2025-01-31 23:10:10 +04:00
committed by GitHub
+3
View File
@@ -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 = {