Unverified Commit 322fdfcd authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

renode: rename binary name (#471496)

parents 76ee565c 0ef272c7
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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 { };