Merge pull request #137841 from ncfavier/file-roller-wrapper
gnome.file-roller: avoid wrapping the program twice
This commit is contained in:
commit
0da8b6d580
@ -25,10 +25,11 @@ stdenv.mkDerivation rec {
|
||||
patchShebangs data/set-mime-type-entry.py
|
||||
'';
|
||||
|
||||
postFixup = ''
|
||||
preFixup = ''
|
||||
# Workaround because of https://gitlab.gnome.org/GNOME/file-roller/issues/40
|
||||
wrapProgram "$out/bin/file-roller" \
|
||||
gappsWrapperArgs+=(
|
||||
--prefix PATH : ${lib.makeBinPath [ unzip ]}
|
||||
)
|
||||
'';
|
||||
|
||||
passthru = {
|
||||
|
Loading…
Reference in New Issue
Block a user