lsd: re-enable tests

This commit is contained in:
Olivér Falvai
2025-03-28 20:58:40 +01:00
committed by zowoq
parent 3e78aad351
commit da3e9fb555

View File

@@ -6,6 +6,7 @@
pandoc,
testers,
lsd,
git,
}:
rustPlatform.buildRustPackage rec {
@@ -37,8 +38,7 @@ rustPlatform.buildRustPackage rec {
--zsh $releaseDir/build/lsd-*/out/_lsd
'';
# Found argument '--test-threads' which wasn't expected, or isn't valid in this context
doCheck = false;
nativeCheckInputs = [ git ];
passthru.tests.version = testers.testVersion { package = lsd; };