summary refs log tree commit diff
path: root/pkgs/servers/corosync
diff options
context:
space:
mode:
authorWilliam A. Kennington III <william@wkennington.com>2015-04-03 23:23:42 -0700
committerWilliam A. Kennington III <william@wkennington.com>2015-04-03 23:23:52 -0700
commit445d7892438851372208d5f5be025fe6f3330963 (patch)
tree1ec2197d9246efd2c11f8fdc0c35f818bf6bf033 /pkgs/servers/corosync
parent43d114c74b5e945ebfeaf154db664058dc43e61b (diff)
downloadnixpkgs-445d7892438851372208d5f5be025fe6f3330963.tar
nixpkgs-445d7892438851372208d5f5be025fe6f3330963.tar.gz
nixpkgs-445d7892438851372208d5f5be025fe6f3330963.tar.bz2
nixpkgs-445d7892438851372208d5f5be025fe6f3330963.tar.lz
nixpkgs-445d7892438851372208d5f5be025fe6f3330963.tar.xz
nixpkgs-445d7892438851372208d5f5be025fe6f3330963.tar.zst
nixpkgs-445d7892438851372208d5f5be025fe6f3330963.zip
Fix some platforms
Diffstat (limited to 'pkgs/servers/corosync')
-rw-r--r--pkgs/servers/corosync/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/corosync/default.nix b/pkgs/servers/corosync/default.nix
index f4ceca5f386..5e8f2fd0caa 100644
--- a/pkgs/servers/corosync/default.nix
+++ b/pkgs/servers/corosync/default.nix
@@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
     homepage = http://corosync.org/;
     description = "A Group Communication System with features for implementing high availability within applications";
     license = licenses.bsd3;
-    platforms = platforms.unix;
+    platforms = platforms.linux;
     maintainers = with maintainers; [ wkennington ];
   };
 }