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;
|
preferLocalBuild = true;
|
||||||
allowSubstitutes = false;
|
allowSubstitutes = false;
|
||||||
|
|
||||||
meta = {
|
meta.mainProgram = "minecraft-server";
|
||||||
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";
|
|
||||||
};
|
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue