about summary refs log tree commit diff
path: root/pkgs/applications/networking/sync
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2017-05-30 06:54:56 +0000
committerVincent Laporte <Vincent.Laporte@gmail.com>2017-05-30 06:55:46 +0000
commit4f6422b76cab823554e481f40c8fb831a0808e98 (patch)
tree4a7508f26964827a24f4aabfe857d6a549b09595 /pkgs/applications/networking/sync
parenta987943fdf023bf001dda04fe5a51f817a5743e0 (diff)
unison: more general platform
Diffstat (limited to 'pkgs/applications/networking/sync')
-rw-r--r--pkgs/applications/networking/sync/unison/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/sync/unison/default.nix b/pkgs/applications/networking/sync/unison/default.nix
index 2daa846990a3b..ed48bce7b2e2e 100644
--- a/pkgs/applications/networking/sync/unison/default.nix
+++ b/pkgs/applications/networking/sync/unison/default.nix
@@ -36,7 +36,7 @@ stdenv.mkDerivation (rec {
     description = "Bidirectional file synchronizer";
     license = stdenv.lib.licenses.gpl3Plus;
     maintainers = with stdenv.lib.maintainers; [viric];
-    platforms = with stdenv.lib.platforms; linux;
+    platforms = with stdenv.lib.platforms; unix;
   };
 
 })