forked from lix-project/lix
Temporary backward compatibility hack
This commit is contained in:
parent
485a87f22f
commit
bb39f2bb8a
|
@ -13,7 +13,7 @@
|
||||||
versionSuffix =
|
versionSuffix =
|
||||||
if officialRelease
|
if officialRelease
|
||||||
then ""
|
then ""
|
||||||
else "pre${builtins.substring 0 8 self.lastModifiedDate}_${self.shortRev or "dirty"}";
|
else "pre${builtins.substring 0 8 (self.lastModifiedDate or self.lastModified)}_${self.shortRev or "dirty"}";
|
||||||
|
|
||||||
officialRelease = false;
|
officialRelease = false;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue