Enable rar support of p7zip

pull/30/head
Simon Bruder 2021-01-01 13:00:38 +01:00
parent a16b0e260c
commit fa8323bddc
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
2 changed files with 2 additions and 1 deletions

View File

@ -102,6 +102,7 @@
pkg: builtins.elem (lib.getName pkg) [
"corefonts"
"vista-fonts"
"p7zip" # exception: rar source code is not free, but available; p7zip with `enableUnfree` includes it
]
);
# Add unstable channel

View File

@ -38,7 +38,7 @@
# file format tools
imagemagick # image conversion
p7zip # 7z cli
(p7zip.override { enableUnfree = true; }) # 7z cli (with rar support)
pdftk # pdf multitool
sqlite-interactive # cli for sqlite databses
upx # executable packer