Merge pull request #52643 from jabranham/ledger-info
ledger: Include info files
This commit is contained in:
commit
cd8c1a4053
@ -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…
Reference in New Issue
Block a user