* -pre' should be pre'.
svn path=/nixpkgs/trunk/; revision=13420
This commit is contained in:
@@ -12,7 +12,7 @@ let
|
||||
versionSuffix =
|
||||
if officialRelease
|
||||
then ""
|
||||
else if src ? rev then "-pre${toString src.rev}" else "";
|
||||
else if src ? rev then "pre${toString src.rev}" else "";
|
||||
|
||||
in
|
||||
|
||||
|
||||
Reference in New Issue
Block a user