Merge pull request #63687 from flokli/neomutt-remove-wrapper
neomutt: remove mutt wrapper
This commit is contained in:
commit
80172aa0a6
@ -3,19 +3,7 @@
|
|||||||
, lmdb, libxslt, docbook_xsl, docbook_xml_dtd_42, mailcap, runtimeShell
|
, lmdb, libxslt, docbook_xsl, docbook_xml_dtd_42, mailcap, runtimeShell
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
stdenv.mkDerivation rec {
|
||||||
muttWrapper = writeScript "mutt" ''
|
|
||||||
#!${runtimeShell} -eu
|
|
||||||
|
|
||||||
echo 'The neomutt project has renamed the main binary from `mutt` to `neomutt`.'
|
|
||||||
echo ""
|
|
||||||
echo 'This wrapper is provided for compatibility purposes only. You should start calling `neomutt` instead.'
|
|
||||||
echo ""
|
|
||||||
read -p 'Press any key to launch NeoMutt...' -n1 -s
|
|
||||||
exec neomutt "$@"
|
|
||||||
'';
|
|
||||||
|
|
||||||
in stdenv.mkDerivation rec {
|
|
||||||
version = "20180716";
|
version = "20180716";
|
||||||
name = "neomutt-${version}";
|
name = "neomutt-${version}";
|
||||||
|
|
||||||
@ -80,7 +68,6 @@ in stdenv.mkDerivation rec {
|
|||||||
NIX_LDFLAGS = "-lidn";
|
NIX_LDFLAGS = "-lidn";
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
cp ${muttWrapper} $out/bin/mutt
|
|
||||||
wrapProgram "$out/bin/neomutt" --prefix PATH : "$out/libexec/neomutt"
|
wrapProgram "$out/bin/neomutt" --prefix PATH : "$out/libexec/neomutt"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user