Commit Graph
455779 Commits
Author SHA1 Message Date
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 TrofimovichandGitHub 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öglerandGitHub 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öglerandGitHub a7830e8146 Merge pull request #200271 from ck3d/fix-cross-pygatt
python310Package.pygatt: fix cross compilation
2023-02-18 21:52:29 +01:00
Nikolay KorotkiyandGitHub ad5374c68e Merge pull request #194930 from bachp/cyclondds
cyclondds: init at 0.10.2
2023-02-19 00:48:44 +04:00
Guillaume GirolandGitHub e5fca184c1 Merge pull request #216303 from smaret/gildas-update-feb23a
gildas: 20221001_b -> 20230201_a
2023-02-18 20:48:32 +00:00
Joachim BreitnerandGitHub 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
https://github.com/NixOS/nixpkgs/commit/fbc4b41e692f04511f063d1ec2b438c4d47775eb
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 KorotkiyandGitHub 76f83afe46 Merge pull request #217004 from sikmir/stravalib
python3Packages.stravalib: 1.1.0 → 1.2.0
2023-02-19 00:32:33 +04:00
SandroandGitHub 1ca01cb109 Merge pull request #216962 from dit7ya/apx 2023-02-18 21:31:48 +01:00
maralornandGitHub 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
maralornandGitHub 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 SuangandAustin Seipp 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
SandroandGitHub f71f6c1c94 Merge pull request #186633 from MoritzBoehme/spacy-models-update-script 2023-02-18 20:50:13 +01:00
Guillaume GirolandGitHub 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 GirolandGitHub 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](https://github.com/NixOS/nixpkgs/commits/34a7913a43b4d57eeb90ad247806adb09bdd8a37) 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 GirolandGitHub 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 GirolandGitHub 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 GirolandGitHub 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
Guillaume GirolandGitHub 96c6658c7b Merge pull request #216741 from aaronjheng/hologram
hologram: 1.2.1 -> 1.3
2023-02-18 19:17:56 +00:00
sternenseemann 2e9ff9aa98 haskell.packages.*.ghc-tags: pick compatible version
Since there is probably more movement going forward, testing this on
Hydra for multiple GHC versions seems sensible.
2023-02-18 20:16:36 +01:00
SandroandGitHub 6c611e8ff0 Merge pull request #216159 from Cynerd/gitlab-runner-bash-quote 2023-02-18 19:54:37 +01:00
Moritz BöhmeandSandro 156a3366ae python3Packages.spacy_models: add updateScript
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2023-02-18 19:01:52 +01:00
Robert SchützandRobert Schütz ea64ad20e3 kdeltachat: unstable-2022-03-20 -> unstable-2023-01-31
Diff: https://git.sr.ht/~link2xt/kdeltachat/commit/0c9370cfe41ae7f99b4fceced896f66fb4e9195c
2023-02-18 09:53:45 -08:00
Robert SchützandRobert Schütz 8e378e3c25 libdeltachat: 1.107.1 -> 1.108.0
Diff: https://github.com/deltachat/deltachat-core-rust/compare/1.107.1...1.108.0

Changelog: https://github.com/deltachat/deltachat-core-rust/blob/1.108.0/CHANGELOG.md
2023-02-18 09:53:45 -08:00
Robert SchützandRobert Schütz 3fc5aeccd0 python310Packages.ocrmypdf: 14.0.2 -> 14.0.3
Diff: https://github.com/ocrmypdf/OCRmyPDF/compare/v14.0.2...v14.0.3

Changelog: https://github.com/ocrmypdf/OCRmyPDF/blob/v14.0.3/docs/release_notes.rst
2023-02-18 09:53:12 -08:00
Robert SchützandRobert Schütz 177c2e4ffb python310Packages.pikepdf: 7.0.0 -> 7.1.1
Diff: https://github.com/pikepdf/pikepdf/compare/v7.0.0...v7.1.1

Changelog: https://github.com/pikepdf/pikepdf/blob/v7.1.1/docs/releasenotes/version7.rst
2023-02-18 09:53:12 -08:00
sternenseemann 1c8a5643ed release-haskell.nix: reflect release of GHC 9.2.6 2023-02-18 18:34:10 +01:00
sternenseemann faa46049d2 haskellPackages.lima: disable test suite missing test data 2023-02-18 18:16:49 +01:00
sternenseemann 76d60f67f5 haskellPackages.domaindriven-core: disable IP based postgresql test 2023-02-18 18:16:11 +01:00
R. RyantmandRobert Schütz 45f2df84e0 python310Packages.pyrfxtrx: 0.30.0 -> 0.30.1 2023-02-18 09:06:53 -08:00
sternenseemann 34a7913a43 haskellPackages.minicurl: disable test suite accessing the network 2023-02-18 17:54:14 +01:00
SandroandGitHub c954a09fb8 Merge pull request #214729 from zendo/iotas 2023-02-18 17:39:07 +01:00
SandroandGitHub ed06af1114 Merge pull request #216760 from linsui/amberol 2023-02-18 17:07:27 +01:00
ArtturiandGitHub 35b188cf63 Merge pull request #216844 from hesiod/fix-216390
embree, openimagedenoise: Fix build failure due to TBB split
2023-02-18 17:47:31 +02:00
Nikolay KorotkiyandGitHub 523045811a Merge pull request #216948 from sikmir/martin
martin: 0.6.2 → 0.7.0
2023-02-18 19:18:42 +04:00
Naïm FavierandGitHub 5de1815be9 Merge pull request #215990 from ncfavier/agda-tests
agda: fix passthru
2023-02-18 16:04:39 +01:00
Florian KlinkandGitHub 4bfb6411e3 Merge pull request #215188 from ElvishJerricco/binfmt-bad-setting-fix
binfmt: Don't create invalid service with no registrations
2023-02-18 15:39:46 +01:00
figsodaandGitHub b4e9968c51 Merge pull request #216958 from xanderio/nvim-nu
vimPlugins.nvim-nu: init at 2023-01-03
2023-02-18 09:36:25 -05:00
K900andGitHub 4c7cfa2ed0 Merge pull request #216883 from hw-lunemann/steam-mangohud
steam: add elfutils to fhsenv
2023-02-18 17:32:07 +03:00
maralornandsternenseemann b5fa92b2e6 doc/haskell: Add clarifications in section about versions 2023-02-18 15:15:11 +01:00
Nick CaoandGitHub 571a705593 Merge pull request #216894 from figsoda/semver
cargo-semver-checks: 0.18.0 -> 0.18.1
2023-02-18 21:57:35 +08:00
Mostly Void 86dcd967a8 apx: 1.4.2 -> 1.7.0-1 2023-02-18 19:17:52 +05:30