diff --git a/pkgs/applications/networking/mailreaders/mswatch/default.nix b/pkgs/applications/networking/mailreaders/mswatch/default.nix index 41f0ac2fe488..4c16be2a65aa 100644 --- a/pkgs/applications/networking/mailreaders/mswatch/default.nix +++ b/pkgs/applications/networking/mailreaders/mswatch/default.nix @@ -8,7 +8,7 @@ , glib }: -stdenv.mkDerivation rec { +stdenv.mkDerivation { pname = "mswatch"; # Stable release won't compile successfully version = "unstable-2018-11-21"; @@ -28,7 +28,7 @@ stdenv.mkDerivation rec { ]; meta = with lib; { - description = "A command-line Linux utility that efficiently directs mail synchronization between a pair of mailboxes."; + description = "A command-line Linux utility that efficiently directs mail synchronization between a pair of mailboxes"; homepage = "https://mswatch.sourceforge.net/"; license = licenses.gpl2Plus; platforms = platforms.linux;