renode: rename binary name (#471496)
This commit is contained in:
@@ -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 { };
|
||||
|
||||
Reference in New Issue
Block a user