Revert "ark: remove p7zip"

This reverts commit 06fa14fd7d.
p7zip is now switched to a maintained fork
gstqt5
Bart Brouns 2020-06-11 15:19:33 +02:00
parent 133e10fb8e
commit 331fb4c9e2
1 changed files with 2 additions and 2 deletions

View File

@ -9,14 +9,14 @@
libarchive, libzip,
# Archive tools
lrzip,
p7zip, lrzip,
# Unfree tools
unfreeEnableUnrar ? false, unrar,
}:
let
extraTools = [ lrzip ] ++ lib.optional unfreeEnableUnrar unrar;
extraTools = [ p7zip lrzip ] ++ lib.optional unfreeEnableUnrar unrar;
in
mkDerivation {