forked from mirrors/nixpkgs
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:
parent
9ef3f90de7
commit
5c325869df
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
];
|
||||
|
|
Loading…
Add table
Reference in a new issue