lol

tilix: fix build

+3
+3
pkgs/by-name/ti/tilix/package.nix
··· 60 60 postPatch = '' 61 61 chmod +x meson_post_install.py 62 62 patchShebangs meson_post_install.py 63 + # https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=tilix 64 + substituteInPlace source/gx/tilix/{prefeditor/prefdialog.d,terminal/terminal.d} \ 65 + --replace-fail "(Align." "(GtkAlign." 63 66 ''; 64 67 65 68 passthru.tests.test = nixosTests.terminal-emulators.tilix;