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:
guillaumecherel 2021-03-22 09:34:15 +01:00 committed by github-actions[bot]
parent 7f016e24c7
commit ebdf00f038

View File

@ -33,8 +33,7 @@ stdenv.mkDerivation rec {
# wrapper breaks this behaviour. The following wrappers preserve it.
mkdir -p $out/wrapped
for x in mcom mbnc mfwd mrep
do
for x in mcom mbnc mfwd mrep; do
mv $out/bin/$x $out/wrapped
makeWrapper $out/wrapped/$x $out/bin/$x \
--argv0 $out/bin/$x \