summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-08-16 22:45:12 +0200
committerPeter Simons <simons@cryp.to>2013-08-16 22:45:30 +0200
commita94065196899a1d401c8ef68c571186686cdf553 (patch)
treef0408f7a94973445431e339a3adf8dda2b498817 /pkgs
parent595b8dbab91bc94d2e08dcf4b6408a2d2891de41 (diff)
downloadnixpkgs-a94065196899a1d401c8ef68c571186686cdf553.tar
nixpkgs-a94065196899a1d401c8ef68c571186686cdf553.tar.gz
nixpkgs-a94065196899a1d401c8ef68c571186686cdf553.tar.bz2
nixpkgs-a94065196899a1d401c8ef68c571186686cdf553.tar.lz
nixpkgs-a94065196899a1d401c8ef68c571186686cdf553.tar.xz
nixpkgs-a94065196899a1d401c8ef68c571186686cdf553.tar.zst
nixpkgs-a94065196899a1d401c8ef68c571186686cdf553.zip
liblapack: add myself as a maintainer and enable Hydra builds (in stdenv-updates)
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/science/math/liblapack/default.nix5
-rw-r--r--pkgs/top-level/release-small.nix1
2 files changed, 5 insertions, 1 deletions
diff --git a/pkgs/development/libraries/science/math/liblapack/default.nix b/pkgs/development/libraries/science/math/liblapack/default.nix
index e54eaba4f15..f1c99397452 100644
--- a/pkgs/development/libraries/science/math/liblapack/default.nix
+++ b/pkgs/development/libraries/science/math/liblapack/default.nix
@@ -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 ];
   };
 }
diff --git a/pkgs/top-level/release-small.nix b/pkgs/top-level/release-small.nix
index f7fc9932f67..bad99175714 100644
--- a/pkgs/top-level/release-small.nix
+++ b/pkgs/top-level/release-small.nix
@@ -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;