summaryrefslogtreecommitdiff
path: root/default.nix
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2016-10-27 13:02:51 -0700
committerGitHub <noreply@github.com>2016-10-27 13:02:51 -0700
commit310370db041349c94e6984cc283be18f5a25a6ca (patch)
tree6fded764d20a422e3fe8871101756caa6755b6c8 /default.nix
parent77b9c60a3eb63219286c7fccf234224a94923455 (diff)
parent978466c8012839614332c42390dca713f8fac608 (diff)
downloadfork-ledger-310370db041349c94e6984cc283be18f5a25a6ca.tar.gz
fork-ledger-310370db041349c94e6984cc283be18f5a25a6ca.tar.bz2
fork-ledger-310370db041349c94e6984cc283be18f5a25a6ca.zip
Merge pull request #474 from thdox/ledger-mode-finalize-split
Ledger mode finalize split
Diffstat (limited to 'default.nix')
-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";