mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-11 18:32:23 +08:00
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:
committed by
github-actions[bot]
parent
7f016e24c7
commit
ebdf00f038
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user