programs: Remove unused ripgrep-all override
This commit is contained in:
parent
360f7de65d
commit
e07c4ea7b4
|
@ -1,4 +1,4 @@
|
||||||
# SPDX-FileCopyrightText: 2020-2023 Simon Bruder <simon@sbruder.de>
|
# SPDX-FileCopyrightText: 2020-2024 Simon Bruder <simon@sbruder.de>
|
||||||
#
|
#
|
||||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
|
||||||
|
@ -156,7 +156,7 @@ in
|
||||||
# tools
|
# tools
|
||||||
gdb # debugger (for coredumpctl debug)
|
gdb # debugger (for coredumpctl debug)
|
||||||
gdrive # cli downloader for google drive
|
gdrive # cli downloader for google drive
|
||||||
(ripgrep-all.overrideAttrs (o: { tesseract = tesseract.override { enableLanguages = [ "deu" "eng" ]; }; })) # ripgrep for complex (binary) files
|
ripgrep-all # ripgrep for complex (binary) files
|
||||||
|
|
||||||
# audio and video
|
# audio and video
|
||||||
libbluray # includes command line tools
|
libbluray # includes command line tools
|
||||||
|
|
Loading…
Reference in a new issue