pretalx: fix typo in schedule-editor pname; nixos/pretalx: use finalPackage consistently (#467830)
This commit is contained in:
@@ -456,7 +456,7 @@ in
|
||||
preStart =
|
||||
let
|
||||
versionString = lib.concatStringsSep "\n" (
|
||||
[ "pretalx-${cfg.finalPackage.version}" ]
|
||||
[ "pretalx-${finalPackage.version}" ]
|
||||
++ map (plugin: "${plugin.pname}-${plugin.version}") cfg.plugins
|
||||
);
|
||||
in
|
||||
|
||||
@@ -48,7 +48,7 @@ let
|
||||
};
|
||||
|
||||
pretix-schedule-editor = buildNpmPackage {
|
||||
pname = "pretalx-schedule-editorc";
|
||||
pname = "pretalx-schedule-editor";
|
||||
inherit version src;
|
||||
|
||||
sourceRoot = "${src.name}/src/pretalx/frontend/schedule-editor";
|
||||
|
||||
Reference in New Issue
Block a user