fwup: fix darwin build

This commit is contained in:
Daiderd Jordan
2021-05-29 13:04:06 +02:00
parent 6596f38b4b
commit dd3fac8761
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -56,6 +56,6 @@ in stdenv.mkDerivation rec {
'';
homepage = "http://xdelta.org/";
license = licenses.gpl2Plus;
platforms = platforms.linux;
platforms = platforms.unix;
};
}
+1 -1
View File
@@ -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";