flatpak-builder: remove p7zip dependency
7zip is unmaintained and full of holes. In the worst case, it can be still picked up from PATH. https://discourse.nixos.org/t/p7zip-and-possible-rces/6951
This commit is contained in:
@@ -29,7 +29,6 @@
|
||||
, gnumake
|
||||
, gnupg
|
||||
, gnutar
|
||||
, p7zip
|
||||
, json-glib
|
||||
, libcap
|
||||
, libdwarf
|
||||
@@ -99,7 +98,6 @@ in stdenv.mkDerivation rec {
|
||||
cpio = "${cpio}/bin/cpio";
|
||||
git = "${gitMinimal}/bin/git";
|
||||
rofilesfuse = "${ostree}/bin/rofiles-fuse";
|
||||
sevenz = "${p7zip}/bin/7z";
|
||||
strip = "${binutils}/bin/strip";
|
||||
eustrip = "${elfutils}/bin/eu-strip";
|
||||
euelfcompress = "${elfutils}/bin/eu-elfcompress";
|
||||
|
||||
Reference in New Issue
Block a user