Enable rar support of p7zip

This commit is contained in:
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) [ pkg: builtins.elem (lib.getName pkg) [
"corefonts" "corefonts"
"vista-fonts" "vista-fonts"
"p7zip" # exception: rar source code is not free, but available; p7zip with `enableUnfree` includes it
] ]
); );
# Add unstable channel # Add unstable channel

View file

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