unpaper: set meta.mainProgram

This commit is contained in:
Robert Schütz 2023-09-28 09:44:04 -07:00
parent bb96340e6b
commit b36ee8cb9c

View file

@ -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 ];
};
}