Skip to content

Commit 2a3cd5f

Browse files
committed
mesa-radeonsi-jupiter: better (worse) fixup
But this one actually works.
1 parent 338671d commit 2a3cd5f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

pkgs/mesa-radeonsi-jupiter/default.nix

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,11 @@ stdenv.mkDerivation {
2727
buildInputs
2828
nativeBuildInputs
2929
propagatedBuildInputs
30-
# inherit fixups so we get correct paths in EGL driver/Vulkan layer manifests
31-
postFixup;
30+
;
31+
32+
# inherit fixups so we get correct paths in EGL driver/Vulkan layer manifests,
33+
# but fix up the fixup so we don't patchelf a thing we don't have
34+
postFixup = lib.replaceString "$opencl/lib/libRusticlOpenCL.so" "" mesa.postFixup;
3235

3336
separateDebugInfo = true;
3437

0 commit comments

Comments
 (0)