summary refs log tree commit diff
path: root/pkgs/applications/science/math/ecm
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2016-09-21 19:13:24 +0200
committerVincent Laporte <Vincent.Laporte@gmail.com>2016-09-21 19:14:11 +0200
commitc78c2b98c437d12453b7cea605430a9e279548aa (patch)
tree72760281e9b96af898cacee7588d42364f5d1fa0 /pkgs/applications/science/math/ecm
parentb229caf7e5cdb1501d2dd3eb11890d01ad396114 (diff)
ecm: set meta.platforms to linux only
Diffstat (limited to 'pkgs/applications/science/math/ecm')
-rw-r--r--pkgs/applications/science/math/ecm/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/science/math/ecm/default.nix b/pkgs/applications/science/math/ecm/default.nix
index 53b289983a4ad..072d772775cd5 100644
--- a/pkgs/applications/science/math/ecm/default.nix
+++ b/pkgs/applications/science/math/ecm/default.nix
@@ -23,6 +23,6 @@ stdenv.mkDerivation {
     license = stdenv.lib.licenses.gpl2Plus;
     homepage = http://ecm.gforge.inria.fr/;
     maintainers = [ stdenv.lib.maintainers.roconnor ];
-    platforms = stdenv.lib.platforms.all;
+    platforms = stdenv.lib.platforms.linux;
   };
 }