flymake-cursor: remove redundant 'meta.platforms = stdenv.lib.platforms.all' setting
This commit is contained in:
parent
d9332659d2
commit
1b1225fb0b
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user