From 0dfc32989118c5441df52676de90a865e6e0abf9 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Mon, 25 Jun 2018 02:17:27 +0200 Subject: [PATCH] casync: restrict to linux libacl is required, which is linux-only. --- pkgs/applications/networking/sync/casync/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/networking/sync/casync/default.nix b/pkgs/applications/networking/sync/casync/default.nix index 38c9e07367f..82dd3a506de 100644 --- a/pkgs/applications/networking/sync/casync/default.nix +++ b/pkgs/applications/networking/sync/casync/default.nix @@ -46,7 +46,7 @@ stdenv.mkDerivation rec { description = "Content-Addressable Data Synchronizer"; homepage = https://github.com/systemd/casync; license = licenses.lgpl21; - platforms = platforms.all; + platforms = platforms.linux; maintainers = with maintainers; [ flokli ]; }; }