Update pkgs/applications/networking/mailreaders/mblaze/default.nix
Co-authored-by: Sandro <sandro.jaeckel@gmail.com> (cherry picked from commit e9d4b68fdc43af8e85868ae589eda51ce088c3e8)
This commit is contained in:
parent
7f016e24c7
commit
ebdf00f038
@ -33,8 +33,7 @@ stdenv.mkDerivation rec {
|
|||||||
# wrapper breaks this behaviour. The following wrappers preserve it.
|
# wrapper breaks this behaviour. The following wrappers preserve it.
|
||||||
|
|
||||||
mkdir -p $out/wrapped
|
mkdir -p $out/wrapped
|
||||||
for x in mcom mbnc mfwd mrep
|
for x in mcom mbnc mfwd mrep; do
|
||||||
do
|
|
||||||
mv $out/bin/$x $out/wrapped
|
mv $out/bin/$x $out/wrapped
|
||||||
makeWrapper $out/wrapped/$x $out/bin/$x \
|
makeWrapper $out/wrapped/$x $out/bin/$x \
|
||||||
--argv0 $out/bin/$x \
|
--argv0 $out/bin/$x \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user