tuicr: fix build

Co-authored-by: chocoblocko9 <91826251+chocoblocko9@users.noreply.github.com>
This commit is contained in:
Oleksii Filonenko
2026-06-25 20:27:50 +01:00
committed by GitHub
parent cfb765a866
commit 1b9ef0d030
+3 -3
View File
@@ -11,6 +11,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
pname = "tuicr";
version = "0.18.0";
__structuredAttrs = true;
src = fetchFromGitHub {
owner = "agavra";
repo = "tuicr";
@@ -22,9 +24,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
strictDeps = true;
nativeCheckInputs = [
git
];
nativeCheckInputs = [ git ];
checkFlags = [
# expects to be run inside the upstream git repository