Skip to content

Commit 8c95b6a

Browse files
committed
nix: fix build with Qt5 and QMake on macOS
Signed-off-by: Patrizio Bekerle <patrizio@bekerle.com>
1 parent 52767ff commit 8c95b6a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build-systems/nix/default-qt5.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ stdenv.mkDerivation {
3737
wrapQtAppsHook
3838
pkg-config
3939
installShellFiles
40-
xvfb-run
4140
]
4241
++ lib.optionals stdenv.isLinux [ xvfb-run ]
4342
++ lib.optionals stdenv.isDarwin [ makeWrapper ];

0 commit comments

Comments
 (0)