Skip to content

Commit

Permalink
Remove compilation of ledger-mode lisp files
Browse files Browse the repository at this point in the history
As ledger-mode has been moved to its own repository.

[ci skip]
  • Loading branch information
thdox committed Oct 27, 2016
1 parent 8a457bb commit 16813b6
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 16813b6

Please sign in to comment.