Unverified Commit 24a041c3 authored by Michael Daniels's avatar Michael Daniels Committed by GitHub
Browse files

intel-llvm: disable __structuredAttrs on symlinkJoin (#511852)

parents 308db3dc 1ed85a36
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -118,7 +118,10 @@ let
      inherit (self.unwrapped) pname version meta;

      strictDeps = true;
      __structuredAttrs = true;
      # Currently broken for symlinkJoin, can be removed once the following
      # reaches branch master:
      # https://github.com/NixOS/nixpkgs/pull/510526
      __structuredAttrs = false;

      paths = with self; [
        # Order is important, we want files from the wrappers to take precedence