25 clangStdenv.mkDerivation rec {
26 pname = "gnome-decoder";
29 src = fetchFromGitLab {
30 domain = "gitlab.gnome.org";
34 hash = "sha256-ZEt4QaT2w7PgsnwBCYeDbhcYX0yd0boes/LoejQx0XU=";
37 cargoDeps = rustPlatform.fetchCargoTarball {
39 name = "${pname}-${version}";
40 hash = "sha256-acYOSPSUgm0Kg/bo2WF4sRWfCt03AZdTyNNt3Qv7Zjg=";
52 rustPlatform.bindgenHook
53 rustPlatform.cargoSetupHook
70 description = "Scan and Generate QR Codes";
71 homepage = "https://gitlab.gnome.org/World/decoder";
72 license = licenses.gpl3Plus;
73 platforms = platforms.linux;
74 mainProgram = "decoder";
75 maintainers = with maintainers; [ zendo ];