libsForQt5.ark: rar handler alternative

This commit is contained in:
Diamondy4 2023-06-07 18:59:19 +03:00
parent 15c2e24dc8
commit 0f0a33aa5d

View file

@ -3,13 +3,13 @@
, kiconthemes, kitemmodels, khtml, kio, kparts, kpty, kservice, kwidgetsaddons
, libarchive, libzip
# Archive tools
, p7zip, lrzip
, p7zip, lrzip, unar
# Unfree tools
, unfreeEnableUnrar ? false, unrar
}:
let
extraTools = [ p7zip lrzip ] ++ lib.optional unfreeEnableUnrar unrar;
extraTools = [ p7zip lrzip unar ] ++ lib.optional unfreeEnableUnrar unrar;
in
mkDerivation {