Merge pull request #194064 from linsui/file-roller
file-roller: remove unzip
This commit is contained in:
commit
7e04c98eb9
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user