flymake-cursor: remove redundant 'meta.platforms = stdenv.lib.platforms.all' setting

This commit is contained in:
Peter Simons 2014-04-08 11:52:54 +02:00
parent d9332659d2
commit 1b1225fb0b

View file

@ -26,7 +26,5 @@ stdenv.mkDerivation rec {
description = "Displays flymake error msg in minibuffer after delay";
homepage = http://www.emacswiki.org/emacs/flymake-cursor.el;
license = stdenv.lib.licenses.publicDomain;
platforms = stdenv.lib.platforms.all;
};
}