tev: Set TEV_DEPLOY=1

This commit is contained in:
Michael Weiss 2021-02-16 14:46:25 +01:00
parent 3d9deb5473
commit 2f467621b7
No known key found for this signature in database
GPG key ID: 5BE487C4D4771D83

View file

@ -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[@]}" \