pyqtwebengine: intersect meta.platforms with qtwebengine

main
Adam Joseph 2 years ago
parent cf3d9c3cf1
commit 0959604970
  1. 2
      pkgs/development/python-modules/pyqtwebengine/default.nix

@ -66,6 +66,6 @@ in buildPythonPackage rec {
description = "Python bindings for Qt5";
homepage = "http://www.riverbankcomputing.co.uk";
license = licenses.gpl3;
platforms = platforms.mesaPlatforms;
platforms = lib.lists.intersectLists qtwebengine.meta.platforms platforms.mesaPlatforms;
};
}

Loading…
Cancel
Save