Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Specify branch for eigen2

+1
+1
pkgs/development/libraries/eigen/2.0.nix
··· 19 19 license = licenses.lgpl3Plus; 20 20 homepage = http://eigen.tuxfamily.org ; 21 21 maintainers = with stdenv.lib.maintainers; [ sander urkud raskin ]; 22 + branch = "2"; 22 23 }; 23 24 }