Loading pkgs/by-name/we/webcord/package.nix +32 −25 Original line number Diff line number Diff line { lib , buildNpmPackage , fetchFromGitHub , copyDesktopItems , python3 , xdg-utils , electron , makeDesktopItem , nix-update-script { lib, buildNpmPackage, fetchFromGitHub, copyDesktopItems, python3, xdg-utils, electron, makeDesktopItem, nix-update-script, }: buildNpmPackage rec { Loading Loading @@ -68,7 +69,10 @@ buildNpmPackage rec { icon = "webcord"; desktopName = "WebCord"; comment = meta.description; categories = [ "Network" "InstantMessaging" ]; categories = [ "Network" "InstantMessaging" ]; }) ]; Loading @@ -81,7 +85,10 @@ buildNpmPackage rec { changelog = "https://github.com/SpacingBat3/WebCord/releases/tag/v${version}"; license = lib.licenses.mit; mainProgram = "webcord"; maintainers = with lib.maintainers; [ eclairevoyant huantian ]; maintainers = with lib.maintainers; [ eclairevoyant huantian ]; platforms = lib.platforms.linux; }; } Loading
pkgs/by-name/we/webcord/package.nix +32 −25 Original line number Diff line number Diff line { lib , buildNpmPackage , fetchFromGitHub , copyDesktopItems , python3 , xdg-utils , electron , makeDesktopItem , nix-update-script { lib, buildNpmPackage, fetchFromGitHub, copyDesktopItems, python3, xdg-utils, electron, makeDesktopItem, nix-update-script, }: buildNpmPackage rec { Loading Loading @@ -68,7 +69,10 @@ buildNpmPackage rec { icon = "webcord"; desktopName = "WebCord"; comment = meta.description; categories = [ "Network" "InstantMessaging" ]; categories = [ "Network" "InstantMessaging" ]; }) ]; Loading @@ -81,7 +85,10 @@ buildNpmPackage rec { changelog = "https://github.com/SpacingBat3/WebCord/releases/tag/v${version}"; license = lib.licenses.mit; mainProgram = "webcord"; maintainers = with lib.maintainers; [ eclairevoyant huantian ]; maintainers = with lib.maintainers; [ eclairevoyant huantian ]; platforms = lib.platforms.linux; }; }