wimboot: Mark platforms correctly
There is no Darwin support at all
This commit is contained in:
parent
7af10ab660
commit
063298cdb1
1 changed files with 1 additions and 1 deletions
|
@ -26,6 +26,6 @@ stdenv.mkDerivation rec {
|
||||||
description = "Windows Imaging Format bootloader";
|
description = "Windows Imaging Format bootloader";
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
maintainers = with maintainers; [ das_j ajs124 ];
|
maintainers = with maintainers; [ das_j ajs124 ];
|
||||||
platforms = platforms.x86; # Fails on aarch64
|
platforms = [ "x86_64-linux" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue