forked from mirrors/nixpkgs
lib.systems: inform isCompatible users about removal
This commit is contained in:
parent
1f8bae43e4
commit
82c434b3de
|
@ -38,6 +38,7 @@ rec {
|
|||
canExecute = platform:
|
||||
parse.isCompatible final.parsed.cpu platform.parsed.cpu
|
||||
&& final.parsed.kernel == platform.parsed.kernel;
|
||||
isCompatible = _: throw "2022-05-23: isCompatible has been removed in favor of canExecute, refer to the 22.11 changelog for details";
|
||||
# Derived meta-data
|
||||
libc =
|
||||
/**/ if final.isDarwin then "libSystem"
|
||||
|
|
Loading…
Reference in a new issue