Commit e77e16b4 authored by Loke Gustafsson's avatar Loke Gustafsson
Browse files

unrar: explicit `meta.mainProgram`

parent 5c996252
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -54,6 +54,7 @@ stdenv.mkDerivation (finalAttrs: {
    description = "Utility for RAR archives";
    homepage = "https://www.rarlab.com/";
    license = licenses.unfreeRedistributable;
    mainProgram = "unrar";
    maintainers = with maintainers; [ ehmry wegank ];
    platforms = platforms.all;
  };