summary refs log tree commit diff
path: root/pkgs/top-level/emacs-packages.nix
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2016-09-26 08:38:18 -0500
committerThomas Tuegel <ttuegel@gmail.com>2016-09-26 08:38:31 -0500
commitfc960d2ad8a6544160705780e481b90d6769b17a (patch)
tree109a54e996644fc31ea49debf82675e7ef81b44c /pkgs/top-level/emacs-packages.nix
parent4e26fff78484fae6e03f866ef93f0d9175525d6e (diff)
downloadnixlib-fc960d2ad8a6544160705780e481b90d6769b17a.tar
nixlib-fc960d2ad8a6544160705780e481b90d6769b17a.tar.gz
nixlib-fc960d2ad8a6544160705780e481b90d6769b17a.tar.bz2
nixlib-fc960d2ad8a6544160705780e481b90d6769b17a.tar.lz
nixlib-fc960d2ad8a6544160705780e481b90d6769b17a.tar.xz
nixlib-fc960d2ad8a6544160705780e481b90d6769b17a.tar.zst
nixlib-fc960d2ad8a6544160705780e481b90d6769b17a.zip
emacs-swiper: 0.7.0 -> 0.8.0
Diffstat (limited to 'pkgs/top-level/emacs-packages.nix')
-rw-r--r--pkgs/top-level/emacs-packages.nix19
1 files changed, 0 insertions, 19 deletions
diff --git a/pkgs/top-level/emacs-packages.nix b/pkgs/top-level/emacs-packages.nix
index e00e2eade7ae..4cb175c39ccc 100644
--- a/pkgs/top-level/emacs-packages.nix
+++ b/pkgs/top-level/emacs-packages.nix
@@ -337,25 +337,6 @@ let
     };
   };
 
-  swiper = melpaBuild rec {
-    pname   = "swiper";
-    version = "0.7.0";
-    src = fetchFromGitHub {
-      owner  = "abo-abo";
-      repo   = pname;
-      rev    = version;
-      sha256 = "1kahl3h18vsjkbqvd84fb2w45s4srsiydn6jiv49vvg1yaxzxcbm";
-    };
-    fileSpecs = [ "swiper.el" "ivy.el" "colir.el" "counsel.el" ];
-    meta = {
-      description = "Overview as you search for a regex in Emacs";
-      license = gpl3Plus;
-    };
-  };
-  ivy = swiper;
-
-  #TODO: swiper-helm
-
   switch-window = melpaBuild rec {
     pname   = "switch-window";
     version = "20140919";