Skip to content

Commit

Permalink
xpra: fix xpraWithNvenc build
Browse files Browse the repository at this point in the history
fs/bin/build_cuda_kernels.py was missing shebang fixup.

clang will be necessary for incoming staging changes.

Tested-by: Corbin Wunderlich <[email protected]>
With-suggestions-by: Corbin Wunderlich <[email protected]>
Co-authored-by: Arne Keller <[email protected]>
(cherry picked from commit 9787d98)
  • Loading branch information
hxtmdev authored and github-actions[bot] committed Dec 23, 2024
1 parent 3704116 commit 3851179
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/tools/X11/xpra/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
xorg,
xorgserver,
xxHash,
clang,
}:

let
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 3851179

Please sign in to comment.