gnome-decoder: migrate to bindgenHook

This commit is contained in:
Weijia Wang 2023-05-27 18:43:20 +03:00
parent 3580ac6c65
commit ee58ad840b

View File

@ -1,7 +1,6 @@
{ lib
, clangStdenv
, fetchFromGitLab
, libclang
, rustPlatform
, cargo
, meson
@ -50,6 +49,7 @@ clangStdenv.mkDerivation rec {
desktop-file-utils
cargo
rustc
rustPlatform.bindgenHook
rustPlatform.cargoSetupHook
];
@ -66,8 +66,6 @@ clangStdenv.mkDerivation rec {
gst-plugins-bad
];
LIBCLANG_PATH = "${libclang.lib}/lib";
meta = with lib; {
description = "Scan and Generate QR Codes";
homepage = "https://gitlab.gnome.org/World/decoder";