mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 02:37:38 +00:00
qrscan: Pin libclang to version 15
This commit is contained in:
parent
5719ed6853
commit
18c3616b0e
@ -1,4 +1,4 @@
|
||||
{ lib, rustPlatform, fetchFromGitHub, stdenv }:
|
||||
{ clang_15, lib, rustPlatform, fetchFromGitHub, stdenv }:
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "qrscan";
|
||||
@ -12,7 +12,9 @@ rustPlatform.buildRustPackage rec {
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
rustPlatform.bindgenHook
|
||||
(rustPlatform.bindgenHook.overrideAttrs {
|
||||
libclang = clang_15.cc.lib;
|
||||
})
|
||||
];
|
||||
|
||||
cargoHash = "sha256-P40IwFRtEQp6BGRgmt1x3UXtAKtWaMjR3kqhYq+p7wQ=";
|
||||
|
Loading…
Reference in New Issue
Block a user