From 12b238e4f2e1804f50f64637bf894128af525c57 Mon Sep 17 00:00:00 2001 From: adisbladis Date: Sun, 21 Feb 2021 12:43:13 +0100 Subject: [PATCH] pyqt5: Set dontWrapQtApps to fix build --- overrides.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/overrides.nix b/overrides.nix index e96fe2f..9b54619 100644 --- a/overrides.nix +++ b/overrides.nix @@ -993,6 +993,8 @@ self: super: old: { format = "other"; + dontWrapQtApps = true; + nativeBuildInputs = (old.nativeBuildInputs or [ ]) ++ [ pkgs.pkg-config pkgs.qt5.qmake