summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--default.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/default.nix b/default.nix
index 791f9ff7..2878e7c2 100644
--- a/default.nix
+++ b/default.nix
@@ -14,13 +14,6 @@ stdenv.mkDerivation {
enableParallelBuilding = true;
- # Skip byte-compiling of emacs-lisp files because this is currently
- # broken in ledger...
- postInstall = ''
- mkdir -p $out/share/emacs/site-lisp/
- cp -v "$src/lisp/"*.el $out/share/emacs/site-lisp/
- '';
-
meta = {
homepage = "http://ledger-cli.org/";
description = "A double-entry accounting system with a command-line reporting interface";