pkgsStatic: Add openblas override

This commit is contained in:
Niklas Hambüchen 2019-05-17 05:42:40 +02:00 committed by Frederik Rietdijk
parent 8d5864eb47
commit 7031335fe3

View file

@ -104,6 +104,7 @@ in {
optipng = super.optipng.override {
static = true;
};
openblas = super.openblas.override { enableStatic = true; };
openssl = super.openssl.override {
static = true;