19 stdenv.mkDerivation (finalAttrs: {
20 pname = "textsnatcher";
23 src = fetchFromGitHub {
25 repo = "TextSnatcher";
26 rev = "v${finalAttrs.version}";
27 hash = "sha256-phqtPjwKB5BoCpL+cMeHvRLL76ZxQ5T74cpAsgN+/JM=";
49 --prefix PATH : ${lib.makeBinPath [ scrot tesseract ]}
54 description = "Copy Text from Images with ease, Perform OCR operations in seconds";
55 homepage = "https://textsnatcher.rf.gd/";
56 changelog = "https://github.com/RajSolai/TextSnatcher/releases/tag/v${finalAttrs.version}";
57 license = licenses.gpl3Only;
58 maintainers = with maintainers; [ galaxy ];
59 mainProgram = "com.github.rajsolai.textsnatcher";
60 platforms = platforms.linux;