Merge pull request #219361 from alyssais/openblas-platforms
openblas: tighten platforms
This commit is contained in:
commit
adc90b9f5e
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@ EOF
|
||||||
description = "Basic Linear Algebra Subprograms";
|
description = "Basic Linear Algebra Subprograms";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
homepage = "https://github.com/xianyi/OpenBLAS";
|
homepage = "https://github.com/xianyi/OpenBLAS";
|
||||||
platforms = platforms.unix;
|
platforms = attrNames configs;
|
||||||
maintainers = with maintainers; [ ttuegel ];
|
maintainers = with maintainers; [ ttuegel ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue