# 2026.04.07 Weekly Meeting

**URL:** https://discourse.slicer.org/t/2026-04-07-weekly-meeting/46673
**Category:** Weekly meetings
**Created:** [April 7, 2026, 2:42am UTC](https://discourse.slicer.org/t/2026-04-07-weekly-meeting/46673 "2026-04-07T02:42:50Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![ebrahim](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/ebrahim/32/13403_2.png) [@ebrahim](https://discourse.slicer.org/u/ebrahim)
#### Post date: [April 7, 2026, 4:14pm UTC](https://discourse.slicer.org/t/2026-04-07-weekly-meeting/46673/2 "2026-04-07T16:14:37Z")

</div>

Notes from the meeting.

## Building with Nix (Ruffin)

Draft PR: [ENH: Add Nix flake for building Slicer with system packages on NixOS by ruffsl · Pull Request #9101 · Slicer/Slicer · GitHub](https://github.com/Slicer/Slicer/pull/9101)

(deep discussion with lots of opinions exchanged)

## Failing macOS tests (Sam)

[Failing macos tests](https://slicer.cdash.org/tests/32695768), after [this commit](https://github.com/Slicer/Slicer/commit/14627a20b9ddc202488f12bbe9be7913a0ef2fde).

### Error message

```auto
        PasteBoard: Error creating pasteboard: com.apple.pasteboard.clipboard [-4960]
        PasteBoard: Error creating pasteboard: com.apple.pasteboard.find [-4960]

```

- seems like a bad interaction with “special” characters and clipboard

### Fix

Attempted fix: add

```auto
export LANG="C.UTF-8"
export LC_ALL="C.UTF-8"

```

to `~/.zshrc`, seems to work, will see if it is loaded correctly when new terminal session are used

We may need to add this to the Slicer docs if it becomes a common issue for mac users

## Bernarndo is looking for new clients

Discourse job board: [Topics tagged job-opportunity](https://discourse.slicer.org/tag/job-opportunity/77)

---

_[View the full topic](https://discourse.slicer.org/t/2026-04-07-weekly-meeting/46673)._
