summary refs log tree commit diff
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2014-01-21 14:39:33 -0500
committerShea Levy <shea@shealevy.com>2014-01-21 14:39:33 -0500
commita34d00f3b4d1a14bd25cef8417488701310908cf (patch)
tree42b9e6465c565b9b797300dcc145857b8a38fae3
parentcb21683794269846ba76e66a9c3b1869ad4b817d (diff)
downloadnixlib-a34d00f3b4d1a14bd25cef8417488701310908cf.tar
nixlib-a34d00f3b4d1a14bd25cef8417488701310908cf.tar.gz
nixlib-a34d00f3b4d1a14bd25cef8417488701310908cf.tar.bz2
nixlib-a34d00f3b4d1a14bd25cef8417488701310908cf.tar.lz
nixlib-a34d00f3b4d1a14bd25cef8417488701310908cf.tar.xz
nixlib-a34d00f3b4d1a14bd25cef8417488701310908cf.tar.zst
nixlib-a34d00f3b4d1a14bd25cef8417488701310908cf.zip
Fix tarball
Signed-off-by: Shea Levy <shea@shealevy.com>
-rw-r--r--pkgs/top-level/all-packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 31290dc9cfaa..f188da5ce6e9 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -7658,7 +7658,7 @@ let
 
     # This is usually a newer version of Org-Mode than that found in GNU Emacs, so
     # we want it to have higher precedence.
-    org = hiPrio (callPackage ../applications/editors/emacs-modes/org { };
+    org = hiPrio (callPackage ../applications/editors/emacs-modes/org { });
 
     org2blog = callPackage ../applications/editors/emacs-modes/org2blog { };