mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
atlauncher: cleanup
This commit is contained in:
parent
6b3ba452ed
commit
d432b38d31
@ -16,7 +16,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
dontUnpack = true;
|
||||
|
||||
buildInputs = [ ];
|
||||
nativeBuildInputs = [ copyDesktopItems makeWrapper ];
|
||||
|
||||
installPhase = ''
|
||||
@ -39,22 +38,22 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
desktopItems = [
|
||||
(makeDesktopItem {
|
||||
name = "atlauncher";
|
||||
categories = [ "Game" ];
|
||||
desktopName = "ATLauncher";
|
||||
exec = "atlauncher";
|
||||
icon = "atlauncher";
|
||||
desktopName = "ATLauncher";
|
||||
categories = [ "Game" ];
|
||||
name = "atlauncher";
|
||||
})
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "A simple and easy to use Minecraft launcher which contains many different modpacks for you to choose from and play";
|
||||
downloadPage = "https://atlauncher.com/downloads";
|
||||
homepage = "https://atlauncher.com/";
|
||||
homepage = "https://atlauncher.com";
|
||||
license = licenses.gpl3;
|
||||
mainProgram = "atlauncher";
|
||||
maintainers = [ maintainers.getpsyched ];
|
||||
platforms = platforms.all;
|
||||
mainProgram = "atlauncher";
|
||||
sourceProvenance = [ sourceTypes.binaryBytecode ];
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user