tev: Set TEV_DEPLOY=1
This commit is contained in:
parent
3d9deb5473
commit
2f467621b7
1 changed files with 4 additions and 0 deletions
|
@ -26,6 +26,10 @@ stdenv.mkDerivation rec {
|
|||
--replace "/usr/" "''${out}/"
|
||||
'';
|
||||
|
||||
cmakeFlags = [
|
||||
"-DTEV_DEPLOY=1" # Only relevant not to append "dev" to the version
|
||||
];
|
||||
|
||||
postInstall = ''
|
||||
wrapProgram $out/bin/tev \
|
||||
"''${gappsWrapperArgs[@]}" \
|
||||
|
|
Loading…
Reference in a new issue