forked from mirrors/nixpkgs
gnome-decoder: migrate to bindgenHook
This commit is contained in:
parent
3580ac6c65
commit
ee58ad840b
|
@ -1,7 +1,6 @@
|
||||||
{ lib
|
{ lib
|
||||||
, clangStdenv
|
, clangStdenv
|
||||||
, fetchFromGitLab
|
, fetchFromGitLab
|
||||||
, libclang
|
|
||||||
, rustPlatform
|
, rustPlatform
|
||||||
, cargo
|
, cargo
|
||||||
, meson
|
, meson
|
||||||
|
@ -50,6 +49,7 @@ clangStdenv.mkDerivation rec {
|
||||||
desktop-file-utils
|
desktop-file-utils
|
||||||
cargo
|
cargo
|
||||||
rustc
|
rustc
|
||||||
|
rustPlatform.bindgenHook
|
||||||
rustPlatform.cargoSetupHook
|
rustPlatform.cargoSetupHook
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -66,8 +66,6 @@ clangStdenv.mkDerivation rec {
|
||||||
gst-plugins-bad
|
gst-plugins-bad
|
||||||
];
|
];
|
||||||
|
|
||||||
LIBCLANG_PATH = "${libclang.lib}/lib";
|
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Scan and Generate QR Codes";
|
description = "Scan and Generate QR Codes";
|
||||||
homepage = "https://gitlab.gnome.org/World/decoder";
|
homepage = "https://gitlab.gnome.org/World/decoder";
|
||||||
|
|
Loading…
Reference in a new issue