mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
lsd: re-enable tests
This commit is contained in:
@@ -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; };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user