From e61022ac5553b2d62aa4c82517b2ca0f203533da Mon Sep 17 00:00:00 2001 From: Tuomas Tynkkynen Date: Mon, 11 Sep 2017 16:31:43 +0300 Subject: [PATCH] dbench: Disable on Darwin Assumes Linux versions of xattr system calls. Has never built successfully. https://hydra.nixos.org/build/60443210 --- pkgs/development/tools/misc/dbench/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/tools/misc/dbench/default.nix b/pkgs/development/tools/misc/dbench/default.nix index d7dad8cb0ea..997b1e18fd7 100644 --- a/pkgs/development/tools/misc/dbench/default.nix +++ b/pkgs/development/tools/misc/dbench/default.nix @@ -23,7 +23,7 @@ stdenv.mkDerivation rec { description = "Filesystem benchmark tool based on load patterns"; homepage = https://dbench.samba.org/; license = licenses.gpl3; - platforms = platforms.all; + platforms = platforms.linux; maintainers = [ maintainers.bjornfor ]; }; }