Merge pull request #219361 from alyssais/openblas-platforms

openblas: tighten platforms
This commit is contained in:
superherointj
2023-03-03 13:37:14 -03:00
committed by GitHub
@@ -250,7 +250,7 @@ EOF
description = "Basic Linear Algebra Subprograms";
license = licenses.bsd3;
homepage = "https://github.com/xianyi/OpenBLAS";
platforms = platforms.unix;
platforms = attrNames configs;
maintainers = with maintainers; [ ttuegel ];
};
}