Alexandre Esteves
b7903bfec9
haskellPackages.reflex-dom: fix eval on js backend
2024-07-25 22:33:41 +01:00
Montmorency
c07e06bfe2
libiconv with comment for with-utf8
2024-07-15 20:37:23 +01:00
Alexandre Esteves
9036501ab5
haskellPackages.ghcjs-dom-hello: fix on darwin
2024-06-17 14:40:58 +02:00
Alexandre Esteves
78e2348b11
haskellPackages.jsaddle-hello: fix on darwin
2024-06-17 14:40:58 +02:00
Alexandre Esteves
ca1281b9e9
haskellPackages.warp: fix build on darwin
2024-06-17 14:40:58 +02:00
sternenseemann
46638ff2da
haskellPackages.cabal2nix-unstable: rem refs to GHC (aarch64-darwin)
2024-06-07 11:48:12 +02:00
Marek Fajkus
6f29411d94
Merge pull request #315141 from sandydoo/fix-elm
...
elmPackages.elm: fix build failure on darwin
2024-06-05 09:09:01 +02:00
Rebecca Turner
2901eb87d6
cabal2nix: Fix for justStaticExecutables
...
Remove references to `hpack` and `distribution-nixpkgs` paths so that
`cabal2nix` can build on macOS.
See: #304352
2024-06-04 01:20:08 +02:00
sternenseemann
d90232565e
haskellPackages.ad: disable problematic test on x86_64-darwin
...
It is somewhat curious that it behaves differently exclusively here, but
I don't think it is necessary to stop shipping a package due to floating
point arithmetic error—it would be unreasonable to assume there were
none…
See https://github.com/ekmett/ad/issues/113 .
2024-05-31 12:17:46 +02:00
Sander
9dd7a8222c
elmPackages.elm: fix build failure on darwin
...
Patches `crypton-x509-system` to use the full path to the `security`
binary.
2024-05-27 21:49:00 +04:00
Mathis
7042f95f88
haskellPackages.di-core: unbreak on darwin ( #314627 )
...
One of the tests is flaky and fails sometimes on darwin, linux builds
don't seem to be affected. This change removes the failing assert on
darwin.
2024-05-27 08:36:13 +00:00
Alexandre Esteves
f5835de64e
haskellPackages.reflex-dom: fix build on darwin
2024-05-18 00:12:55 +01:00
Alexandre Esteves
dace374b25
haskellPackages.jsaddle-wkwebview: build on darwin
2024-05-01 17:53:08 +01:00
sternenseemann
4a1299190e
git-annex: skip test requiring unavailable tool on darwin
2024-04-22 02:17:36 +02:00
Marc Scholten
636a1226a8
haskellPackages.zip: Don't check
...
Tests fail on macOS right now
https://github.com/mrkkrp/zip/issues/112
2024-04-07 12:34:41 +02:00
maralorn
013cdb0c0b
haskellPackages: Remove obsolete overrides for hls dependencies
2024-03-17 13:36:19 +01:00
Naïm Favier
0e15c844a9
agda: enable debug printing
2024-01-06 15:00:33 +01:00
Linschlager
0a091fcccc
haskellPackages.hidapi: fix darwin build
2023-11-26 17:28:52 +01:00
Sridhar Ratnakumar
3be1e25615
haskellPackages.streamly_0_9_0: remove override
...
Because the package no longer exists
2023-08-18 10:18:46 +02:00
zowoq
bdea49df12
haskellPackages.inline-c-cpp: fix darwin build
2023-08-10 16:55:31 +10:00
Ellie Hermaszewska
7041bc7a1f
haskellPackages.streamly-0.9.0: Add required framework on Darwin
2023-05-31 08:26:53 +08:00
Dennis Gosnell
90fd702950
Merge pull request #234132 from reckenrode/http2-darwin-fix
...
haskellPackages.http2: fix build with Darwin sandbox enabled
2023-05-26 22:36:09 +09:00
Randy Eckenrode
9b1c02ede8
haskellPackages.http2: fix build with Darwin sandbox enabled
2023-05-25 23:59:16 -04:00
Randy Eckenrode
217ed5437c
haskellPackages.yesod-core: fix build with Darwin sandbox enabled
2023-05-25 23:58:32 -04:00
sternenseemann
bc6c2ee545
rure: fix darwin dylib names
...
This hasn't been an issue on x86_64, but running it anyways shouldn't
hurt. aarch64-darwin's trouble could be due to codesigning? Besides that
there don't seem to be many differences between the actual derivations.
This also unbreaks the test suite of regex-rure.
2023-03-13 02:15:10 +01:00
sternenseemann
41c538f80f
haskellPackages.regex-rure: mark broken on aarch64-darwin
2023-03-11 12:22:48 +01:00
sternenseemann
7f65851908
Revert "haskellPackages.heystone: fix darwin dylibs"
...
This reverts commit 32eecc6cc9
.
Reason for revert: This fix doesn't alleviate the problem in two ways:
1. It is in the aarch64-darwin section of configuration-darwin.nix,
the problem appears on x86_64-darwin (bytepatch doesn't support
aarch64).
2. When moving the override into the general *-darwin section, the
problem with bytepatch is also unaffected, see my attempt in
https://github.com/NixOS/nixpkgs/pull/217201 .
2023-02-23 13:26:17 +01:00
sternenseemann
ea113b94f4
haskellPackages.hmidi: provide necessary frameworks on darwin
2023-02-15 00:47:32 +01:00
Dennis Gosnell
32eecc6cc9
haskellPackages.heystone: fix darwin dylibs
2023-02-12 11:25:33 +09:00
Weijia Wang
f22cb23840
agda: fix build on aarch64-darwin
2023-01-22 02:26:28 +01:00
Naïm Favier
ea84ce7593
haskellPackages: fixes
2022-11-21 15:32:41 +01:00
maralorn
7e53f5f41c
haskellPackages.fourmolu_0_9_0_0: Fix build
2022-11-18 12:54:51 +01:00
Rebecca Turner
e0f2f2b676
ormolu/fourmolu: Fix build on aarch64-darwin
2022-10-19 12:23:15 -04:00
Alex Wied
da501f8808
haskellPackages.streaming-commons: Fix sandboxed build on Darwin
2022-08-25 00:53:59 -04:00
Andrew Dunham
3f4d5f2cf8
haskellPackages.rio: skip a broken test on aarch64-darwin
2022-07-03 20:46:55 +01:00
Ellie Hermaszewska
c9979ff597
haskellPackages.hls-rename-plugin: disable flaky tests on Darwin
2022-05-05 10:12:18 +08:00
sternenseemann
1b5d09ccb6
Merge remote-tracking branch 'origin/master' into haskell-updates
2022-05-04 14:24:30 +02:00
Artturin
c52b904e66
haskellPackages.streamly: fix darwin override
...
fixes
```
error: querying available packages failed
caused by: nix-env failed with error: nix-env failed with exit code 1:
error: attribute 'streamly_0_8_1_1' missing
at /nix/store/lw6gp8rrhd7lpi81dk9wr1l09a7za523-source/pkgs/development/haskell-modules/configuration-darwin.nix:259:6:
258| ] ++ (drv.libraryFrameworkDepends or []);
259| }) super.streamly_0_8_1_1;
| ^
260|
```
PR #160733 didn't catch this it seems.
2022-05-04 13:57:37 +03:00
Ellie Hermaszewska
6a8a22133f
haskellPackages.jacinda: disable tests only on x86_64-darwin
2022-05-04 10:23:39 +08:00
Dennis Gosnell
50bdc1e59e
haskellPackages.regex-rure: disable tests only on x86_64-darwin
2022-04-30 12:05:26 +09:00
Robert Hensing
517cb71b02
haskellPackages.inline-c-cpp: Fix tests on darwin
2022-04-01 16:56:31 +02:00
Robert Hensing
71f2c74efb
haskellPackages.cryptonite: Disable Argon2 on aarch64-darwin
...
A workaround for packages that don't use this hash function.
See https://github.com/haskell-crypto/cryptonite/issues/360
2022-03-08 12:01:23 +01:00
sternenseemann
41ac9ddde0
haskellPackages.reflection: disable tests for GHC 9.0.2 everywhere
...
Thanks to Ryan Scott's investigation it became clear this crash can also
happen on Linux and thus seems to be a general issue in GHC 9.0.2 (only,
luckily). We'll disable the test suite everywhere for now, but the
prospect of this crash / incorrect runtime result is a bit ominous.
Refer to the [ghc-issue] for details.
[ghc-issue]: https://gitlab.haskell.org/ghc/ghc/-/issues/21141
2022-02-26 10:10:16 +01:00
sternenseemann
028b0da11b
haskellPackages.reflection: disable test suite on darwin
...
The test suite crashes with a memory access violation or similar, seems
like a possible RTS bug, reported to reflection upstream for now.
2022-02-26 00:40:23 +01:00
Malte Brandy
69ae736f00
haskellPackages.streamly: Fix darwin build
2022-02-25 23:34:54 +01:00
sternenseemann
187ac25b8e
haskellPackages.foldl: force rebuild on darwin
...
See comment and message for 2341c7e485
.
2022-01-03 16:31:32 +01:00
sternenseemann
2341c7e485
haskellPackages.http-client-tls: force rebuild on darwin
...
Currently everything seems like the derivation's outPath has been
corrupted somehow, causing reverse dependencies to fail. Since we can't
purge store paths from Hydra and the binary cache easily at the moment,
we just make the derivation hash change by inserting an unsubstantial
change, causing Hydra to build this package and all reverse dependencies
again — hopefully successfully this time around.
2022-01-03 14:50:21 +01:00
sternenseemann
124a9ddaf7
haskellPackages.ghcup: reflect streamly hackage update
2021-12-08 12:16:55 +01:00
sternenseemann
ecc88d7a5c
haskellPackages.ghcup: reflect streamly hackage update
2021-12-03 12:01:45 +01:00
sternenseemann
d25b3d60af
haskellPackages.streamly_0_8_0: provide new dep Cocoa on darwin
2021-11-09 13:07:02 +01:00