From 3b4123fdf2371bfeead91a33fe89f24e35ac76e9 Mon Sep 17 00:00:00 2001 From: Moraxyc Date: Fri, 10 Jan 2025 10:24:32 +0800 Subject: [PATCH] make-darwin-bundle: fix comment to use `desktopToDarwinBundle` The comment previously referenced `desktopToDarwinLauncher`, which was incorrect. This change updates it to the correct function `desktopToDarwinBundle`. --- pkgs/build-support/make-darwin-bundle/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/build-support/make-darwin-bundle/default.nix b/pkgs/build-support/make-darwin-bundle/default.nix index 38999ea06460..c5fc4b5c87b9 100644 --- a/pkgs/build-support/make-darwin-bundle/default.nix +++ b/pkgs/build-support/make-darwin-bundle/default.nix @@ -1,7 +1,7 @@ # given a package with an executable and an icon, make a darwin bundle for # it. This package should be used when generating launchers for native Darwin # applications. If the package conatins a .desktop file use -# `desktopToDarwinLauncher` instead. +# `desktopToDarwinBundle` instead. { lib,