We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 338671d commit 2a3cd5fCopy full SHA for 2a3cd5f
pkgs/mesa-radeonsi-jupiter/default.nix
@@ -27,8 +27,11 @@ stdenv.mkDerivation {
27
buildInputs
28
nativeBuildInputs
29
propagatedBuildInputs
30
- # inherit fixups so we get correct paths in EGL driver/Vulkan layer manifests
31
- postFixup;
+ ;
+
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;
35
36
separateDebugInfo = true;
37
0 commit comments