Skip to content

Commit

Permalink
armadillo: fix evaluation error
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Mar 19, 2017
1 parent 8490317 commit 82e760a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/armadillo/default.nix
Expand Up @@ -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 ];
};
Expand Down

0 comments on commit 82e760a

Please sign in to comment.