ark: remove p7zip

This commit is contained in:
Edmund Wu
2020-05-02 22:05:12 +02:00
committed by Milan
parent d9fc843f95
commit 06fa14fd7d
+2 -2
View File
@@ -9,14 +9,14 @@
libarchive, libzip,
# Archive tools
p7zip, lrzip,
lrzip,
# Unfree tools
unfreeEnableUnrar ? false, unrar,
}:
let
extraTools = [ p7zip lrzip ] ++ lib.optional unfreeEnableUnrar unrar;
extraTools = [ lrzip ] ++ lib.optional unfreeEnableUnrar unrar;
in
mkDerivation {