lxmf: init at 1.0.1
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
|
||||
Reference in New Issue
Block a user