intel-llvm: reenable __structuredAttrs on symlinkJoin following #510526
This reverts commit #511852 / 1ed85a36e8.
This is no longer needed, now that #510526 has been merged.
This commit is contained in:
@@ -132,10 +132,7 @@ let
|
||||
inherit (self.unwrapped) pname version meta;
|
||||
|
||||
strictDeps = true;
|
||||
# Currently broken for symlinkJoin, can be removed once the following
|
||||
# reaches branch master:
|
||||
# https://github.com/NixOS/nixpkgs/pull/510526
|
||||
__structuredAttrs = false;
|
||||
__structuredAttrs = true;
|
||||
|
||||
paths = with self; [
|
||||
# Order is important, we want files from the wrappers to take precedence
|
||||
|
||||
Reference in New Issue
Block a user