liblapack: add myself as a maintainer and enable Hydra builds (in stdenv-updates)

This commit is contained in:
Peter Simons 2013-08-16 22:45:12 +02:00
parent 595b8dbab9
commit a940651968
2 changed files with 5 additions and 1 deletions

View File

@ -38,7 +38,10 @@ stdenv.mkDerivation {
meta = {
description = "Linear Algebra PACKage";
license = "revised-BSD";
homepage = "http://www.netlib.org/lapack/";
license = "revised-BSD";
platforms = stdenv.lib.platforms.all;
maintainers = [ stdenv.lib.maintainers.simons ];
};
}

View File

@ -93,6 +93,7 @@ with (import ./release-lib.nix);
qemu_kvm = linux;
less = all;
lftp = all;
liblapack = linux;
libtool = all;
libtool_2 = all;
libxml2 = all;