libsForQt5.ark: rar handler alternative
This commit is contained in:
parent
15c2e24dc8
commit
0f0a33aa5d
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue