cataclysm-dda-git: differentiate the version display from 0.C

Previously the version shown in the title was 0.C, not distinguishable
from the stable version.
This commit is contained in:
Mitsuhiro Nakamura 2018-01-26 21:47:51 +09:00
parent 9ef3f90de7
commit 5c325869df

View file

@ -26,6 +26,7 @@ stdenv.mkDerivation rec {
makeFlags = [
"PREFIX=$(out) LUA=1 TILES=1 SOUND=1 RELEASE=1 USE_HOME_DIR=1"
"LANGUAGES=all"
"VERSION=git-${version}-${stdenv.lib.substring 0 8 src.rev}"
] ++ stdenv.lib.optionals stdenv.isDarwin [
"NATIVE=osx CLANG=1"
];