datalab: add wayland support

This commit is contained in:
eljamm
2026-07-15 22:19:09 +02:00
parent 669340196a
commit c45e631d7b
2 changed files with 6 additions and 0 deletions
@@ -1,5 +1,6 @@
{
lib,
stdenv,
buildPythonPackage,
fetchFromGitHub,
@@ -72,6 +73,9 @@ buildPythonPackage (finalAttrs: {
buildInputs = [
qt5.qtbase
]
++ lib.optionals stdenv.hostPlatform.isLinux [
qt5.qtwayland
];
build-system = [
@@ -136,6 +140,7 @@ buildPythonPackage (finalAttrs: {
pythonRelaxDeps = [
"guidata"
"numpy"
"plotpy"
"scipy"
];
@@ -119,6 +119,7 @@ buildPythonPackage (finalAttrs: {
];
pythonRelaxDeps = [
"numpy"
"scipy"
];