Loading pkgs/build-support/make-darwin-bundle/write-darwin-bundle.nix +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ }: let pListText = lib.generators.toPlist { } { pListText = lib.generators.toPlist { escape = true; } { CFBundleDevelopmentRegion = "English"; CFBundleExecutable = "$name"; CFBundleIconFile = "$icon"; Loading Loading
pkgs/build-support/make-darwin-bundle/write-darwin-bundle.nix +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ }: let pListText = lib.generators.toPlist { } { pListText = lib.generators.toPlist { escape = true; } { CFBundleDevelopmentRegion = "English"; CFBundleExecutable = "$name"; CFBundleIconFile = "$icon"; Loading