22 src = fetchFromGitLab {
26 hash = "sha256-OQ45GV+bViIejGC03lAuvw/y8v1itA+6pFC4H/qL744=";
31 ldflags = [ "-s" "-w" ];
50 install -Dm644 icon.svg $out/share/icons/hicolor/scalable/apps/clipqr.svg
56 desktopName = "ClipQR";
58 categories = [ "Utility" ];
60 comment = "Scan QR codes on screen and from camera";
61 genericName = "ClipQR";
66 description = "Scan QR codes on screen and from camera, the result is in your clipboard";
67 license = licenses.mit;
68 maintainers = with maintainers; [ MatthieuBarthel ];
69 homepage = "https://gitlab.com/imatt-foss/clipqr";
70 broken = stdenv.isDarwin;