Merge staging-next into staging

This commit is contained in:
github-actions[bot]
2021-03-31 00:12:32 +00:00
committed by GitHub
22 changed files with 454 additions and 214 deletions
+2 -2
View File
@@ -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 = ''