diff --git a/pkgs/tools/X11/xpra/default.nix b/pkgs/tools/X11/xpra/default.nix index a46532a9206f2..c0ef656a3ca46 100644 --- a/pkgs/tools/X11/xpra/default.nix +++ b/pkgs/tools/X11/xpra/default.nix @@ -39,6 +39,7 @@ xorg, xorgserver, xxHash, + clang, }: let @@ -92,11 +93,14 @@ buildPythonApplication rec { postPatch = lib.optionalString stdenv.hostPlatform.isLinux '' substituteInPlace xpra/platform/posix/features.py \ --replace-fail "/usr/bin/xdg-open" "${xdg-utils}/bin/xdg-open" + + patchShebangs --build fs/bin/build_cuda_kernels.py ''; INCLUDE_DIRS = "${pam}/include"; nativeBuildInputs = [ + clang gobject-introspection pkg-config wrapGAppsHook3