maralorn
0debf1453d
maintainers/scripts/haskell/hydra-report: Add comments with error causes to broken list
2023-02-20 00:36:43 +01:00
sternenseemann
b7e41b825e
maintainers/haskell: generate core-pkgs hackage2nix configuration
...
`ghc-pkg list` tells us everything hackage2nix needs to know. In the
past the core-packages list and compiler setting in hackage2nix was
maintained manually which inevitably leads to it being forgot once in a
while – this will then mess with flag resolution when generating the
package set in some cases. Luckily, we can just let a simple derivation
do this for us.
Resolves #202621 .
2023-02-19 19:52:17 +01:00
sternenseemann
16078721aa
release-haskell.nix: don't try building known to fail js backends
...
aarch64-linux will continue failing unless we find another solution.
For x86_64-darwin we won't learn anything by it being a constaint star
in our build failure reports.
2023-02-19 15:33:22 +01:00
sternenseemann
a5821740f8
haskell.packages.*.[cC]abal*: use process 1.6.17.0 for GHC < 9.2.5
...
Cabal 3.8 and friends support process 1.6.17.0 which has recently been
released on Hackage, so we can fix the evaluation errors this way.
2023-02-19 13:16:55 +01:00
sternenseemann
98be10b199
git-annex: update sha256 for 10.20230214
2023-02-19 12:30:43 +01:00
Dmitry Bogatov
e7054c7d32
haskellPackages.tdlib: patch for aeson >= 2.0 compat
...
Unbreak tdlib and its dependencies by same upstream (tdlib-types,
tdlib-gen, language-tl).
Co-authored-by: sternenseemann <sternenseemann@systemli.org>
2023-02-19 12:15:46 +01:00
sternenseemann
d1b904479a
haskellPackages.h-raylib, haskellPackages.bytepatch: unmark broken
...
Both packages had a new release fixing the issues we found after the
last bump, so they are easily fixed.
2023-02-19 11:06:33 +01:00
sternenseemann
cc9672e57c
haskellPackages: regenerate package set based on current config
...
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2023-02-19 10:30:00 +01:00
sternenseemann
fe2d070d7e
all-cabal-hashes: 2023-02-13T17:53:53Z -> 2023-02-19T09:15:19Z
...
This commit has been generated by maintainers/scripts/haskell/update-hackage.sh
2023-02-19 10:28:11 +01:00
github-actions[bot]
2534cd7dad
Merge master into haskell-updates
2023-02-19 00:14:51 +00:00
Anderson Torres
479fc5215f
Merge pull request #216865 from phip1611/init-paging-calculator
...
paging-calculator: init at 0.1.2
2023-02-18 20:54:00 -03:00
Anderson Torres
5217f8bb91
Merge pull request #216862 from phip1611/init-wambo
...
wambo: init at 0.3.1
2023-02-18 20:53:27 -03:00
Anderson Torres
da26711651
Merge pull request #216867 from phip1611/init-nflz
...
nflz: init at 1.0.2
2023-02-18 20:52:55 -03:00
toastal
06365ba454
nethack: 3.6.6 → 3.6.7
...
Release notes: https://www.nethack.org/v367/release.html
> This release primarily corrects a security issue present in NetHack versions 3.6.2, 3.6.3, 3.6.4, 3.6.5, and 3.6.6
More info: https://www.nethack.org/security/CVE-2023-24809.html
2023-02-18 23:39:43 +00:00
Artturi
6f80f6ef83
Merge pull request #217022 from yu-re-ka/musl-gccgo-ucontext
...
gcc: add missing libucontext buildInput for pkgsMusl.gccgo12
2023-02-19 01:29:37 +02:00
davidak
7fac81ab46
Merge pull request #209008 from drperceptron/ioquake3
...
ioquake3: fix binaries installation location; bump version
2023-02-19 00:08:38 +01:00
Yureka
3a2b7bd7d7
gcc: add missing libucontext buildInput for pkgsMusl.gccgo12
2023-02-18 23:51:32 +01:00
Fabian Affolter
04ee39ebbb
Merge pull request #216859 from fabaff/ha-ffmpeg-bump
...
python310Packages.ha-ffmpeg: 3.0.2 -> 3.1.0
2023-02-18 23:41:13 +01:00
Kim Lindberger
30ed4863cd
Merge pull request #209147 from vojta001/parsedmarc_grafana
...
nixos/parsedmarc: fix Grafana provisioning
2023-02-18 23:38:33 +01:00
Fabian Affolter
69c814956c
Merge pull request #216954 from r-ryantm/auto-update/python310Packages.winacl
...
python310Packages.winacl: 0.1.6 -> 0.1.7
2023-02-18 23:35:22 +01:00
sternenseemann
bbe6402eca
Merge remote-tracking branch 'origin/master' into haskell-updates
2023-02-18 21:56:57 +01:00
sternenseemann
9d78495066
haskellPackages.guardian: fix build by joining cabal-install overlay
...
The package depends on cabal-install and Cabal which need later versions
of a few packages than we have in our default package set.
2023-02-18 21:55:25 +01:00
sternenseemann
da5233bbc0
haskell.packages.*.[cC]abal*: use core process where possible
...
Annoyingly weird match since 9.2.4's process version is too old, but
that should go away soon-ish anyways. Prevents mismatches in overrides.
2023-02-18 21:55:25 +01:00
sternenseemann
bdbfe10efb
haskell.packages.*.cabal-install{,-solver}: unify overrides
...
Since the overrides are practically the same for all but the latest GHC
version, we can move the override into configuration-common.nix and rely
on a few conditionals in the overlay assembly — and end up with less
copying around!
2023-02-18 21:55:25 +01:00
Sergei Trofimovich
6c5bf4e060
Merge pull request #209667 from QuantMint/linux
...
linux: enable ACPI_FPDT, ACPI_HMAT, ACPI_APEI, ACPI_APEI_GHES, ACPI_DPTF
2023-02-18 20:54:24 +00:00
Christian Kögler
0a7bdcbeeb
Merge pull request #215934 from ck3d/vdr-updates-2023-02
...
vdrPlugins: update 2023-02
2023-02-18 21:53:21 +01:00
Christian Kögler
a7830e8146
Merge pull request #200271 from ck3d/fix-cross-pygatt
...
python310Package.pygatt: fix cross compilation
2023-02-18 21:52:29 +01:00
Nikolay Korotkiy
ad5374c68e
Merge pull request #194930 from bachp/cyclondds
...
cyclondds: init at 0.10.2
2023-02-19 00:48:44 +04:00
Guillaume Girol
e5fca184c1
Merge pull request #216303 from smaret/gildas-update-feb23a
...
gildas: 20221001_b -> 20230201_a
2023-02-18 20:48:32 +00:00
Joachim Breitner
ea4d2f7e61
ploticus: Fix PREFAB settings, add test
...
Previously, I would get
pl: error 22: Cannot open specified scriptfile (@out@/share/ploticus/prefabs/chron.pl)
and it seems the PREFAB setting last changed in
fbc4b41e69
didn't quite work.
So this adds a test to demonstrate the issue, and fixes it by substituting the placeholder.
2023-02-18 21:34:52 +01:00
Nikolay Korotkiy
76f83afe46
Merge pull request #217004 from sikmir/stravalib
...
python3Packages.stravalib: 1.1.0 → 1.2.0
2023-02-19 00:32:33 +04:00
Sandro
1ca01cb109
Merge pull request #216962 from dit7ya/apx
2023-02-18 21:31:48 +01:00
maralorn
1a26447738
Merge pull request #216985 from sternenseemann/release-haskell-ghc926
...
release-haskell.nix: reflect release of GHC 9.2.6
2023-02-18 21:29:13 +01:00
maralorn
92d3414dea
Merge pull request #216984 from sternenseemann/ghc-tags
...
haskell.packages.*.ghc-tags: pick compatible version
2023-02-18 21:26:13 +01:00
Nikolay Korotkiy
46797f0061
python3Packages.stravalib: 1.1.0 → 1.2.0
2023-02-18 23:20:48 +03:00
Boey Maun Suang
4d85cedf5a
cvc4: Fix build failure from new bash 5.2 feature
...
Per https://bodhi.fedoraproject.org/updates/FEDORA-2022-dc47174c36 :
This update fixes a failure to build with source with bash 5.2.
Bash's `patsub_replacement` feature makes ampersand a special
character when doing variable substitution, which was not previously
the case. This update instructs bash to turn off the new behavior.
We exclude the unrelated change in that Fedora update (i.e. using Python
3.11's `tomllib` instead of the PyPI `toml` package) since:
- we package cvc4 with Python versions earlier than 3.11; and
- since cvc4 is no longer being updated, sticking with the PyPI
`toml` package causes no extra work in the future.
2023-02-18 14:07:28 -06:00
Pascal Bach
6659191e44
cyclondds: init at 0.10.2
2023-02-18 20:53:14 +01:00
Sandro
f71f6c1c94
Merge pull request #186633 from MoritzBoehme/spacy-models-update-script
2023-02-18 20:50:13 +01:00
Guillaume Girol
688e50eb6b
Merge pull request #216114 from ehmry/recoll
...
recoll: wrap some input handlers with extra deps
2023-02-18 19:47:23 +00:00
Guillaume Girol
6ab98af548
Merge pull request #216418 from atorres1985-contrib/katriawm
...
katriawm: 21.09 -> 22.12
2023-02-18 19:40:37 +00:00
sternenseemann
171fb3fed9
haskellPackages: mark builds failing on hydra as broken
...
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh based on
*evaluation [1790868](https://hydra.nixos.org/eval/1790868 ) of nixpkgs commit [34a7913
](34a7913a43
) as of 2023-02-18 19:20 UTC*
from the haskell-updates jobset on hydra under https://hydra.nixos.org/jobset/nixpkgs/haskell-updates
Packages with pending PRs fixing them have not been marked broken. Same
goes for type-natural which seems to be affected by a GHC 9.2.6 bug:
https://gitlab.haskell.org/ghc/ghc/-/issues/23000
2023-02-18 20:37:31 +01:00
sternenseemann
1f99c7d53c
haskellPackages.swarm: use now required brick 1.6
2023-02-18 20:37:31 +01:00
sternenseemann
304ccefdd7
haskellPackages.rdf: allow bytestring-0.11.4.0
2023-02-18 20:37:30 +01:00
Guillaume Girol
d3d1f7a275
Merge pull request #216560 from OPNA2608/fix/mir_check_parallelism
...
mir: Fix parallelism in checkPhase
2023-02-18 19:35:10 +00:00
Guillaume Girol
c9a3eb5c70
Merge pull request #216846 from lilyinstarlight/misc/supercollider-updatescript-strictdeps
...
supercollider,supercolliderPlugins.sc3-plugins: add updateScript and enable strictDeps
2023-02-18 19:33:23 +00:00
Guillaume Girol
5a83c39a2e
Merge pull request #216464 from firefly-cpp/niaarm-031
...
python310Packages.niaarm: 0.2.4 -> 0.3.1
2023-02-18 19:26:53 +00:00
Philipp Schuster
c4a002263c
nflz: init at 1.0.2
2023-02-18 20:21:01 +01:00
Philipp Schuster
4d6552b48e
paging-calculator: init at 0.1.2
2023-02-18 20:18:47 +01:00
Guillaume Girol
96c6658c7b
Merge pull request #216741 from aaronjheng/hologram
...
hologram: 1.2.1 -> 1.3
2023-02-18 19:17:56 +00:00
Philipp Schuster
cd413c3abe
wambo: init at 0.3.1
2023-02-18 20:16:44 +01:00