mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 00:43:20 +00:00
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
@ -26,6 +26,7 @@ stdenv.mkDerivation rec {
|
|||||||
makeFlags = [
|
makeFlags = [
|
||||||
"PREFIX=$(out) LUA=1 TILES=1 SOUND=1 RELEASE=1 USE_HOME_DIR=1"
|
"PREFIX=$(out) LUA=1 TILES=1 SOUND=1 RELEASE=1 USE_HOME_DIR=1"
|
||||||
"LANGUAGES=all"
|
"LANGUAGES=all"
|
||||||
|
"VERSION=git-${version}-${stdenv.lib.substring 0 8 src.rev}"
|
||||||
] ++ stdenv.lib.optionals stdenv.isDarwin [
|
] ++ stdenv.lib.optionals stdenv.isDarwin [
|
||||||
"NATIVE=osx CLANG=1"
|
"NATIVE=osx CLANG=1"
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user