about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPierre Bourdon <delroth@gmail.com>2023-11-25 12:36:37 +0100
committerGitHub <noreply@github.com>2023-11-25 12:36:37 +0100
commit966103055551481fc706f8d21bdaf67ae4bc6a82 (patch)
tree68e79b53263f7da8c622e0876f75f3a3c13efd59 /pkgs
parent0f4fcf2ad349c9efe5fca2a563e2032c57c7d9a6 (diff)
parent0e4a87f4dd2089d99eb8d3f8a9c094e1d3e037d6 (diff)
Merge pull request #269853 from lorenz/mark-qtwebengine-broken
qt6.qtwebengine: set correct platforms
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/qt-6/modules/qtwebengine.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/qt-6/modules/qtwebengine.nix b/pkgs/development/libraries/qt-6/modules/qtwebengine.nix
index 4b4172897e080..4adcf8ab0a3b7 100644
--- a/pkgs/development/libraries/qt-6/modules/qtwebengine.nix
+++ b/pkgs/development/libraries/qt-6/modules/qtwebengine.nix
@@ -308,7 +308,7 @@ qtModule {
 
   meta = with lib; {
     description = "A web engine based on the Chromium web browser";
-    platforms = platforms.unix;
+    platforms = [ "x86_64-darwin" "aarch64-darwin" "aarch64-linux" "armv7a-linux" "armv7l-linux" "x86_64-linux" ];
     # This build takes a long time; particularly on slow architectures
     # 1 hour on 32x3.6GHz -> maybe 12 hours on 4x2.4GHz
     timeout = 24 * 3600;