Skip to content

Commit

Permalink
Merge pull request #124868 from LnL7/darwin-fwup
Browse files Browse the repository at this point in the history
fwup: fix darwin build
  • Loading branch information
davidak committed Aug 26, 2021
2 parents 10d21c6 + dd3fac8 commit 66933d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkgs/tools/compression/xdelta/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ in stdenv.mkDerivation rec {
'';
homepage = "http://xdelta.org/";
license = licenses.gpl2Plus;
platforms = platforms.linux;
platforms = platforms.unix;
};
}
2 changes: 1 addition & 1 deletion pkgs/tools/misc/fwup/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ stdenv.mkDerivation rec {
xdelta
];

doCheck = true;
doCheck = !stdenv.isDarwin;

meta = with lib; {
description = "Configurable embedded Linux firmware update creator and runner";
Expand Down

0 comments on commit 66933d5

Please sign in to comment.