openblas: tighten platforms
We can only build OpenBLAS for the platforms in configs, so let's reuse that for the platform list.
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user