tuicr: fix build
Co-authored-by: chocoblocko9 <91826251+chocoblocko9@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
cfb765a866
commit
1b9ef0d030
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user