ledger: fix libdir

This commit is contained in:
Daiderd Jordan 2016-09-08 00:03:50 +02:00
parent dd98b6fb9f
commit 5a55ec20e3
No known key found for this signature in database
GPG Key ID: D02435D05B810C96
2 changed files with 3 additions and 3 deletions

View File

@ -20,6 +20,8 @@ stdenv.mkDerivation {
enableParallelBuilding = true;
cmakeFlags = [ "-DCMAKE_INSTALL_LIBDIR=lib" ];
# Skip byte-compiling of emacs-lisp files because this is currently
# broken in ledger...
postInstall = ''

View File

@ -13880,9 +13880,7 @@ in
linuxband = callPackage ../applications/audio/linuxband { };
ledger2 = callPackage ../applications/office/ledger/2.6.3.nix { };
ledger3 = callPackage ../applications/office/ledger {
boost = boost155;
};
ledger3 = callPackage ../applications/office/ledger { };
ledger = self.ledger3;
ledger-web = callPackage ../applications/office/ledger-web { };