armadillo: fix evaluation error

cc: @ndowens08
This commit is contained in:
Jörg Thalheim 2017-03-19 21:04:43 +01:00
parent 8490317fef
commit 82e760a3d6
No known key found for this signature in database
GPG Key ID: CA4106B8D7CC79FA

View File

@ -15,11 +15,11 @@ stdenv.mkDerivation rec {
cmakeFlags = [ "-DDETECT_HDF5=ON" ];
patches = [ ./use-unix-config-on-OS-X.patch ];
meta = with stdenv.lib; {
description = "C++ linear algebra library";
homepage = http://arma.sourceforge.net;
license = licenses.apl2;
license = licenses.asl20;
platforms = platforms.unix;
maintainers = with maintainers; [ juliendehos knedlsepp ];
};