Skip to content

Instantly share code, notes, and snippets.

@alexozer
Last active April 26, 2017 15:19
Show Gist options
  • Save alexozer/de30a13ba5c5ac6a2604989b28f646e0 to your computer and use it in GitHub Desktop.
Save alexozer/de30a13ba5c5ac6a2604989b28f646e0 to your computer and use it in GitHub Desktop.
buildInputs = [
(pkgs.python35.withPackages (pypkgs: with pypkgs; [
(pkgs.hiPrio (pypkgs.numpy.overrideAttrs (oldAttrs: rec {
passthru = oldAttrs.passthru // { blas = pkgs.blas; };
})))
]))
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment