imapsync: cleanup
This commit is contained in:
@@ -18,7 +18,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
postPatch = ''
|
||||
sed -i -e s@/usr@$out@ Makefile
|
||||
substituteInPlace INSTALL.d/prerequisites_imapsync --replace "PAR::Packer" ""
|
||||
substituteInPlace INSTALL.d/prerequisites_imapsync --replace-fail "PAR::Packer" ""
|
||||
'';
|
||||
|
||||
postInstall = ''
|
||||
@@ -68,13 +68,13 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
meta = {
|
||||
description = "Mail folder synchronizer between IMAP servers";
|
||||
mainProgram = "imapsync";
|
||||
homepage = "https://imapsync.lamiral.info/";
|
||||
homepage = "https://imapsync.lamiral.info";
|
||||
license = lib.licenses.nlpl;
|
||||
maintainers = with lib.maintainers; [
|
||||
pSub
|
||||
motiejus
|
||||
];
|
||||
platforms = lib.platforms.unix;
|
||||
mainProgram = "imapsync";
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user