Commit 0ef272c7 authored by Samuel Silva's avatar Samuel Silva
Browse files

renode: rename binary name

parent bbf9be8f
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -183,6 +183,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 { };