Merge pull request #234699 from mweinelt/botamusique-version-fix

botamusique: substitute version information
This commit is contained in:
Janne Heß
2023-05-29 11:47:08 +02:00
committed by GitHub
+2 -1
View File
@@ -60,7 +60,8 @@ stdenv.mkDerivation rec {
# configuration.default.ini, which is in the installation directory
# after all. So we need to counter-patch it here so it can find it absolutely
substituteInPlace mumbleBot.py \
--replace "configuration.default.ini" "$out/share/botamusique/configuration.default.ini"
--replace "configuration.default.ini" "$out/share/botamusique/configuration.default.ini" \
--replace "version = 'git'" "version = '${version}'"
'';
NODE_OPTIONS = "--openssl-legacy-provider";