ledger: Include info files
This commit is contained in:
parent
c0611717dc
commit
c9a228c20d
@ -22,7 +22,15 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
cmakeFlags = [ "-DCMAKE_INSTALL_LIBDIR=lib" (stdenv.lib.optionalString usePython "-DUSE_PYTHON=true") ];
|
cmakeFlags = [
|
||||||
|
"-DCMAKE_INSTALL_LIBDIR=lib"
|
||||||
|
"-DBUILD_DOCS:BOOL=ON"
|
||||||
|
(stdenv.lib.optionalString usePython "-DUSE_PYTHON=true")
|
||||||
|
];
|
||||||
|
|
||||||
|
postBuild = ''
|
||||||
|
make doc
|
||||||
|
'';
|
||||||
|
|
||||||
# Skip byte-compiling of emacs-lisp files because this is currently
|
# Skip byte-compiling of emacs-lisp files because this is currently
|
||||||
# broken in ledger...
|
# broken in ledger...
|
||||||
|
Loading…
x
Reference in New Issue
Block a user