mympd: Remove enabled by default lua support

This commit is contained in:
Doron Behar 2023-08-20 23:34:46 +03:00
parent 4b695e64f7
commit e88fa15688

View file

@ -45,7 +45,6 @@ stdenv.mkDerivation rec {
];
cmakeFlags = [
"-DENABLE_LUA=ON"
# Otherwise, it tries to parse $out/etc/mympd.conf on startup.
"-DCMAKE_INSTALL_SYSCONFDIR=/etc"
# similarly here