xpra: fix xpraWithNvenc build
fs/bin/build_cuda_kernels.py was missing shebang fixup. clang will be necessary for incoming staging changes. Tested-by: Corbin Wunderlich <corbin@wcopy.net> With-suggestions-by: Corbin Wunderlich <corbin@wcopy.net> Co-authored-by: Arne Keller <arne.keller@posteo.de>
This commit is contained in:
co-authored by
Arne Keller
parent
3566ab7246
commit
9787d98471
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user