Merge pull request #124868 from LnL7/darwin-fwup

fwup: fix darwin build
This commit is contained in:
davidak
2021-08-26 05:19:09 +02:00
committed by GitHub
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
@@ -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";