Commit 47774411 authored by Emily's avatar Emily
Browse files

makeDarwinBundle: fix `lib.generators.toPlist` calls for deprecation

parent 4be5fc4e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
}:

let
  pListText = lib.generators.toPlist { } {
  pListText = lib.generators.toPlist { escape = true; } {
    CFBundleDevelopmentRegion = "English";
    CFBundleExecutable = "$name";
    CFBundleIconFile = "$icon";