We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e78aad commit da3e9fbCopy full SHA for da3e9fb
pkgs/by-name/ls/lsd/package.nix
@@ -6,6 +6,7 @@
6
pandoc,
7
testers,
8
lsd,
9
+ git,
10
}:
11
12
rustPlatform.buildRustPackage rec {
@@ -37,8 +38,7 @@ rustPlatform.buildRustPackage rec {
37
38
--zsh $releaseDir/build/lsd-*/out/_lsd
39
'';
40
- # Found argument '--test-threads' which wasn't expected, or isn't valid in this context
41
- doCheck = false;
+ nativeCheckInputs = [ git ];
42
43
passthru.tests.version = testers.testVersion { package = lsd; };
44
0 commit comments