release: Provide attribute releaseName
Used from rcpkgs to package things up for the installer and control.
This commit is contained in:
parent
03b1542a52
commit
711cda9de3
1 changed files with 4 additions and 2 deletions
|
|
@ -99,9 +99,11 @@ let
|
|||
'';
|
||||
in super.rhodecode-enterprise-ce.override (attrs: {
|
||||
|
||||
inherit doCheck;
|
||||
inherit
|
||||
doCheck
|
||||
version;
|
||||
name = "rhodecode-enterprise-ce-${version}";
|
||||
version = version;
|
||||
releaseName = "RhodeCodeEnterpriseCE-${version}";
|
||||
src = rhodecode-enterprise-ce-src;
|
||||
|
||||
buildInputs =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue