nomadnet: init at 1.2.0 (#531723)
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{
|
||||
python3Packages,
|
||||
}:
|
||||
|
||||
let
|
||||
pythonPackages = python3Packages.overrideScope (
|
||||
self: super: {
|
||||
lxmf = super.lxmf.override {
|
||||
propagateRns = true;
|
||||
};
|
||||
}
|
||||
);
|
||||
in
|
||||
pythonPackages.toPythonApplication pythonPackages.lxmf
|
||||
@@ -0,0 +1,3 @@
|
||||
{ python3Packages }:
|
||||
|
||||
python3Packages.toPythonApplication python3Packages.nomadnet
|
||||
Reference in New Issue
Block a user