unpaper: set meta.mainProgram

+1
+1
pkgs/tools/graphics/unpaper/default.nix
··· 53 description = "Post-processing tool for scanned sheets of paper"; 54 license = licenses.gpl2; 55 platforms = platforms.all; 56 maintainers = [ maintainers.rycee ]; 57 }; 58 }
··· 53 description = "Post-processing tool for scanned sheets of paper"; 54 license = licenses.gpl2; 55 platforms = platforms.all; 56 + mainProgram = "unpaper"; 57 maintainers = [ maintainers.rycee ]; 58 }; 59 }