Merge pull request #194064 from linsui/file-roller

file-roller: remove unzip
This commit is contained in:
Christian Kögler 2022-10-16 20:17:40 +02:00 committed by GitHub
commit 7e04c98eb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,6 @@
, libarchive
, libportal-gtk3
, nautilus
, unzip
}:
stdenv.mkDerivation rec {
@ -61,13 +60,6 @@ stdenv.mkDerivation rec {
patchShebangs data/set-mime-type-entry.py
'';
preFixup = ''
# Workaround because of https://gitlab.gnome.org/GNOME/file-roller/issues/40
gappsWrapperArgs+=(
--prefix PATH : ${lib.makeBinPath [ unzip ]}
)
'';
passthru = {
updateScript = gnome.updateScript {
packageName = "file-roller";