wimboot: Mark platforms correctly

There is no Darwin support at all
main
Janne Heß 2 years ago
parent 7af10ab660
commit 063298cdb1
No known key found for this signature in database
GPG Key ID: 69165158F05265DF
  1. 2
      pkgs/tools/misc/wimboot/default.nix

@ -26,6 +26,6 @@ stdenv.mkDerivation rec {
description = "Windows Imaging Format bootloader";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ das_j ajs124 ];
platforms = platforms.x86; # Fails on aarch64
platforms = [ "x86_64-linux" ];
};
}

Loading…
Cancel
Save