···3333 ''
3434 with subtest("Wait for login"):
3535 # wait_for_x() checks graphical-session.target, which is expected to be
3636- # inactive on Budgie before #228946 (i.e. systemd managed gnome-session) is
3737- # done on upstream.
3838- # https://github.com/BuddiesOfBudgie/budgie-desktop/blob/v10.7.2/src/session/budgie-desktop.in#L16
3636+ # inactive on Budgie before Budgie manages user session with systemd.
3737+ # https://github.com/BuddiesOfBudgie/budgie-desktop/blob/39e9f0895c978f76/src/session/budgie-desktop.in#L16
3938 #
4039 # Previously this was unconditionally touched by xsessionWrapper but was
4140 # changed in #233981 (we have Budgie:GNOME in XDG_CURRENT_DESKTOP).
4241 # machine.wait_for_x()
4343- machine.wait_until_succeeds('journalctl -t gnome-session-binary --grep "Entering running state"')
4242+ machine.wait_until_succeeds('journalctl -t budgie-session-binary --grep "Entering running state"')
4443 machine.wait_for_file("${user.home}/.Xauthority")
4544 machine.succeed("xauth merge ${user.home}/.Xauthority")
4645
···88in
99buildGoModule rec {
1010 pname = "process-compose";
1111- version = "0.80.0";
1111+ version = "0.81.4";
12121313 src = fetchFromGitHub {
1414 owner = "F1bonacc1";
1515 repo = pname;
1616 rev = "v${version}";
1717- hash = "sha256-9a850AKcHpKaZJ5C7l8y2dz6zHWyoZ7dIdEqtmXN3ww=";
1717+ hash = "sha256-HGrqW56gU5IiX5vyMmJyr63LlJaalCY1kWZi7ahrr0o=";
1818 # populate values that require us to use git. By doing this in postFetch we
1919 # can delete .git afterwards and maintain better reproducibility of the src.
2020 leaveDotGit = true;
···4343 installShellFiles
4444 ];
45454646- vendorHash = "sha256-NYb5FLMXRoOTEH7nD3+1LUGD7wY0N8FTTUZ85uxTPrk=";
4646+ vendorHash = "sha256-vcx8wHqJzL+huCPdzN5h3dLs3PE7NaFWJEFJX22EZV4=";
47474848 doCheck = false;
4949
+3
pkgs/applications/misc/wordnet/default.nix
···1818 sed "13i#define USE_INTERP_RESULT 1" -i src/stubs.c
1919 '';
20202121+ # Fails the build on clang-16 and on upcoming gcc-14.
2222+ env.NIX_CFLAGS_COMPILE = "-Wno-error=implicit-int";
2323+2124 # Needs the path to `tclConfig.sh' and `tkConfig.sh'.
2225 configureFlags = [
2326 "--with-tcl=${tcl}/lib"