From 16813b68a6d99cb5c9ee8400d8c774716d70329f Mon Sep 17 00:00:00 2001 From: thdox Date: Tue, 18 Oct 2016 23:18:51 +0200 Subject: Remove compilation of ledger-mode lisp files As ledger-mode has been moved to its own repository. [ci skip] --- default.nix | 7 ------- 1 file changed, 7 deletions(-) (limited to 'default.nix') 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"; -- cgit v1.2.3