openblas: enable multiple outputs
This commit is contained in:
parent
b8318e2e5a
commit
7902256cfd
@ -100,6 +100,9 @@ in
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "openblas";
|
||||
version = "0.3.10";
|
||||
|
||||
outputs = [ "out" "dev" ];
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "xianyi";
|
||||
repo = "OpenBLAS";
|
||||
|
Loading…
Reference in New Issue
Block a user