summary refs log tree commit diff
path: root/pkgs/applications/science/math/nauty/default.nix
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/applications/science/math/nauty/default.nix
parent9d392dec79e065566eed05d9356581bd563149ca (diff)
downloadnixpkgs-991c0e1618a82c5d09a030f72479d6bba4cdf468.tar
nixpkgs-991c0e1618a82c5d09a030f72479d6bba4cdf468.tar.gz
nixpkgs-991c0e1618a82c5d09a030f72479d6bba4cdf468.tar.bz2
nixpkgs-991c0e1618a82c5d09a030f72479d6bba4cdf468.tar.lz
nixpkgs-991c0e1618a82c5d09a030f72479d6bba4cdf468.tar.xz
nixpkgs-991c0e1618a82c5d09a030f72479d6bba4cdf468.tar.zst
nixpkgs-991c0e1618a82c5d09a030f72479d6bba4cdf468.zip
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/applications/science/math/nauty/default.nix')
-rw-r--r--pkgs/applications/science/math/nauty/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/science/math/nauty/default.nix b/pkgs/applications/science/math/nauty/default.nix
index bd116b02e29..e9c8b688fb9 100644
--- a/pkgs/applications/science/math/nauty/default.nix
+++ b/pkgs/applications/science/math/nauty/default.nix
@@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
     description = ''Programs for computing automorphism groups of graphs and digraphs'';
     license = licenses.asl20;
     maintainers = with maintainers; [ raskin timokau ];
-    platforms = platforms.linux;
+    platforms = platforms.unix;
     homepage = http://pallini.di.uniroma1.it/;
   };
 }