nixpkgs/pkgs/desktops/kde-4/support/eigen.nix
Yury G. Kudryashov 203083987f kde-4: rc2
svn path=/nixpkgs/branches/stdenv-updates/; revision=9946
2007-12-15 23:46:25 +00:00

8 lines
172 B
Nix

args: with args;
stdenv.mkDerivation {
name = "eigen-1.0.5";
src = svnSrc "eigen" "1wh6kdmzsxmk6byp4rq91pz4rfr7hnh17g8f415p0ywxalg6pfkg";
buildInputs = [ cmake ];
}