Skip to content

Commit da3e9fb

Browse files
ofalvaizowoq
authored andcommitted
lsd: re-enable tests
1 parent 3e78aad commit da3e9fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ls/lsd/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
pandoc,
77
testers,
88
lsd,
9+
git,
910
}:
1011

1112
rustPlatform.buildRustPackage rec {
@@ -37,8 +38,7 @@ rustPlatform.buildRustPackage rec {
3738
--zsh $releaseDir/build/lsd-*/out/_lsd
3839
'';
3940

40-
# Found argument '--test-threads' which wasn't expected, or isn't valid in this context
41-
doCheck = false;
41+
nativeCheckInputs = [ git ];
4242

4343
passthru.tests.version = testers.testVersion { package = lsd; };
4444

0 commit comments

Comments
 (0)