epmd: fix package module attribute
pkgs.erlang has been migrated to pkgs.beamPackages.erlang as part of #531974
This commit is contained in:
@@ -21,7 +21,7 @@ in
|
||||
Erlang computations.
|
||||
'';
|
||||
};
|
||||
package = lib.mkPackageOption pkgs "erlang" { };
|
||||
package = lib.mkPackageOption pkgs [ "beamPackages" "erlang" ] { };
|
||||
listenStream = lib.mkOption {
|
||||
type = oneOf [
|
||||
str
|
||||
|
||||
Reference in New Issue
Block a user