forked from mirrors/nixpkgs
rocmlir: don't enable broken as long as minor version is the same
This commit is contained in:
parent
9e0472e206
commit
187452f58e
|
@ -100,6 +100,7 @@ in stdenv.mkDerivation (finalAttrs: {
|
|||
homepage = "https://github.com/ROCmSoftwarePlatform/rocMLIR";
|
||||
license = with licenses; [ asl20 ];
|
||||
maintainers = teams.rocm.members;
|
||||
broken = finalAttrs.version != stdenv.cc.version;
|
||||
# Once again, they haven't updated the tags...
|
||||
broken = lib.versions.minor finalAttrs.version != lib.versions.minor stdenv.cc.version;
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue