lol

fwup: fix darwin build

+2 -2
+1 -1
pkgs/tools/compression/xdelta/default.nix
··· 56 56 ''; 57 57 homepage = "http://xdelta.org/"; 58 58 license = licenses.gpl2Plus; 59 - platforms = platforms.linux; 59 + platforms = platforms.unix; 60 60 }; 61 61 }
+1 -1
pkgs/tools/misc/fwup/default.nix
··· 62 62 xdelta 63 63 ]; 64 64 65 - doCheck = true; 65 + doCheck = !stdenv.isDarwin; 66 66 67 67 meta = with lib; { 68 68 description = "Configurable embedded Linux firmware update creator and runner";