| 12 Nov 2025 |
| sportshead joined the room. | 22:52:34 |
sportshead | hi all, trying to get set up with yesod + nix on aarch64-darwin | 23:00:08 |
sportshead | cryptonite doesn't seem to be built on *-darwin for the cache, and i can't seem to build it | 23:00:54 |
sportshead | i gather from cryptonite-remove-argon2.patch that this package is known to be broken on aarch64 | 23:02:56 |
sportshead | but it seems like this is a different test failing, specifically the bcrypt one (build logs https://paste.sh/jvtE4FUv#wUu9BxI9ToF5uu7S5PfbxHjQ) | 23:04:21 |
sportshead | would the best course of action be to overlay and disable all the tests? is there an easy option to make a certain package not run tests? | 23:05:01 |
| 13 Nov 2025 |
Alex | In reply to @sportshead:matrix.org would the best course of action be to overlay and disable all the tests? is there an easy option to make a certain package not run tests? Nowadays, the answer can be found in the nixpkgs manual: https://nixos.org/manual/nixpkgs/stable/#haskell-overriding-haskell-packages
In particular, you are looking for haskell.lib.compose.dontCheck and perhaps also how to override packages in the haskell package sets (this part hasn't yet been migrated to the nixpkgs manual). | 01:25:46 |
alexfmpe | https://github.com/kazu-yamamoto/crypton/issues/40#issuecomment-2791246388 | 02:41:19 |
alexfmpe | this one isn't a darwin issue, I've hit it on multiple platforms | 02:41:51 |