lsd: skip failing check on darwin
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user