lsd: skip failing check on darwin
This commit is contained in:
parent
79b036b7db
commit
aeb67f8bd2
@ -22,6 +22,10 @@ rustPlatform.buildRustPackage rec {
|
|||||||
installShellCompletion $releaseDir/build/lsd-*/out/{_lsd,lsd.{bash,fish}}
|
installShellCompletion $releaseDir/build/lsd-*/out/{_lsd,lsd.{bash,fish}}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
checkFlags = stdenv.lib.optionals stdenv.isDarwin [
|
||||||
|
"--skip meta::filetype::test::test_socket_type"
|
||||||
|
];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = "https://github.com/Peltoche/lsd";
|
homepage = "https://github.com/Peltoche/lsd";
|
||||||
description = "The next gen ls command";
|
description = "The next gen ls command";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user