From 64fdbcc7e0949a3d3bf1cee3361d5ebe5c56cc4c Mon Sep 17 00:00:00 2001 From: aszlig Date: Wed, 6 May 2020 03:03:33 +0200 Subject: profiles/workstation: Replace p7zip with unar A while ago, p7zip has been marked as insecure[1], and while I didn't use p7zip for any real archives, I used it for unrelated things like executables and ISO9660 images and of course occasionally also 7z files. While I haven't done extensive testing with unar, it does seem to have a similar feature set when it comes to non-archive formats and also has support for 7z archives as well. [1]: https://github.com/NixOS/nixpkgs/commit/aa80b4780d849a00d86c28d6b3c Signed-off-by: aszlig --- modules/user/aszlig/profiles/workstation/packages.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/user/aszlig/profiles/workstation/packages.nix b/modules/user/aszlig/profiles/workstation/packages.nix index f0646207..2a7e1645 100644 --- a/modules/user/aszlig/profiles/workstation/packages.nix +++ b/modules/user/aszlig/profiles/workstation/packages.nix @@ -47,7 +47,6 @@ pkgs: with pkgs; [ nmap openssh openssl - p7zip pavucontrol posix_man_pages pulseaudioLight @@ -72,6 +71,7 @@ pkgs: with pkgs; [ surfraw vuizvui.taalo-build telnet + unar unzip valgrind vbindiff -- cgit 1.4.1