Loading pkgs/tools/misc/qrscan/default.nix +4 −2 Original line number Diff line number Diff line { lib, rustPlatform, fetchFromGitHub, stdenv }: { clang_15, lib, rustPlatform, fetchFromGitHub, stdenv }: rustPlatform.buildRustPackage rec { pname = "qrscan"; Loading @@ -12,7 +12,9 @@ rustPlatform.buildRustPackage rec { }; nativeBuildInputs = [ rustPlatform.bindgenHook (rustPlatform.bindgenHook.overrideAttrs { libclang = clang_15.cc.lib; }) ]; cargoHash = "sha256-P40IwFRtEQp6BGRgmt1x3UXtAKtWaMjR3kqhYq+p7wQ="; Loading Loading
pkgs/tools/misc/qrscan/default.nix +4 −2 Original line number Diff line number Diff line { lib, rustPlatform, fetchFromGitHub, stdenv }: { clang_15, lib, rustPlatform, fetchFromGitHub, stdenv }: rustPlatform.buildRustPackage rec { pname = "qrscan"; Loading @@ -12,7 +12,9 @@ rustPlatform.buildRustPackage rec { }; nativeBuildInputs = [ rustPlatform.bindgenHook (rustPlatform.bindgenHook.overrideAttrs { libclang = clang_15.cc.lib; }) ]; cargoHash = "sha256-P40IwFRtEQp6BGRgmt1x3UXtAKtWaMjR3kqhYq+p7wQ="; Loading