Tarball: Match the NixOS version

This commit is contained in:
Eelco Dolstra 2013-10-11 11:29:24 +02:00
parent cf3e36a3b9
commit d374bff41e

View file

@ -12,7 +12,7 @@ releaseTools.sourceTarball rec {
inherit officialRelease;
version = builtins.readFile ../../.version;
versionSuffix = "pre${toString nixpkgs.revCount}_${nixpkgs.shortRev}";
versionSuffix = "pre${toString nixpkgs.revCount}.${nixpkgs.shortRev}";
buildInputs = [
lzma