Merge pull request #117965 from svanderburg/fix-releasetools
releaseTools: fix nixBuild function
This commit is contained in:
commit
9a11dbc4a3
1 changed files with 2 additions and 2 deletions
|
@ -83,9 +83,9 @@ stdenv.mkDerivation (
|
|||
'';
|
||||
}
|
||||
|
||||
// args //
|
||||
// removeAttrs args [ "lib" ] # Propagating lib causes the evaluation to fail, because lib is a function that can't be converted to a string
|
||||
|
||||
{
|
||||
// {
|
||||
name = name + (if src ? version then "-" + src.version else "");
|
||||
|
||||
postHook = ''
|
||||
|
|
Loading…
Reference in a new issue