Unverified Commit f794c63c authored by Ilan Joselevich's avatar Ilan Joselevich
Browse files

tree: set meta.mainProgram

parent a9a3caf6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -47,5 +47,6 @@ stdenv.mkDerivation rec {
    '';
    platforms = platforms.all;
    maintainers = with maintainers; [ nickcao ];
    mainProgram = "tree";
  };
}