mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
gnome-decoder: migrate to bindgenHook
This commit is contained in:
parent
3580ac6c65
commit
ee58ad840b
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user