Enable rar support of p7zip
This commit is contained in:
parent
a16b0e260c
commit
fa8323bddc
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue