Merge pull request #194064 from linsui/file-roller
file-roller: remove unzip
This commit is contained in:
commit
7e04c98eb9
@ -21,7 +21,6 @@
|
|||||||
, libarchive
|
, libarchive
|
||||||
, libportal-gtk3
|
, libportal-gtk3
|
||||||
, nautilus
|
, nautilus
|
||||||
, unzip
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
@ -61,13 +60,6 @@ stdenv.mkDerivation rec {
|
|||||||
patchShebangs data/set-mime-type-entry.py
|
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 = {
|
passthru = {
|
||||||
updateScript = gnome.updateScript {
|
updateScript = gnome.updateScript {
|
||||||
packageName = "file-roller";
|
packageName = "file-roller";
|
||||||
|
Loading…
Reference in New Issue
Block a user