Unverified Commit a04f50ed authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

amdvlk: workaround glslang 14 issue (#349246)

parents f7ad6895 64d0b8b7
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -23,6 +23,8 @@
let

  suffix = if stdenv.system == "x86_64-linux" then "64" else "32";
  # Fix https://github.com/NixOS/nixpkgs/issues/348903 until the glslang update to 15.0.0 is merged into master
  glslang_fixed = glslang.overrideAttrs (finalAttrs: oldAttrs: { cmakeFlags = [ ]; });

in
stdenv.mkDerivation (finalAttrs: {
@@ -59,7 +61,7 @@ stdenv.mkDerivation (finalAttrs: {
    [
      cmake
      directx-shader-compiler
      glslang
      glslang_fixed
      ninja
      patchelf
      perl