bat-extras.batgrep: disable tests
This commit is contained in:
@@ -11,5 +11,8 @@ buildBatExtrasPkg {
|
|||||||
coreutils
|
coreutils
|
||||||
ripgrep
|
ripgrep
|
||||||
];
|
];
|
||||||
|
# The tests are broken with the new bat 0.26.0
|
||||||
|
# https://github.com/eth-p/bat-extras/issues/143
|
||||||
|
doCheck = false;
|
||||||
meta.description = "Quickly search through and highlight files using ripgrep";
|
meta.description = "Quickly search through and highlight files using ripgrep";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user