mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 21:21:06 +00:00
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}}
|
||||
'';
|
||||
|
||||
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";
|
||||
|
|
Loading…
Reference in a new issue