tev: Set TEV_DEPLOY=1
This commit is contained in:
@@ -26,6 +26,10 @@ stdenv.mkDerivation rec {
|
|||||||
--replace "/usr/" "''${out}/"
|
--replace "/usr/" "''${out}/"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
cmakeFlags = [
|
||||||
|
"-DTEV_DEPLOY=1" # Only relevant not to append "dev" to the version
|
||||||
|
];
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
wrapProgram $out/bin/tev \
|
wrapProgram $out/bin/tev \
|
||||||
"''${gappsWrapperArgs[@]}" \
|
"''${gappsWrapperArgs[@]}" \
|
||||||
|
|||||||
Reference in New Issue
Block a user