We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0872ce0 commit 307c3bdCopy full SHA for 307c3bd
1 file changed
pkgs/development/libraries/mesa/generic.nix
@@ -145,6 +145,11 @@ self = stdenv.mkDerivation {
145
"get_option('datadir')" "'${placeholder "out"}/share'"
146
substituteInPlace src/amd/vulkan/meson.build --replace \
147
148
+ ''
149
+ # TODO: can be removed >= 23.0.4 (most likely)
150
+ # https://gitlab.freedesktop.org/mesa/mesa/-/commit/035aa34ed5eb418339c0e2d2
151
+ + ''
152
+ sed '/--size_t-is-usize/d' -i src/gallium/frontends/rusticl/meson.build
153
'';
154
155
outputs = [ "out" "dev" "drivers" ]
0 commit comments