Nix on macOS | 1163 Members | |
| “There are still many issues with the Darwin platform but most of it is quite usable.” — http://yves.gnu-darwin.org | 188 Servers |
| Sender | Message | Time |
|---|---|---|
| 20 Oct 2025 | ||
| https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37522 | 21:42:47 | |
| https://www.macrumors.com/2025/10/20/ios-26-1-liquid-glass-toggle/ | 22:34:08 | |
| Is this like the toggle where you can make it look like someone peed on your screen or not, and Apple defaults to the wrong one? | 22:35:14 | |
| hey I like True Tone | 22:36:17 | |
In reply to @emilazy:matrix.orgsame | 22:36:25 | |
| 😅 | 22:36:38 | |
| technology is there to save us from having to go back to the bad old days of having to pee on the screen manually. | 22:37:48 | |
| I used to have a surface book that came with a heavily green tint ootb | 22:45:58 | |
| Manually calibrating it only slightly improved the situation | 22:46:18 | |
| Is there any documentation on building it? Do we just enable the driver, and it Just Works™ if you have the required SDK? | 23:23:45 | |
| 21 Oct 2025 | ||
| I’ve got the source release updates building on aarch64-darwin. I’m glad I did some of this work back in July …. | 02:26:25 | |
| Once I confirm x86_64-darwin builds, I’ll split up the changes and open a PR. | 02:26:43 | |
| 06:15:26 | ||
| ICU tests fail on x86_64-darwin. ☹️
| 12:12:09 | |
| Hello folks, I want to PR darwin support for libtree (analysis of linked libraries) and I have questions about tests. There's a
I presume that in this case libtree should always test the | 16:26:19 | |
| * Hello folks, I want to PR darwin support for libtree (analysis of linked libraries) and I have questions about tests. There's a
I presume that in this case libtree should always test the [Edit: I don't mean idiomatic way of implementing the changes, as opposed to the | 16:31:14 | |
| 18:35:15 | ||
| You might want to ask in https://matrix.to/#/%23cross-compiling:nixos.org. | 20:09:54 | |
I know there is a desire to move pkgsCross to variants.nix, which would prevent it from being used in nixpkgs. I assume that applies to passthru.tests. | 20:10:01 | |
| I feel like a better (more portable) test would be to use an unwrapped Clang and LLD to generate a shared library and link a trivial program against it. | 20:12:12 | |
(I bet pkgsStatic.libtree.tests.checkCoreUtils fails.) | 20:13:58 | |
* (I bet pkgsStatic.libtree.tests.checkCoreUtils fails on Linux.) | 20:14:16 | |
| does it only support ELF even on Darwin? | 20:14:45 | |
| looking at the code… does this program actually work on Darwin? | 20:15:34 | |
| it seems to make a fair few assumptions about the system being ELF-y | 20:15:40 | |
| Yes. There’s an open issue for Mach-O support, but it’s old. https://github.com/haampie/libtree/issues/22 | 20:16:05 | |
| I heard something about nixpkgs dropping x86_64-darwin support, is that discussion happpening anywhere easy to find? | 20:16:14 | |
it has paths like /usr/lib and /etc/ld.so.conf hardcoded though | 20:16:33 | |
| it's in the 25.11 release notes, https://github.com/NixOS/nixpkgs/pull/415566 | 20:16:47 | |
| I was meaning to post it on Discourse too though, I should do that | 20:16:56 | |