pyqtwebengine: intersect meta.platforms with qtwebengine
This commit is contained in:
parent
cf3d9c3cf1
commit
0959604970
1 changed files with 1 additions and 1 deletions
|
@ -66,6 +66,6 @@ in buildPythonPackage rec {
|
||||||
description = "Python bindings for Qt5";
|
description = "Python bindings for Qt5";
|
||||||
homepage = "http://www.riverbankcomputing.co.uk";
|
homepage = "http://www.riverbankcomputing.co.uk";
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
platforms = platforms.mesaPlatforms;
|
platforms = lib.lists.intersectLists qtwebengine.meta.platforms platforms.mesaPlatforms;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue