From e73ac924c62369cc4ac05912e7a67facfc2e66b8 Mon Sep 17 00:00:00 2001 From: Michael Alan Dorman Date: Mon, 15 Jan 2018 13:22:38 -0500 Subject: [PATCH] melpa-stable: Don't `markBroken rcirc-menu` (that doesn't exist) This `markBroken` annotation was either added in error (by me), or the package was removed from melpa-stable, but either way, it's no longer in that package set, so remove the annotation. --- .../applications/editors/emacs-modes/melpa-stable-packages.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/applications/editors/emacs-modes/melpa-stable-packages.nix b/pkgs/applications/editors/emacs-modes/melpa-stable-packages.nix index 6d23d508228b..a2ba794933ea 100644 --- a/pkgs/applications/editors/emacs-modes/melpa-stable-packages.nix +++ b/pkgs/applications/editors/emacs-modes/melpa-stable-packages.nix @@ -164,9 +164,6 @@ self: # upstream issue: missing file header qiita = markBroken super.qiita; - # upstream issue: missing file header - rcirc-menu = markBroken super.rcirc-menu; - # upstream issue: missing file header speech-tagger = markBroken super.speech-tagger;