!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
19 May 2026
@reckenrode:matrix.orgRandy EckenrodeI pushed the fix.04:15:52
@viraptor:tchncs.deviraptor Not sure who would need to approve this move. @[Randy Eckenrode] ? https://github.com/NixOS/nixpkgs/pull/520945 13:20:48
@not-jack:matrix.org@not-jack:matrix.org joined the room.14:15:47
@not-jack:matrix.org@not-jack:matrix.org

anybody know if macfuse-stubs and fuse3 are similar enough to allow:

fuse3 = lowPrio (
    if stdenv.hostPlatform.isDarwin then macfuse-stubs.override { isFuse3 = true; } else fuse
  );
14:19:52
@whispers:catgirl.cloudwhispers [& it/fae] joined the room.14:22:02
@samestep:matrix.orgsame joined the room.14:47:19
@todoqki:matrix.orgtodo joined the room.15:41:35
@jappie:jappie.devjappie joined the room.18:09:10
20 May 2026
@iamanaws:matrix.orgiamanaws joined the room.02:19:53
@viraptor:tchncs.deviraptor
In reply to @viraptor:tchncs.de
Not sure who would need to approve this move. @[Randy Eckenrode] ? https://github.com/NixOS/nixpkgs/pull/520945
Or @emily ?
09:07:22
@toonn:matrix.orgtoonn I'm sure it'll get looked at, darwin-core bandwidth is just very limited. 09:09:41
@viraptor:tchncs.deviraptorThanks, it was genuinely "who deals with base things like that". I'm happy to just wait for the group notification to do its thing.09:13:36
@khaneliman:matrix.orgAustin HorstmanSomething planned out beforehand? Seems a little weird to migrate from an official repo to a new fork of your own with a handful of claude commits on a single day of dev with no real usage by anyone for a stdenv package. 13:19:07
@khaneliman:matrix.orgAustin Horstman* Something planned out beforehand? Seems a little weird to migrate from an official repo to a new fork of your own with a handful of claude commits on a single day of dev 4 days ago with no real usage by anyone for a stdenv package. 13:22:14
@sempiternal-aurora:matrix.orgMyria joined the room.14:32:24
@viraptor:tchncs.deviraptor
In reply to @khaneliman:matrix.org
Something planned out beforehand? Seems a little weird to migrate from an official repo to a new fork of your own with a handful of claude commits on a single day of dev with no real usage by anyone for a stdenv package.
I posted about the process before here, but fair, new reviews could use some context. There's a tracking issue linked in the description for enabling building xcode projects using only the open software and it requires changes to lots of things. https://github.com/NixOS/nixpkgs/issues/512622
xcbuild is abandoned and archived from Facebook's side, so I took it over. If you have any issues with the actually quality of the code I'll be happy to address it.
20:54:39
@khaneliman:matrix.orgAustin Horstman

xcbuild is abandoned and archived from Facebook's side

That makes more sense, then.

If you have any issues with the actually quality of the code I'll be happy to address it.

Nah, was just more concerned with the optics of the repo created/commits added/pr created to migrate on the same day just a few days ago for a foundational / widespread package.

I haven't been following it closely though so it was more of a question about what kind of problem solving / communication was done that warranted such a change.

20:59:23
21 May 2026
@libregeekingkid:matrix.orgrajudev joined the room.00:03:57
@glepage:matrix.orgGaétan Lepage

opencv is broken on darwin:

       > ImportError: dlopen(/nix/store/glapng48by63qizjr5nxq6xw2vpnvkak-opencv-4.13.0/lib/python3.14/site-packages/cv2/python-3.14/cv2.cpython-314-darwin.so, 0x0002): Library not loaded: @rpath/libhdf5.310.dylib
       >   Referenced from: <35714FA5-D465-3B35-9494-D152500A2BF3> /nix/store/glapng48by63qizjr5nxq6xw2vpnvkak-opencv-4.13.0/lib/libopencv_hdf.4.13.0.dylib
       >   Reason: tried: '/nix/store/glapng48by63qizjr5nxq6xw2vpnvkak-opencv-4.13.0//nix/store/glapng48by63qizjr5nxq6xw2vpnvkak-opencv-4.13.0/lib/libhdf5.310.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/nix/store/glapng48by63qizjr5nxq6xw2vpnvkak-opencv-4.13.0//nix/store/glapng48by63qizjr5nxq6xw2vpnvkak-opencv-4.13.0/lib/libhdf5.310.dylib' (no such file), '/nix/store/glapng48by63qizjr5nxq6xw2vpnvkak-opencv-4.13.0//nix/store/glapng48by63qizjr5nxq6xw2vpnvkak-opencv-4.13.0/lib/libhdf5.310.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/nix/store/glapng48by63qizjr5nxq6xw2vpnvkak-opencv-4.13.0//nix/store/glapng48by63qizjr5nxq6xw2vpnvkak-opencv-4.13.0/lib/libhdf5.310.dylib' (no such file), '/nix/store/glapng48by63qizjr5nxq6xw2vpnvkak-opencv-4.13.0//nix/store/glapng48by63qizjr5nxq6xw2vpnvkak-opencv-4.13.0/lib/libhdf5.310.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/nix/store/glapng48by63qizjr5nxq6xw2vpnvkak-opencv-4.13.0//nix/store/glapng48by63qizjr5nxq6xw2vpnvkak-opencv-4.13.0/lib/libhdf5.310.dylib' (no such file)
10:29:10
@hexa:lossy.networkhexa.so cannot work13:37:23
@hexa:lossy.networkhexareferencend from a dylib13:38:11
@hexa:lossy.networkhexagreat stuff13:38:13
@reckenrode:matrix.orgRandy Eckenrode .so is fine. The install name of libhdf is wrong. It needs to be an absolute path not an rpath. 13:58:51
22 May 2026
@unhooked-spirits:matrix.orgUnhooked Spirits joined the room.05:57:13
@jonhermansen:matrix.orgJon Hermansen changed their display name from jonhermansen to Jon Hermansen.19:18:45
@hexa:lossy.networkhexahttps://hydra.nixos.org/job/nixpkgs/unstable/firefox-esr-140-unwrapped.aarch64-darwin21:08:26
@hexa:lossy.networkhexa Ihar Hrachyshka 140.11.0esr startet failing after the staging-next merge 21:08:42
@hexa:lossy.networkhexaon both darwins21:08:58
@hexa:lossy.networkhexahttps://cache.nixos.org/log/mfg292hnvkh0zd16h7m5xm2bjwwh52zj-firefox-unwrapped-140.11.0esr.drv21:10:08
@hexa:lossy.networkhexa

error: could not compile gecko-profiler (lib) due to 1 previous error

21:10:12

Show newer messages


Back to Room ListRoom Version: 6