renode: rename binary name (#471496)

This commit is contained in:
Aleksana
2025-12-17 12:32:12 +00:00
committed by GitHub
+4
View File
@@ -174,6 +174,10 @@ buildDotnetModule rec {
--set LOCALE_ARCHIVE "${glibcLocales}/lib/locale/locale-archive" \
'';
postFixup = ''
mv $out/bin/Renode $out/bin/renode
'';
executables = [ "Renode" ];
passthru.updateScript = nix-update-script { };