summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authoradisbladis <adisbladis@gmail.com>2019-08-31 23:54:10 +0100
committeradisbladis <adisbladis@gmail.com>2019-08-31 23:56:32 +0100
commite018f9cf409b4001925ebcd08be1f49142f2f670 (patch)
treea8d50b582fc289173a3ace204b24865e130cc08d /pkgs
parenta8715b4df783c9f6722da78f936b5701c78b47a1 (diff)
downloadnixpkgs-e018f9cf409b4001925ebcd08be1f49142f2f670.tar
nixpkgs-e018f9cf409b4001925ebcd08be1f49142f2f670.tar.gz
nixpkgs-e018f9cf409b4001925ebcd08be1f49142f2f670.tar.bz2
nixpkgs-e018f9cf409b4001925ebcd08be1f49142f2f670.tar.lz
nixpkgs-e018f9cf409b4001925ebcd08be1f49142f2f670.tar.xz
nixpkgs-e018f9cf409b4001925ebcd08be1f49142f2f670.tar.zst
nixpkgs-e018f9cf409b4001925ebcd08be1f49142f2f670.zip
emacsPackages.processing-snippets: Unmark as broken
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/editors/emacs-modes/melpa-packages.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/applications/editors/emacs-modes/melpa-packages.nix b/pkgs/applications/editors/emacs-modes/melpa-packages.nix
index f5894a0cc35..cbf862daa84 100644
--- a/pkgs/applications/editors/emacs-modes/melpa-packages.nix
+++ b/pkgs/applications/editors/emacs-modes/melpa-packages.nix
@@ -367,9 +367,6 @@ env NIXPKGS_ALLOW_BROKEN=1 nix-instantiate --show-trace ../../../../ -A emacsPac
           HOME = "/tmp";
         });
 
-        # upstream issue: mismatched filename
-        processing-snippets = markBroken super.processing-snippets;
-
         racer = super.racer.overrideAttrs (attrs: {
           postPatch = attrs.postPatch or "" + ''
             substituteInPlace racer.el \