Specify branch for eigen2

This commit is contained in:
Michael Raskin 2014-10-07 09:27:20 +04:00
parent d171942ed1
commit f67e66cf4c

View file

@ -19,5 +19,6 @@ stdenv.mkDerivation {
license = licenses.lgpl3Plus;
homepage = http://eigen.tuxfamily.org ;
maintainers = with stdenv.lib.maintainers; [ sander urkud raskin ];
branch = "2";
};
}