Revert "ark: remove p7zip"

This reverts commit 06fa14fd7d.
p7zip is now switched to a maintained fork
This commit is contained in:
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, libarchive, libzip,
# Archive tools # Archive tools
lrzip, p7zip, lrzip,
# Unfree tools # Unfree tools
unfreeEnableUnrar ? false, unrar, unfreeEnableUnrar ? false, unrar,
}: }:
let let
extraTools = [ lrzip ] ++ lib.optional unfreeEnableUnrar unrar; extraTools = [ p7zip lrzip ] ++ lib.optional unfreeEnableUnrar unrar;
in in
mkDerivation { mkDerivation {