Loading pkgs/applications/misc/appeditor/default.nix +2 −7 Original line number Diff line number Diff line Loading @@ -16,13 +16,13 @@ stdenv.mkDerivation rec { pname = "appeditor"; version = "1.1.3"; version = "1.1.5"; src = fetchFromGitHub { owner = "donadigo"; repo = "appeditor"; rev = version; sha256 = "sha256-0zutz1nnThyF7h44cDxjE53hhAJfJf6DTs9p4HflXr8="; sha256 = "sha256-A0YasHw5osGrgUPiUPuRBnv1MR/Pth6jVHGEx/klOGY="; }; nativeBuildInputs = [ Loading @@ -43,11 +43,6 @@ 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 Loading
pkgs/applications/misc/appeditor/default.nix +2 −7 Original line number Diff line number Diff line Loading @@ -16,13 +16,13 @@ stdenv.mkDerivation rec { pname = "appeditor"; version = "1.1.3"; version = "1.1.5"; src = fetchFromGitHub { owner = "donadigo"; repo = "appeditor"; rev = version; sha256 = "sha256-0zutz1nnThyF7h44cDxjE53hhAJfJf6DTs9p4HflXr8="; sha256 = "sha256-A0YasHw5osGrgUPiUPuRBnv1MR/Pth6jVHGEx/klOGY="; }; nativeBuildInputs = [ Loading @@ -43,11 +43,6 @@ 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