!lheuhImcToQZYTQTuI:nixos.org

Nix on macOS

1230 Members
β€œThere are still many issues with the Darwin platform but most of it is quite usable.” β€” http://yves.gnu-darwin.org205 Servers

Load older messages


SenderMessageTime
30 May 2026
@khaneliman:matrix.orgAustin Horstmani'm testing some changes 16:30:25
@khaneliman:matrix.orgAustin Horstman* there are some build issues with sparkle16:31:08
@samasaur:matrix.orgsamasaur
In reply to @reckenrode:matrix.org

Anyone getting this warning on the nix-darwin 26.05 branch?

trace: warning: reckenrode profile: programs.man.generateCaches has no effect when programs.man.package is null
FYI that branch exists but the PR to make it actually a stable release branch hasn't gone in yet so it is currently pointing to the exact same commit as master
16:35:44
@khaneliman:matrix.orgAustin Horstmangot it to build 16:41:52
@khaneliman:matrix.orgAustin Horstmanimage.png
Download image.png
16:41:56
@mattsturg:matrix.orgMatt Sturgeon Now I'm curious if any of the issues you identified also apply to the other minecraft launchers already packaged in nixpkgs πŸ‘€
prismlauncher was originally a polymc fork, for example
17:09:33
@mattsturg:matrix.orgMatt Sturgeon * Now I'm curious if any of the issues you identified also apply to the other minecraft launchers already packaged in nixpkgs πŸ‘€
prismlauncher was originally a polymc fork; pandora-launcher was recently merged, etc
17:14:41
@mattsturg:matrix.orgMatt Sturgeon * Now I'm curious if any of the issues you identified also apply to the other minecraft launchers already packaged in nixpkgs πŸ‘€
prismlauncher was originally a polymc fork; pandora-launcher was recently merged (but doesn't define meta.platforms), etc
17:16:06
@mattsturg:matrix.orgMatt Sturgeon * Now I'm curious if any of the issues you identified also apply to the other minecraft launchers already packaged in nixpkgs πŸ‘€
prismlauncher was originally a polymc fork so may be similar; pandora-launcher was recently merged (but doesn't define meta.platforms), etc
17:18:37
1 Jun 2026
@eveeifyeve:matrix.orgeveeifyeveHas anyone experienced any freezing issues with MacOS 25.5? Because I have disabled most things and it still freezes.08:54:44
@eveeifyeve:matrix.orgeveeifyeve* Has anyone experienced any freezing issues with MacOS 25.5? Because I have disabled most things and it still freezes with my config.08:55:25
@eveeifyeve:matrix.orgeveeifyeve* Has anyone experienced any freezing issues with MacOS 25.5 with their config? Because I have disabled most things and it still freezes with my config.08:57:24
@eveeifyeve:matrix.orgeveeifyeveFound out the root cause, It seems to be an issue with nix optimise-store.09:29:44
@eveeifyeve:matrix.orgeveeifyeve* I think I found out the root cause, It seems to be an issue with nix optimise-store.09:32:57
@eveeifyeve:matrix.orgeveeifyeve* I think I found out the root cause, It seems to be an issue with nix auto-optimise-store.09:33:05
@eveeifyeve:matrix.orgeveeifyeve* I think I found out the root cause, It seems to be an issue with nix optimise automatic.09:34:30
@eveeifyeve:matrix.orgeveeifyeve* I think I found out the root cause, It seems to be an issue with nix.optimise.automatic.09:34:39
@lcenchew:matrix.orglcenchew joined the room.09:40:42
@schrater:matrix.orgPaul Schrater joined the room.11:22:56
2 Jun 2026
@mmahut:matrix.org@mmahut:matrix.org left the room.10:00:55
@drupol:matrix.orgPol joined the room.16:12:58
@drupol:matrix.orgPol Hello,
I'm looking for someone who can help me unblocking the situation with pythonPackages.pyobjus, see the logs at https://github.com/NixOS/nixpkgs/pull/527067
16:14:37
@drupol:matrix.orgPolI don't have a Darwin machine to fix it :(16:15:39
@drupol:matrix.orgPol * Hello,
I'm looking for someone who can help me unblocking the situation with pythonPackages.pyobjus, introduced in https://github.com/NixOS/nixpkgs/pull/527067, the logs are also available.
16:21:03
@sarahec:matrix.orgSarah ClarkLooking16:26:57
@drupol:matrix.orgPol

Raw guess, probably doing this might help:

  preCheck = ''
    rm -rf pyobjus
    make test_lib
  '';

  nativeCheckInputs = [
    clang
    pytestCheckHook
  ];
16:29:24
@sarahec:matrix.orgSarah Clark

Use

  preCheck = ''
    rm -rf pyobjus
    make test_lib
    SITE_PACKAGES=$(find $out -name "site-packages" -type d | head -1)
    mkdir -p $SITE_PACKAGES/objc_classes
    mv objc_classes/test $SITE_PACKAGES/objc_classes
  '';
18:13:50
@drupol:matrix.orgPolShould we remove those after test are done ?18:15:21
@sarahec:matrix.orgSarah ClarkI would think so18:15:33
@drupol:matrix.orgPol

So,

postCheck = ''
  rm -rf $SITE_PACKAGES/objc_classes/test
'';

Is this would be enough ?

18:16:32

Show newer messages


Back to Room ListRoom Version: 6