uwsm: pass python-bin meson option

enable man output dir
This commit is contained in:
John Titor
2024-09-16 14:54:32 +05:30
parent e32ed381ec
commit 04e8871773
+10 -4
View File
@@ -60,12 +60,9 @@ stdenv.mkDerivation (finalAttrs: {
"uuctl" = uuctlSupport;
"man-pages" = true;
})
(lib.mesonOption "python-bin" python.interpreter)
];
passthru = {
updateScript = nix-update-script { };
};
postInstall =
let
wrapperArgs = ''
@@ -85,6 +82,15 @@ stdenv.mkDerivation (finalAttrs: {
''}
'';
outputs = [
"out"
"man"
];
passthru = {
updateScript = nix-update-script { };
};
meta = {
description = "Universal wayland session manager";
homepage = "https://github.com/Vladimir-csp/uwsm";