summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorWilliam A. Kennington III <william@wkennington.com>2015-04-25 20:12:42 -0700
committerWilliam A. Kennington III <william@wkennington.com>2015-04-25 21:27:54 -0700
commitf11859b464b975ef53707719c7f0642e08529856 (patch)
treed76aa15fdf22ba92438f6927dbd2d9fe152f790b /pkgs
parent64fa593e1e780c10f95a8adb47dc38b3a77ca6db (diff)
downloadnixpkgs-f11859b464b975ef53707719c7f0642e08529856.tar
nixpkgs-f11859b464b975ef53707719c7f0642e08529856.tar.gz
nixpkgs-f11859b464b975ef53707719c7f0642e08529856.tar.bz2
nixpkgs-f11859b464b975ef53707719c7f0642e08529856.tar.lz
nixpkgs-f11859b464b975ef53707719c7f0642e08529856.tar.xz
nixpkgs-f11859b464b975ef53707719c7f0642e08529856.tar.zst
nixpkgs-f11859b464b975ef53707719c7f0642e08529856.zip
eigen: Add platform
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/eigen/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/libraries/eigen/default.nix b/pkgs/development/libraries/eigen/default.nix
index fc8ed42c640..90f50037dce 100644
--- a/pkgs/development/libraries/eigen/default.nix
+++ b/pkgs/development/libraries/eigen/default.nix
@@ -18,6 +18,7 @@ stdenv.mkDerivation {
     description = "C++ template library for linear algebra: vectors, matrices, and related algorithms";
     license = licenses.lgpl3Plus;
     homepage = http://eigen.tuxfamily.org ;
+    platforms = platforms.unix;
     maintainers = with stdenv.lib.maintainers; [ sander urkud raskin ];
     inherit version;
   };