about summary refs log tree commit diff
path: root/pkgs/development/libraries/iml
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2019-09-15 10:48:07 +0200
committerVladimír Čunát <v@cunat.cz>2019-09-15 10:50:08 +0200
commit991c0e1618a82c5d09a030f72479d6bba4cdf468 (patch)
tree35a5948a8f83f0d60fe24845619263727fd003d4 /pkgs/development/libraries/iml
parent9d392dec79e065566eed05d9356581bd563149ca (diff)
treewide: mark packages as buildable on darwin (PR #45364)
vcunat amended the commit a bit; see the PR for details/discussion.
Diffstat (limited to 'pkgs/development/libraries/iml')
-rw-r--r--pkgs/development/libraries/iml/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/iml/default.nix b/pkgs/development/libraries/iml/default.nix
index 5ad3e249fc321..2b85f12115b1d 100644
--- a/pkgs/development/libraries/iml/default.nix
+++ b/pkgs/development/libraries/iml/default.nix
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
     description = ''Algorithms for computing exact solutions to dense systems of linear equations over the integers'';
     license = stdenv.lib.licenses.gpl2Plus;
     maintainers = [stdenv.lib.maintainers.raskin];
-    platforms = stdenv.lib.platforms.linux;
+    platforms = stdenv.lib.platforms.unix;
     homepage = https://cs.uwaterloo.ca/~astorjoh/iml.html;
     updateWalker = true;
   };