sternenseemann
6b1ec5695f
haskellPackages.FractalArt: pass objc on darwin
2021-05-06 17:54:52 +02:00
sternenseemann
a5a9833855
haskellPackages.vinyl: disable failing doctests on aarch64
...
This is the same linking bug as encountered with trifecta and ad.
Also group these cases together.
2021-05-06 17:45:52 +02:00
sternenseemann
73c2dd4aa6
petrinizer: fix build
...
* take z3 haskell package from haskellPackages
* take sbv 7.13 from haskellPackages, apply patch fixing build
with GHC >= 8.8.8
2021-05-06 11:43:59 +02:00
sternenseemann
abf5583c5a
haskellPackages.llvm-hs: disable tests on non-x86_64
...
Should fix build on aarch64, see linked issue.
2021-05-06 10:49:57 +02:00
sternenseemann
977ccbf6bf
hedgewars: portability is limited by fpc
2021-05-05 22:45:52 +02:00
sternenseemann
f5865286fd
haskellPackages.ad: fix build on aarch64
...
untested
2021-05-05 22:07:47 +02:00
sternenseemann
f5a9654af4
configuration-hackage2nix: fix typos, duplicate entries
2021-05-05 18:26:40 +02:00
sternenseemann
1c9ec1f3b3
haskellPackages: mark pkgs failing eval as unsupported on aarch64 / darwin
2021-05-05 18:16:29 +02:00
sternenseemann
2222050406
haskell.packages.ghc901.lens: bump to 5.0.1
...
Release 5 introduced GHC 9.0 compatibility, but hasn't hit stackage yet.
2021-05-05 15:26:23 +02:00
sternenseemann
20020d3ec8
haskellPackages.hnix: unbreak
...
The mystery build failure was caused by having the same instance as an
orphan and imported from ref-tf 0.5 (why ever that doesn't warrant a
logged error message…). The solution for this is
https://github.com/haskell-nix/hnix/pull/918 , which sadly doesn't apply
cleanly on the hnix 0.12.0.1 tarball. Therefore I've backported the
patch until hnix hopefully gets a new hackage release soon.
2021-05-05 12:55:29 +02:00
sternenseemann
eb9b3a59f0
haskell.packages.ghc901: update to 5.6.2 to fix build
2021-05-05 11:45:52 +02:00
sternenseemann
f9f78b82cf
ihaskell: clean up unnecessary doJailbreaks
2021-05-04 19:00:51 +02:00
Vaibhav Sagar
48e4953c0c
ihaskell: remove unnecessary ihaskell-display package
2021-05-04 18:34:50 +02:00
sternenseemann
fbe45054e4
haskellPackages.jsaddle: unbreak
...
Luckily, only version bounds with no weird GHC failures:
https://github.com/ghcjs/jsaddle/issues/123
2021-05-04 16:56:31 +02:00
sternenseemann
207651a347
Merge remote-tracking branch 'origin/master' into haskell-updates
2021-05-04 16:41:58 +02:00
sternenseemann
4da6569df4
haskellPackages.pinboard-notes-backup: add bdesham to maintainers
2021-05-04 16:40:08 +02:00
sternenseemann
917524cb39
pinboard-notes-backup: justStaticExecutables, move overrides
...
Should reduce closure size and reduce the difference between top-level
and haskellPackages version of pinboard-notes-backup.
2021-05-04 16:40:08 +02:00
Andreas Rammhold
94253a60ce
Merge pull request #121686 from alyssais/strace
...
strace: add myself as maintainer
2021-05-04 16:37:18 +02:00
sternenseemann
75f01ec909
yi: unbreak
...
yi-language: apply patch allowing newer regex-* dependencies
2021-05-04 16:06:57 +02:00
Martin Weinelt
1305493e66
python3Packages.aioesphomeapi: add hexa to maintainers
2021-05-04 14:32:37 +02:00
sternenseemann
caf7725f95
stutter: move overrides into configuration-nix.nix
...
Move necessary overrides into configuration-nix.nix, so there's no
discrepancy between stutter and haskellPackages.stutter.
However the build of stutter is still broken its dependency snipcheck
doesn't build with the pandoc version we have.
2021-05-04 14:29:55 +02:00
Alyssa Ross
8d76ef7355
strace: add myself as maintainer
...
I've been working on strace a bit recently, so I might have some
useful knowledge if we're ever having problems with it.
2021-05-04 12:14:59 +00:00
sternenseemann
86c975b00c
haskell-hyper: refactor expression
...
* Use stdenvNoCC
* Utilize unpackPhase, allow for patching
2021-05-04 13:59:26 +02:00
sternenseemann
517662d02d
haskellPackages.hyper-extra: unbreak
...
https://github.com/HeinrichApfelmus/hyper-haskell/issues/42
2021-05-04 13:59:26 +02:00
sternenseemann
48ba23210b
haskell-hyper: 0.1.0.2 -> 0.2.3.0
2021-05-04 13:59:26 +02:00
Fabian Affolter
109dabc40b
python3Packages.aioesphomeapi: add fab to maintainers
2021-05-04 13:51:39 +02:00
sternenseemann
794bc5e9ed
haskellPackages.cabal2nix-unstable: rename from cabal2nix-latest
2021-05-04 13:38:46 +02:00
sternenseemann
e30cf42f0c
haskellPackages.cabal2nix-latest: use unstable-YYYY-MM-DD format
...
This is the preferred format for things fetched from git or similar that
are not proper releases: https://nixos.org/manual/nixpkgs/stable/#sec-package-naming
Also we should think about making name and attribute name more
consistent: cabal2nix-latest -> cabal2nix-unstable
2021-05-04 13:38:46 +02:00
sternenseemann
648a5b14fb
haskellPackages.ihaskell-{display,basic}: jailbreak
...
Version bounds on base are too strict:
https://github.com/gibiansky/IHaskell/issues/1217
Fixes evaluation of top-level ihaskell.
2021-05-04 13:34:35 +02:00
sternenseemann
990d12641e
ihaskell: unbreak
...
Use upstream release.nix as an inspiration for the correct overrides to
fix RPATH issues and make tests run again.
2021-05-04 13:27:41 +02:00
sternenseemann
96f573300f
hackage-packages.nix: Regenerate based on current config
2021-05-04 12:47:11 +02:00
sternenseemann
5ca8d3570e
haskellPackages.plots: unmark as broken
2021-05-04 12:44:10 +02:00
sternenseemann
63bcfc67e3
haskellPackages.diagrams-cairo: unbreak
...
https://github.com/diagrams/diagrams-cairo/issues/77
2021-05-04 12:43:40 +02:00
Robert Schütz
bd39c63b8f
python3Packages.aioesphomeapi: remove dotlambda from maintainers
2021-05-04 11:58:46 +02:00
sternenseemann
e7e6727e9e
configuration-hackage2nix.yaml: add myself as maintainer for flat
2021-05-04 11:05:36 +02:00
sternenseemann
008ecb1e82
haskellPackages.hledger-lib: remove unnecessary override
2021-05-04 10:23:16 +02:00
Jonathan Ringer
2f87975f2d
maturin: 0.9.4 -> 0.10.4, fix build
2021-05-03 17:12:08 -07:00
Benjamin Hipple
e08752c4d4
Merge pull request #121622 from eraserhd/rep-0.2.2
...
rep: 0.2.1 -> 0.2.2
2021-05-03 19:38:20 -04:00
Martin Weinelt
fdd7009c85
Merge pull request #121457 from mweinelt/hass-deps
2021-05-04 01:37:00 +02:00
Malte Brandy
81b5682da3
Merge branch 'master' into haskell-updates
2021-05-04 00:25:54 +02:00
Malte Brandy
991041b33a
hackage-packages.nix: Regenerate based on current config
2021-05-03 23:01:56 +02:00
Malte Brandy
9b4dd31a38
configuration-hackage2nix.yaml: Changing Stackage pin to Nightly 2021-05-03
2021-05-03 22:59:55 +02:00
Jason Felice
3dcbe67779
rep: 0.2.1 -> 0.2.2
2021-05-03 16:48:27 -04:00
Martin Weinelt
20391d9236
Merge pull request #121482 from oxzi/python-flask-httpauth-4.3.0
2021-05-03 21:19:10 +02:00
Martin Weinelt
e0ec4f7847
python3Packages.pysmappee: 0.2.24 -> 0.2.25
2021-05-03 20:10:38 +02:00
alvar
f7906ec8b2
pythonPackages.pytmx: 3.24.0 -> 3.25.0 ( #121485 )
2021-05-03 19:15:33 +02:00
Alvar Penning
bc23e66205
pythonPackages.flask-httpauth: 4.2.0 -> 4.3.0
2021-05-03 19:06:33 +02:00
davidak
32f6c7d949
Merge pull request #121542 from dotlambda/authenticator-init
...
authenticator: init at 4.0.3
2021-05-03 19:00:45 +02:00
Sandro
3f4267886d
Merge pull request #121284 from aanderse/openscenegraph
...
openscenegraph: update from ffmpeg_3 to ffmpeg
2021-05-03 17:18:40 +02:00
Sandro
264267ed4c
Merge pull request #121573 from samuelgrf/nodejs-add-meta.mainProgram
...
nodejs*: add meta.mainProgram
2021-05-03 17:16:22 +02:00