trellis: Revert removal of CMAKE_INSTALL_DATADIR
This is used to refer to the database file. Without it many tools can't be used.
This commit is contained in:
parent
50ff5c608a
commit
56c31c1b13
1 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,8 @@ in stdenv.mkDerivation rec {
|
|||
nativeBuildInputs = [ cmake python3 ];
|
||||
cmakeFlags = [
|
||||
"-DCURRENT_GIT_VERSION=${realVersion}"
|
||||
# TODO: should this be in stdenv instead?
|
||||
"-DCMAKE_INSTALL_DATADIR=${placeholder "out"}/share"
|
||||
];
|
||||
|
||||
preConfigure = ''
|
||||
|
|
Loading…
Reference in a new issue