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
commit adc90b9f5e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];
};
}