appeditor: fix build with vala 0.56

main
Bobby Rong 2 years ago
parent 8523b08ea6
commit 0180c45910
No known key found for this signature in database
GPG Key ID: ED07364437C91161
  1. 5
      pkgs/applications/misc/appeditor/default.nix

@ -43,6 +43,11 @@ stdenv.mkDerivation rec {
];
postPatch = ''
# Fix build with vala 0.56
# https://github.com/donadigo/appeditor/pull/122
substituteInPlace src/Application.vala \
--replace "private static string? create_exec_filename;" "public static string? create_exec_filename;"
chmod +x meson/post_install.py
patchShebangs meson/post_install.py
'';

Loading…
Cancel
Save