kubo-fs-repo-migrations: set pname and version instead of name
This commit is contained in:
@@ -251,7 +251,8 @@ let
|
||||
in
|
||||
|
||||
symlinkJoin {
|
||||
name = "kubo-fs-repo-migrations-${version}";
|
||||
pname = "kubo-fs-repo-migrations";
|
||||
inherit version;
|
||||
paths = if stubBrokenMigrations then migrationsBrokenStubbed else migrationsBrokenRemoved;
|
||||
meta = (removeAttrs kubo-migrator-unwrapped.meta [ "mainProgram" ]) // {
|
||||
description = "Several individual migrations for migrating the filesystem repository of Kubo one version at a time";
|
||||
|
||||
Reference in New Issue
Block a user