mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-09 16:33:57 -05:00
fix: remove with
This commit is contained in:
parent
3638372cd1
commit
22734d06da
1 changed files with 1 additions and 12 deletions
|
|
@ -37,16 +37,5 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
|||
preferLocalBuild = true;
|
||||
allowSubstitutes = false;
|
||||
|
||||
meta = {
|
||||
description = "High-performance Minecraft Server";
|
||||
homepage = "https://papermc.io/";
|
||||
sourceProvenance = with lib.sourceTypes; [ binaryBytecode ];
|
||||
license = lib.licenses.gpl3Only;
|
||||
platforms = lib.platforms.unix;
|
||||
maintainers = with lib.maintainers; [
|
||||
aaronjanse
|
||||
neonfuz
|
||||
];
|
||||
mainProgram = "minecraft-server";
|
||||
};
|
||||
meta.mainProgram = "minecraft-server";
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue