summary refs log tree commit diff
path: root/pkgs/top-level/emacs-packages.nix
diff options
context:
space:
mode:
authorJan Malakhovski <oxij@oxij.org>2015-12-04 16:02:03 +0000
committerJan Malakhovski <oxij@oxij.org>2015-12-04 17:55:51 +0000
commit9c3f2bd3220c2f8e421a9e5294d4bf809abd7fa7 (patch)
tree5ed429e869accedea51e43f8e388a2089177da26 /pkgs/top-level/emacs-packages.nix
parent13956d64442d5653c8eb62528eadbcd54cc9690b (diff)
downloadnixpkgs-9c3f2bd3220c2f8e421a9e5294d4bf809abd7fa7.tar
nixpkgs-9c3f2bd3220c2f8e421a9e5294d4bf809abd7fa7.tar.gz
nixpkgs-9c3f2bd3220c2f8e421a9e5294d4bf809abd7fa7.tar.bz2
nixpkgs-9c3f2bd3220c2f8e421a9e5294d4bf809abd7fa7.tar.lz
nixpkgs-9c3f2bd3220c2f8e421a9e5294d4bf809abd7fa7.tar.xz
nixpkgs-9c3f2bd3220c2f8e421a9e5294d4bf809abd7fa7.tar.zst
nixpkgs-9c3f2bd3220c2f8e421a9e5294d4bf809abd7fa7.zip
emacs-packages: f: init at 20151113
Diffstat (limited to 'pkgs/top-level/emacs-packages.nix')
-rw-r--r--pkgs/top-level/emacs-packages.nix17
1 files changed, 17 insertions, 0 deletions
diff --git a/pkgs/top-level/emacs-packages.nix b/pkgs/top-level/emacs-packages.nix
index 74a00dccdb6..58196284a41 100644
--- a/pkgs/top-level/emacs-packages.nix
+++ b/pkgs/top-level/emacs-packages.nix
@@ -691,6 +691,23 @@ let self = _self // overrides;
     };
   };
 
+  f = melpaBuild rec {
+    pname = "f";
+    version = "20151113";
+    src = fetchFromGitHub {
+      owner = "rejeep";
+      repo = "f.el";
+      rev = "e0259ee060ff9a3f12204adcc8630869080acd68";
+      sha256 = "0lzqfr5xgc3qvpbs6vf63yiw7pc2mybfvsrhczf9ghlmlawqa6k1";
+    };
+    fileSpecs = [ "f.el" ];
+    packageRequires = [ dash s ];
+    meta = {
+      description = "Emacs library for working with files and directories";
+      license = gpl3Plus;
+    };
+  };
+
   find-file-in-project = melpaBuild rec {
     pname = "find-file-in-project";
     version = "3.5";