tev: Set TEV_DEPLOY=1
This commit is contained in:
@@ -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[@]}" \
|
||||
|
||||
Reference in New Issue
Block a user