haskell.compiler.ghc902Binary: add missing isHadrian annotations
Interestingly, this did not break anything super obvious before, but now paths between GHC and separate libraries match.
This commit is contained in:
@@ -136,6 +136,7 @@ let
|
||||
fileToCheckFor = null;
|
||||
}
|
||||
];
|
||||
isHadrian = true;
|
||||
};
|
||||
aarch64-darwin = {
|
||||
variantSuffix = "";
|
||||
@@ -158,6 +159,7 @@ let
|
||||
fileToCheckFor = null;
|
||||
}
|
||||
];
|
||||
isHadrian = true;
|
||||
};
|
||||
};
|
||||
# Binary distributions for the musl libc for the respective system.
|
||||
@@ -179,6 +181,7 @@ let
|
||||
fileToCheckFor = "libncursesw.so.6";
|
||||
}
|
||||
];
|
||||
isHadrian = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user