Commit b36ee8cb authored by Robert Schütz's avatar Robert Schütz
Browse files

unpaper: set meta.mainProgram

parent bb96340e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -53,6 +53,7 @@ stdenv.mkDerivation rec {
    description = "Post-processing tool for scanned sheets of paper";
    license = licenses.gpl2;
    platforms = platforms.all;
    mainProgram = "unpaper";
    maintainers = [ maintainers.rycee ];
  };
}