about summary refs log tree commit diff
path: root/pkgs/tools/misc/fwup
diff options
context:
space:
mode:
authorDaiderd Jordan <daiderd@gmail.com>2021-05-26 22:00:06 +0200
committerDaiderd Jordan <daiderd@gmail.com>2021-05-29 13:04:06 +0200
commitdd3fac876151333997ad76c656a4e3be81f2e761 (patch)
treecae8ce244311bebb4ab567e4e596fb72abbe0d31 /pkgs/tools/misc/fwup
parent6596f38b4b00de2c667e70d229c747037c6b7d26 (diff)
fwup: fix darwin build
Diffstat (limited to 'pkgs/tools/misc/fwup')
-rw-r--r--pkgs/tools/misc/fwup/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/fwup/default.nix b/pkgs/tools/misc/fwup/default.nix
index de2b809eea522..bfb23695a362f 100644
--- a/pkgs/tools/misc/fwup/default.nix
+++ b/pkgs/tools/misc/fwup/default.nix
@@ -62,7 +62,7 @@ stdenv.mkDerivation rec {
     xdelta
   ];
 
-  doCheck = true;
+  doCheck = !stdenv.isDarwin;
 
   meta = with lib; {
     description = "Configurable embedded Linux firmware update creator and runner";