lsd: skip failing check on darwin

This commit is contained in:
zowoq 2020-10-21 21:49:30 +10:00
parent 79b036b7db
commit aeb67f8bd2

View file

@ -22,6 +22,10 @@ rustPlatform.buildRustPackage rec {
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; {
homepage = "https://github.com/Peltoche/lsd";
description = "The next gen ls command";