mpv: fix typo

This commit is contained in:
Emily
2024-10-23 09:58:27 +01:00
parent 40a1f6de8c
commit 472f5217cc
+1 -1
View File
@@ -162,7 +162,7 @@ stdenv'.mkDerivation (finalAttrs: {
''
substituteInPlace meson.build \
--replace-fail "conf_data.set_quoted('CONFIGURATION', configuration)" \
"conf_data.set_quoted('CONFIGURATION', '<ommited>')"
"conf_data.set_quoted('CONFIGURATION', '<omitted>')"
''
# A trick to patchShebang everything except mpv_identify.sh
''