mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 19:21:04 +00:00
modrinth-app-unwrapped: remove with statements
This commit is contained in:
parent
c58fcdeb91
commit
aa20ccad78
|
@ -187,7 +187,7 @@ rustPlatform.buildRustPackage {
|
|||
unfreeRedistributable
|
||||
];
|
||||
maintainers = with lib.maintainers; [ getchoo ];
|
||||
platforms = with lib; platforms.linux ++ platforms.darwin;
|
||||
platforms = lib.platforms.linux ++ lib.platforms.darwin;
|
||||
# this builds on architectures like aarch64, but the launcher itself does not support them yet
|
||||
broken = !stdenv.isx86_64;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue