treewide: mark packages as buildable on darwin (PR #45364)

vcunat amended the commit a bit; see the PR for details/discussion.
This commit is contained in:
Vladimír Čunát
2019-09-15 10:50:08 +02:00
parent 9d392dec79
commit 991c0e1618
17 changed files with 16 additions and 19 deletions
+1 -1
View File
@@ -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;
};