summary refs log tree commit diff
path: root/pkgs/top-level/static.nix
diff options
context:
space:
mode:
authorNiklas Hambüchen <mail@nh2.me>2019-05-17 05:42:40 +0200
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2019-05-28 08:57:23 +0200
commit7031335fe3fdec32d95b6fbd91ae91455f9c19a8 (patch)
tree91128b56388a2a6eb543f7cb3c9224863f77435e /pkgs/top-level/static.nix
parent8d5864eb4740abfdfd33d9517cbb7b666275ebe3 (diff)
downloadnixpkgs-7031335fe3fdec32d95b6fbd91ae91455f9c19a8.tar
nixpkgs-7031335fe3fdec32d95b6fbd91ae91455f9c19a8.tar.gz
nixpkgs-7031335fe3fdec32d95b6fbd91ae91455f9c19a8.tar.bz2
nixpkgs-7031335fe3fdec32d95b6fbd91ae91455f9c19a8.tar.lz
nixpkgs-7031335fe3fdec32d95b6fbd91ae91455f9c19a8.tar.xz
nixpkgs-7031335fe3fdec32d95b6fbd91ae91455f9c19a8.tar.zst
nixpkgs-7031335fe3fdec32d95b6fbd91ae91455f9c19a8.zip
pkgsStatic: Add openblas override
Diffstat (limited to 'pkgs/top-level/static.nix')
-rw-r--r--pkgs/top-level/static.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/top-level/static.nix b/pkgs/top-level/static.nix
index dea30fe7b59..ada3c2a5034 100644
--- a/pkgs/top-level/static.nix
+++ b/pkgs/top-level/static.nix
@@ -104,6 +104,7 @@ in {
   optipng = super.optipng.override {
     static = true;
   };
+  openblas = super.openblas.override { enableStatic = true; };
   openssl = super.openssl.override {
     static = true;