summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/emacs-modes/pcache/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/editors/emacs-modes/pcache/default.nix')
-rw-r--r--pkgs/applications/editors/emacs-modes/pcache/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/emacs-modes/pcache/default.nix b/pkgs/applications/editors/emacs-modes/pcache/default.nix
index f4dcf03dee84..630708a63147 100644
--- a/pkgs/applications/editors/emacs-modes/pcache/default.nix
+++ b/pkgs/applications/editors/emacs-modes/pcache/default.nix
@@ -1,6 +1,6 @@
{ stdenv, fetchgit, emacs }:
-stdenv.mkDerivation rec {
+stdenv.mkDerivation {
name = "pcache-0.2.3";
src = fetchgit {