ledger: Include info files

This commit is contained in:
Alex Branham 2018-12-21 14:36:29 -06:00
parent c0611717dc
commit c9a228c20d
No known key found for this signature in database
GPG key ID: 1E4227A253E99AC7

View file

@ -22,7 +22,15 @@ stdenv.mkDerivation rec {
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
# broken in ledger...